COLOR #C0D4E5

HEX: #C0D4E5
RGB: (192,212,229)

Color info

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

RGB color model

#C0D4E5 color RGB value is (192,212,229).

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

RGB channels and saturation

R 192 of 255 = 75%
G 212 of 255 = 83%
B 229 of 255 = 90%

192
212
229

R + G + B ~ 83%. #C0D4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 212 + 229 = 633 (100%)
R 192 of 633 ~ 30.33%
G 212 of 633 ~ 33.49%
B 229 of 633 ~ 36.18%

%30.33
%33.49
%36.18

CMYK color model

#C0D4E5 color CMYK value is (16,7,0,10).

  • cyan value is 16.16%
  • magenta value is 7.42%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(16,7,0,10)
C16M7Y0K10 
(16%,7%,0%,10%)
(0.16/0.07/0.00/0.10)	

CMYK percentages

%16.16
%7.42
%0
%10.2

Codes

Color #C0D4E5 in popluar color models

C0D4E5
RGB192212229
HSL208°41.57%82.55%
HSB/HSV208°16.16%89.80%
CMYK16.16%7.42%0.00%
10.20%

Color #C0D4E5 in popluar number systems.

HEXC0D4E5
Decimal192212229
Binary110000001101010011100101
Octal300324345

Shades and tints

Shades of #C0D4E5

#C0D4E5
(192,212,229)
#AFC1D1
(175,193,209)
#9EAEBD
(158,174,189)
#8D9BA9
(141,155,169)
#7C8895
(124,136,149)
#6B7581
(107,117,129)
#5A626D
(90,98,109)
#494F59
(73,79,89)
#383C45
(56,60,69)
#272931
(39,41,49)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #C0D4E5

#C0D4E5
(192,212,229)
#C5D7E7
(197,215,231)
#CADAE9
(202,218,233)
#CFDDEB
(207,221,235)
#D4E0ED
(212,224,237)
#D9E3EF
(217,227,239)
#DEE6F1
(222,230,241)
#E3E9F3
(227,233,243)
#E8ECF5
(232,236,245)
#EDEFF7
(237,239,247)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D4E5; }

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

This text font color is #C0D4E5.


Background Color

.myBgColor { background-color: #C0D4E5; }

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

This div background color is #C0D4E5.


Border color

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

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

This div border color is #C0D4E5.


Opacity

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

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

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

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

This text has shadow with #C0D4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D4E5 on black background.


Color preview on white background

This text has color #C0D4E5 on white background.



Black color preview on #C0D4E5 background

This text has black color on #C0D4E5 background.


White color preview on #C0D4E5 background

This text has white color on #C0D4E5 background.