Gradient Gainsboro

Gradient and text preview:

This paragraph uses color with hex code BEBEBE. Color of text is in garmony with gradient primary color DCDCDC.

Stat info: Views 1300 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #DCDCDC 220.220.220
Secondary color #CDCDCD 205.205.205
Border color #BEBEBE 190.190.190
Box shadow color #EBEBEB 235.235.235
Text color 1234567890 #BEBEBE 190.190.190

CSS3 styles:

background: #DCDCDC;
color: #BEBEBE;
background: linear-gradient(to bottom, #DCDCDC 0%, #CDCDCD 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DCDCDC), color-stop(100%, #CDCDCD));
background: -webkit-linear-gradient(top, #DCDCDC 0%, #CDCDCD 100%);
background: -moz-linear-gradient(top, #DCDCDC 0%, #CDCDCD 100%);
background: -o-linear-gradient(top, #DCDCDC 0%, #CDCDCD 100%);
background: -ms-linear-gradient(top, #DCDCDC 0%, #CDCDCD 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCDCDC', endColorstr='#CDCDCD', GradientType=0);
border: 1px solid #BEBEBE;
text-shadow: 0 1px 0 #EBEBEB;
-webkit-text-shadow: 0 1px 0 #EBEBEB;
-moz-text-shadow: 0 1px 0 #EBEBEB;
box-shadow: inset 0 1px 0 #EBEBEB;
-webkit-box-shadow: inset 0 1px 0 #EBEBEB;
-moz-box-shadow: inset 0 1px 0 #EBEBEB;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.