サンプルCSS
.cropper-face {
top: 10%;
left: 15%;
height: 75%;
width: 70%;
opacity: .3;
filter: alpha(opacity=30);
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
background-color: #0089ff;
}