COLOR #C0CBEA

HEX: #C0CBEA
RGB: (192,203,234)

Color info

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

RGB color model

#C0CBEA color RGB value is (192,203,234).

  • red value is 192;
  • green value is 203;
  • blue value is 234.
RGB:
(192,203,234)
(75%,80%,92%)

RGB channels and saturation

R 192 of 255 = 75%
G 203 of 255 = 80%
B 234 of 255 = 92%

192
203
234

R + G + B ~ 82%. #C0CBEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 203 + 234 = 629 (100%)
R 192 of 629 ~ 30.52%
G 203 of 629 ~ 32.27%
B 234 of 629 ~ 37.2%

%30.52
%32.27
%37.2

CMYK color model

#C0CBEA color CMYK value is (18,13,0,8).

  • cyan value is 17.95%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(18,13,0,8)
C18M13Y0K8 
(18%,13%,0%,8%)
(0.18/0.13/0.00/0.08)	

CMYK percentages

%17.95
%13.25
%0
%8.24

Codes

Color #C0CBEA in popluar color models

C0CBEA
RGB192203234
HSL224°50.00%83.53%
HSB/HSV224°17.95%91.76%
CMYK17.95%13.25%0.00%
8.24%

Color #C0CBEA in popluar number systems.

HEXC0CBEA
Decimal192203234
Binary110000001100101111101010
Octal300313352

Shades and tints

Shades of #C0CBEA

#C0CBEA
(192,203,234)
#AFB9D5
(175,185,213)
#9EA7C0
(158,167,192)
#8D95AB
(141,149,171)
#7C8396
(124,131,150)
#6B7181
(107,113,129)
#5A5F6C
(90,95,108)
#494D57
(73,77,87)
#383B42
(56,59,66)
#27292D
(39,41,45)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #C0CBEA

#C0CBEA
(192,203,234)
#C5CFEB
(197,207,235)
#CAD3EC
(202,211,236)
#CFD7ED
(207,215,237)
#D4DBEE
(212,219,238)
#D9DFEF
(217,223,239)
#DEE3F0
(222,227,240)
#E3E7F1
(227,231,241)
#E8EBF2
(232,235,242)
#EDEFF3
(237,239,243)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CBEA color. Also use rgb(192,203,234) instead hex code.

Text Font Color

.myTextColor { color: #C0CBEA; }

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

This text font color is #C0CBEA.


Background Color

.myBgColor { background-color: #C0CBEA; }

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

This div background color is #C0CBEA.


Border color

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

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

This div border color is #C0CBEA.


Opacity

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

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

Text with #C0CBEA 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 #C0CBEA;}

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

This text has shadow with #C0CBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CBEA on black background.


Color preview on white background

This text has color #C0CBEA on white background.



Black color preview on #C0CBEA background

This text has black color on #C0CBEA background.


White color preview on #C0CBEA background

This text has white color on #C0CBEA background.