COLOR #C0DDE6

HEX: #C0DDE6 RGB: (192,221,230)

Color info

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

RGB color model

#C0DDE6 color RGB value is (192,221,230).

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

RGB channels and saturation

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

192
221
230

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

Portions of RGB colors in percentages

R + G + B = 192 + 221 + 230 = 643 (100%)
R 192 of 643 ~ 29.86%
G 221 of 643 ~ 34.37%
B 230 of 643 ~ 35.77'%

%29.86
%34.37
%35.77

CMYK color model

#C0DDE6 color CMYK value is (17,4,0,10).

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

CMYK: (17,4,0,10)
C17M4Y0K10 (17%, 4%, 0%, 10%)
(0.17 / 0.04 / 0.00 / 0.10)

CMYK percentages

%16.52
%3.91
%0
%9.8

Codes

Color #C0DDE6 in popluar color models

C0 DD E6
RGB 192 221 230
HSL 194° 43.18% 82.75%
HSB/HSV 194° 16.52% 90.20%
CMYK 16.52% 3.91% 0.00%
9.80%

Color #C0DDE6 in popluar number systems.

HEX C0 DD E6
Decimal 192 221 230
Binary 11000000 11011101 11100110
Octal 300 335 346

Shades and tints

Shades of #C0DDE6

#C0DDE6
(192,221,230)
#AFC9D2
(175,201,210)
#9EB5BE
(158,181,190)
#8DA1AA
(141,161,170)
#7C8D96
(124,141,150)
#6B7982
(107,121,130)
#5A656E
(90,101,110)
#49515A
(73,81,90)
#383D46
(56,61,70)
#272932
(39,41,50)
#16151E
(22,21,30)
#000000
(0,0,0)

Tints of #C0DDE6

#C0DDE6
(192,221,230)
#C5E0E8
(197,224,232)
#CAE3EA
(202,227,234)
#CFE6EC
(207,230,236)
#D4E9EE
(212,233,238)
#D9ECF0
(217,236,240)
#DEEFF2
(222,239,242)
#E3F2F4
(227,242,244)
#E8F5F6
(232,245,246)
#EDF8F8
(237,248,248)
#F2FBFA
(242,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0DDE6; }

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

This text font color is #C0DDE6.

Background Color

.myBgColor { background-color: #C0DDE6; }

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

This div background color is #C0DDE6.

Border color

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

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

This div border color is #C0DDE6.

Opacity

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

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

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

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

This text has shadow with #C0DDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0DDE6.

Preview

Color preview on black background

This text has color #C0DDE6 on black background.


Color preview on white background

This text has color #C0DDE6 on white background.


Black color preview on #C0DDE6 background

This text has black color on #C0DDE6 background.


White color preview on #C0DDE6 background

This text has white color on #C0DDE6 background.


Related colors

Complementary color

Complementary color for #hex is #3F2219.


I love getcolorcode.com

Triadic colors

1 #E6C0DD and #DDE6C0 with #C0DDE6 are triadic colors.

2 #E6DDC0 and #DDC0E6 with #C0DDE6 are triadic colors.