COLOR #C0CDD6

HEX: #C0CDD6
RGB: (192,205,214)

Color info

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

RGB color model

#C0CDD6 color RGB value is (192,205,214).

  • red value is 192;
  • green value is 205;
  • blue value is 214.
RGB:
(192,205,214)
(75%,80%,84%)

RGB channels and saturation

R 192 of 255 = 75%
G 205 of 255 = 80%
B 214 of 255 = 84%

192
205
214

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

Portions of RGB colors in percentages

R + G + B =
192 + 205 + 214 = 611 (100%)
R 192 of 611 ~ 31.42%
G 205 of 611 ~ 33.55%
B 214 of 611 ~ 35.02%

%31.42
%33.55
%35.02

CMYK color model

#C0CDD6 color CMYK value is (10,4,0,16).

  • cyan value is 10.28%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(10,4,0,16)
C10M4Y0K16 
(10%,4%,0%,16%)
(0.10/0.04/0.00/0.16)	

CMYK percentages

%10.28
%4.21
%0
%16.08

Codes

Color #C0CDD6 in popluar color models

C0CDD6
RGB192205214
HSL205°21.15%79.61%
HSB/HSV205°10.28%83.92%
CMYK10.28%4.21%0.00%
16.08%

Color #C0CDD6 in popluar number systems.

HEXC0CDD6
Decimal192205214
Binary110000001100110111010110
Octal300315326

Shades and tints

Shades of #C0CDD6

#C0CDD6
(192,205,214)
#AFBBC3
(175,187,195)
#9EA9B0
(158,169,176)
#8D979D
(141,151,157)
#7C858A
(124,133,138)
#6B7377
(107,115,119)
#5A6164
(90,97,100)
#494F51
(73,79,81)
#383D3E
(56,61,62)
#272B2B
(39,43,43)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #C0CDD6

#C0CDD6
(192,205,214)
#C5D1D9
(197,209,217)
#CAD5DC
(202,213,220)
#CFD9DF
(207,217,223)
#D4DDE2
(212,221,226)
#D9E1E5
(217,225,229)
#DEE5E8
(222,229,232)
#E3E9EB
(227,233,235)
#E8EDEE
(232,237,238)
#EDF1F1
(237,241,241)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CDD6 color. Also use rgb(192,205,214) instead hex code.

Text Font Color

.myTextColor { color: #C0CDD6; }

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

This text font color is #C0CDD6.


Background Color

.myBgColor { background-color: #C0CDD6; }

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

This div background color is #C0CDD6.


Border color

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

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

This div border color is #C0CDD6.


Opacity

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

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

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

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

This text has shadow with #C0CDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CDD6 on black background.


Color preview on white background

This text has color #C0CDD6 on white background.



Black color preview on #C0CDD6 background

This text has black color on #C0CDD6 background.


White color preview on #C0CDD6 background

This text has white color on #C0CDD6 background.