COLOR #C0D4DE

HEX: #C0D4DE
RGB: (192,212,222)

Color info

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

RGB color model

#C0D4DE color RGB value is (192,212,222).

  • red value is 192;
  • green value is 212;
  • blue value is 222.
RGB:
(192,212,222)
(75%,83%,87%)

RGB channels and saturation

R 192 of 255 = 75%
G 212 of 255 = 83%
B 222 of 255 = 87%

192
212
222

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

Portions of RGB colors in percentages

R + G + B =
192 + 212 + 222 = 626 (100%)
R 192 of 626 ~ 30.67%
G 212 of 626 ~ 33.87%
B 222 of 626 ~ 35.46%

%30.67
%33.87
%35.46

CMYK color model

#C0D4DE color CMYK value is (14,5,0,13).

  • cyan value is 13.51%
  • magenta value is 4.50%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(14,5,0,13)
C14M5Y0K13 
(14%,5%,0%,13%)
(0.14/0.05/0.00/0.13)	

CMYK percentages

%13.51
%4.5
%0
%12.94

Codes

Color #C0D4DE in popluar color models

C0D4DE
RGB192212222
HSL200°31.25%81.18%
HSB/HSV200°13.51%87.06%
CMYK13.51%4.50%0.00%
12.94%

Color #C0D4DE in popluar number systems.

HEXC0D4DE
Decimal192212222
Binary110000001101010011011110
Octal300324336

Shades and tints

Shades of #C0D4DE

#C0D4DE
(192,212,222)
#AFC1CA
(175,193,202)
#9EAEB6
(158,174,182)
#8D9BA2
(141,155,162)
#7C888E
(124,136,142)
#6B757A
(107,117,122)
#5A6266
(90,98,102)
#494F52
(73,79,82)
#383C3E
(56,60,62)
#27292A
(39,41,42)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #C0D4DE

#C0D4DE
(192,212,222)
#C5D7E1
(197,215,225)
#CADAE4
(202,218,228)
#CFDDE7
(207,221,231)
#D4E0EA
(212,224,234)
#D9E3ED
(217,227,237)
#DEE6F0
(222,230,240)
#E3E9F3
(227,233,243)
#E8ECF6
(232,236,246)
#EDEFF9
(237,239,249)
#F2F2FC
(242,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D4DE color. Also use rgb(192,212,222) instead hex code.

Text Font Color

.myTextColor { color: #C0D4DE; }

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

This text font color is #C0D4DE.


Background Color

.myBgColor { background-color: #C0D4DE; }

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

This div background color is #C0D4DE.


Border color

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

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

This div border color is #C0D4DE.


Opacity

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

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

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

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

This text has shadow with #C0D4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D4DE on black background.


Color preview on white background

This text has color #C0D4DE on white background.



Black color preview on #C0D4DE background

This text has black color on #C0D4DE background.


White color preview on #C0D4DE background

This text has white color on #C0D4DE background.