COLOR #C0BCEC

HEX: #C0BCEC RGB: (192,188,236)

Color info

#C0BCEC contains red, green and blue colors in about the same proportion. Web safe color of #C0BCEC is #CCCCFF (or #CCF).

RGB color model

#C0BCEC color RGB value is (192,188,236).

RGB: (192,188,236) (75%, 74%, 93%)

RGB channels and saturation

R 192 of 255 = 75%
G 188 of 255 = 74%
B 236 of 255 = 93%

192
188
236

R + G + B ~ 81%. #C0BCEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 188 + 236 = 616 (100%)
R 192 of 616 ~ 31.17%
G 188 of 616 ~ 30.52%
B 236 of 616 ~ 38.31'%

%31.17
%30.52
%38.31

CMYK color model

#C0BCEC color CMYK value is (19,20,0,7).

  • cyan value is 18.64%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (19,20,0,7) C19M20Y0K7 (19%,20%,0%,7%) (0.19/0.20/0.00/0.07) 

CMYK percentages

%18.64
%20.34
%0
%7.45

Codes

Color #C0BCEC in popluar color models

C0 BC EC
RGB 192 188 236
HSL 245° 55.81% 83.14%
HSB/HSV 245° 20.34% 92.55%
CMYK 18.64% 20.34% 0.00%
7.45%

Color #C0BCEC in popluar number systems.

HEX C0 BC EC
Decimal 192 188 236
Binary 11000000 10111100 11101100
Octal 300 274 354

Shades and tints

Shades of #C0BCEC

#C0BCEC
(192,188,236)
#AFABD7
(175,171,215)
#9E9AC2
(158,154,194)
#8D89AD
(141,137,173)
#7C7898
(124,120,152)
#6B6783
(107,103,131)
#5A566E
(90,86,110)
#494559
(73,69,89)
#383444
(56,52,68)
#27232F
(39,35,47)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #C0BCEC

#C0BCEC
(192,188,236)
#C5C2ED
(197,194,237)
#CAC8EE
(202,200,238)
#CFCEEF
(207,206,239)
#D4D4F0
(212,212,240)
#D9DAF1
(217,218,241)
#DEE0F2
(222,224,242)
#E3E6F3
(227,230,243)
#E8ECF4
(232,236,244)
#EDF2F5
(237,242,245)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BCEC color. Also use rgb(192,188,236) instead hex code.

Text Font Color

.myTextColor { color: #C0BCEC; }

<p style="color:#C0BCEC">This sample text font color is #C0BCEC.</p>

This text font color is #C0BCEC.

Background Color

.myBgColor { background-color: #C0BCEC; }

<div style="background-color:#C0BCEC">Inner text</div>

This div background color is #C0BCEC.

Border color

.myBorderColor { border: 1px solid #C0BCEC; }

<div style="border:3px solid #C0BCEC">Div</div>

This div border color is #C0BCEC.

Opacity

.myOpacity80 { color: #C0BCEC; opacity: 0.8; }

<p style="color:#C0BCEC;opacity:0.8;">80%</p>

Text with #C0BCEC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C0BCEC;}

<p style="text-shadow: 3px 3px 1px #C0BCEC">Text here.</p>

This text has shadow with #C0BCEC color.


.textShadow {text-shadow: 3px 3px 1px #C0BCEC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C0BCEC, 5px 5px 20px red">Text here.</p>

This text has shadow with #C0BCEC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C0BCEC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C0BCEC, Direction=45, Strength=4)">Text</p>

This text has shadow with #C0BCEC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C0BCEC;
-webkit-box-shadow: 1px 1px 3px 2px #C0BCEC;
box-shadow: 1px 1px 3px 2px #C0BCEC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C0BCEC; -webkit-box-shadow: 1px 1px 3px 2px #C0BCEC; box-shadow:1px 1px 3px 2px #C0BCEC;">
Div content here
</div>

This div box has shadow with color #C0BCEC.

Preview

Color preview on black background

This text has color #C0BCEC on black background.


Color preview on white background

This text has color #C0BCEC on white background.


Black color preview on #C0BCEC background

This text has black color on #C0BCEC background.


White color preview on #C0BCEC background

This text has white color on #C0BCEC background.


Related colors

Complementary color

Complementary color for #hex is #3F4313.


I love getcolorcode.com

Triadic colors

1 #ECC0BC and #BCECC0 with #C0BCEC are triadic colors.

2 #ECBCC0 and #BCC0EC with #C0BCEC are triadic colors.