COLOR #C0DEE6

HEX: #C0DEE6 RGB: (192,222,230)

Color info

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

RGB color model

#C0DEE6 color RGB value is (192,222,230).

RGB: (192,222,230) (75%, 87%, 90%)

RGB channels and saturation

R 192 of 255 = 75%
G 222 of 255 = 87%
B 230 of 255 = 90%

192
222
230

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

Portions of RGB colors in percentages

R + G + B = 192 + 222 + 230 = 644 (100%)
R 192 of 644 ~ 29.81%
G 222 of 644 ~ 34.47%
B 230 of 644 ~ 35.71'%

%29.81
%34.47
%35.71

CMYK color model

#C0DEE6 color CMYK value is (17,3,0,10).

  • cyan value is 16.52%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (17,3,0,10)
C17M3Y0K10 (17%, 3%, 0%, 10%)
(0.17 / 0.03 / 0.00 / 0.10)

CMYK percentages

%16.52
%3.48
%0
%9.8

Codes

Color #C0DEE6 in popluar color models

C0 DE E6
RGB 192 222 230
HSL 193° 43.18% 82.75%
HSB/HSV 193° 16.52% 90.20%
CMYK 16.52% 3.48% 0.00%
9.80%

Color #C0DEE6 in popluar number systems.

HEX C0 DE E6
Decimal 192 222 230
Binary 11000000 11011110 11100110
Octal 300 336 346

Shades and tints

Shades of #C0DEE6

#C0DEE6
(192,222,230)
#AFCAD2
(175,202,210)
#9EB6BE
(158,182,190)
#8DA2AA
(141,162,170)
#7C8E96
(124,142,150)
#6B7A82
(107,122,130)
#5A666E
(90,102,110)
#49525A
(73,82,90)
#383E46
(56,62,70)
#272A32
(39,42,50)
#16161E
(22,22,30)
#000000
(0,0,0)

Tints of #C0DEE6

#C0DEE6
(192,222,230)
#C5E1E8
(197,225,232)
#CAE4EA
(202,228,234)
#CFE7EC
(207,231,236)
#D4EAEE
(212,234,238)
#D9EDF0
(217,237,240)
#DEF0F2
(222,240,242)
#E3F3F4
(227,243,244)
#E8F6F6
(232,246,246)
#EDF9F8
(237,249,248)
#F2FCFA
(242,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0DEE6; }

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

This text font color is #C0DEE6.

Background Color

.myBgColor { background-color: #C0DEE6; }

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

This div background color is #C0DEE6.

Border color

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

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

This div border color is #C0DEE6.

Opacity

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

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

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

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

This text has shadow with #C0DEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0DEE6.

Preview

Color preview on black background

This text has color #C0DEE6 on black background.


Color preview on white background

This text has color #C0DEE6 on white background.


Black color preview on #C0DEE6 background

This text has black color on #C0DEE6 background.


White color preview on #C0DEE6 background

This text has white color on #C0DEE6 background.


Related colors

Complementary color

Complementary color for #hex is #3F2119.


I love getcolorcode.com

Triadic colors

1 #E6C0DE and #DEE6C0 with #C0DEE6 are triadic colors.

2 #E6DEC0 and #DEC0E6 with #C0DEE6 are triadic colors.