COLOR #C0D4EC

HEX: #C0D4EC RGB: (192,212,236)

Color info

#C0D4EC contains red, green and blue colors in about the same proportion. Web safe color of #C0D4EC is #CCCCFF (or #CCF).

RGB color model

#C0D4EC color RGB value is (192,212,236).

RGB: (192,212,236) (75%, 83%, 93%)

RGB channels and saturation

R 192 of 255 = 75%
G 212 of 255 = 83%
B 236 of 255 = 93%

192
212
236

R + G + B ~ 84%. #C0D4EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 212 + 236 = 640 (100%)
R 192 of 640 ~ 30%
G 212 of 640 ~ 33.13%
B 236 of 640 ~ 36.88'%

%30
%33.13
%36.88

CMYK color model

#C0D4EC color CMYK value is (19,10,0,7).

  • cyan value is 18.64%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (19,10,0,7)
C19M10Y0K7 (19%, 10%, 0%, 7%)
(0.19 / 0.10 / 0.00 / 0.07)

CMYK percentages

%18.64
%10.17
%0
%7.45

Codes

Color #C0D4EC in popluar color models

C0 D4 EC
RGB 192 212 236
HSL 213° 53.66% 83.92%
HSB/HSV 213° 18.64% 92.55%
CMYK 18.64% 10.17% 0.00%
7.45%

Color #C0D4EC in popluar number systems.

HEX C0 D4 EC
Decimal 192 212 236
Binary 11000000 11010100 11101100
Octal 300 324 354

Shades and tints

Shades of #C0D4EC

#C0D4EC
(192,212,236)
#AFC1D7
(175,193,215)
#9EAEC2
(158,174,194)
#8D9BAD
(141,155,173)
#7C8898
(124,136,152)
#6B7583
(107,117,131)
#5A626E
(90,98,110)
#494F59
(73,79,89)
#383C44
(56,60,68)
#27292F
(39,41,47)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #C0D4EC

#C0D4EC
(192,212,236)
#C5D7ED
(197,215,237)
#CADAEE
(202,218,238)
#CFDDEF
(207,221,239)
#D4E0F0
(212,224,240)
#D9E3F1
(217,227,241)
#DEE6F2
(222,230,242)
#E3E9F3
(227,233,243)
#E8ECF4
(232,236,244)
#EDEFF5
(237,239,245)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D4EC; }

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

This text font color is #C0D4EC.

Background Color

.myBgColor { background-color: #C0D4EC; }

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

This div background color is #C0D4EC.

Border color

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

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

This div border color is #C0D4EC.

Opacity

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

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

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

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

This text has shadow with #C0D4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0D4EC.

Preview

Color preview on black background

This text has color #C0D4EC on black background.


Color preview on white background

This text has color #C0D4EC on white background.


Black color preview on #C0D4EC background

This text has black color on #C0D4EC background.


White color preview on #C0D4EC background

This text has white color on #C0D4EC background.


Related colors

Complementary color

Complementary color for #hex is #3F2B13.


I love getcolorcode.com

Triadic colors

1 #ECC0D4 and #D4ECC0 with #C0D4EC are triadic colors.

2 #ECD4C0 and #D4C0EC with #C0D4EC are triadic colors.