COLOR #C0CBDA

HEX: #C0CBDA
RGB: (192,203,218)

Color info

#C0CBDA contains red, green and blue colors in about the same proportion. Web safe color of #C0CBDA is #CCCCCC (or #CCC).

RGB color model

#C0CBDA color RGB value is (192,203,218).

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

RGB channels and saturation

R 192 of 255 = 75%
G 203 of 255 = 80%
B 218 of 255 = 85%

192
203
218

R + G + B ~ 80%. #C0CBDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 203 + 218 = 613 (100%)
R 192 of 613 ~ 31.32%
G 203 of 613 ~ 33.12%
B 218 of 613 ~ 35.56%

%31.32
%33.12
%35.56

CMYK color model

#C0CBDA color CMYK value is (12,7,0,15).

  • cyan value is 11.93%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(12,7,0,15)
C12M7Y0K15 
(12%,7%,0%,15%)
(0.12/0.07/0.00/0.15)	

CMYK percentages

%11.93
%6.88
%0
%14.51

Codes

Color #C0CBDA in popluar color models

C0CBDA
RGB192203218
HSL215°26.00%80.39%
HSB/HSV215°11.93%85.49%
CMYK11.93%6.88%0.00%
14.51%

Color #C0CBDA in popluar number systems.

HEXC0CBDA
Decimal192203218
Binary110000001100101111011010
Octal300313332

Shades and tints

Shades of #C0CBDA

#C0CBDA
(192,203,218)
#AFB9C7
(175,185,199)
#9EA7B4
(158,167,180)
#8D95A1
(141,149,161)
#7C838E
(124,131,142)
#6B717B
(107,113,123)
#5A5F68
(90,95,104)
#494D55
(73,77,85)
#383B42
(56,59,66)
#27292F
(39,41,47)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #C0CBDA

#C0CBDA
(192,203,218)
#C5CFDD
(197,207,221)
#CAD3E0
(202,211,224)
#CFD7E3
(207,215,227)
#D4DBE6
(212,219,230)
#D9DFE9
(217,223,233)
#DEE3EC
(222,227,236)
#E3E7EF
(227,231,239)
#E8EBF2
(232,235,242)
#EDEFF5
(237,239,245)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CBDA; }

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

This text font color is #C0CBDA.


Background Color

.myBgColor { background-color: #C0CBDA; }

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

This div background color is #C0CBDA.


Border color

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

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

This div border color is #C0CBDA.


Opacity

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

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

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

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

This text has shadow with #C0CBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CBDA on black background.


Color preview on white background

This text has color #C0CBDA on white background.



Black color preview on #C0CBDA background

This text has black color on #C0CBDA background.


White color preview on #C0CBDA background

This text has white color on #C0CBDA background.