COLOR #C0D4DF

HEX: #C0D4DF
RGB: (192,212,223)

Color info

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

RGB color model

#C0D4DF color RGB value is (192,212,223).

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

RGB channels and saturation

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

192
212
223

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

Portions of RGB colors in percentages

R + G + B =
192 + 212 + 223 = 627 (100%)
R 192 of 627 ~ 30.62%
G 212 of 627 ~ 33.81%
B 223 of 627 ~ 35.57%

%30.62
%33.81
%35.57

CMYK color model

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

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

CMYK percentages

%13.9
%4.93
%0
%12.55

Codes

Color #C0D4DF in popluar color models

C0D4DF
RGB192212223
HSL201°32.63%81.37%
HSB/HSV201°13.90%87.45%
CMYK13.90%4.93%0.00%
12.55%

Color #C0D4DF in popluar number systems.

HEXC0D4DF
Decimal192212223
Binary110000001101010011011111
Octal300324337

Shades and tints

Shades of #C0D4DF

#C0D4DF
(192,212,223)
#AFC1CB
(175,193,203)
#9EAEB7
(158,174,183)
#8D9BA3
(141,155,163)
#7C888F
(124,136,143)
#6B757B
(107,117,123)
#5A6267
(90,98,103)
#494F53
(73,79,83)
#383C3F
(56,60,63)
#27292B
(39,41,43)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #C0D4DF

#C0D4DF
(192,212,223)
#C5D7E1
(197,215,225)
#CADAE3
(202,218,227)
#CFDDE5
(207,221,229)
#D4E0E7
(212,224,231)
#D9E3E9
(217,227,233)
#DEE6EB
(222,230,235)
#E3E9ED
(227,233,237)
#E8ECEF
(232,236,239)
#EDEFF1
(237,239,241)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D4DF; }

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

This text font color is #C0D4DF.


Background Color

.myBgColor { background-color: #C0D4DF; }

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

This div background color is #C0D4DF.


Border color

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

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

This div border color is #C0D4DF.


Opacity

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

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

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

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

This text has shadow with #C0D4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D4DF on black background.


Color preview on white background

This text has color #C0D4DF on white background.



Black color preview on #C0D4DF background

This text has black color on #C0D4DF background.


White color preview on #C0D4DF background

This text has white color on #C0D4DF background.