COLOR #C0D2ED

HEX: #C0D2ED RGB: (192,210,237)

Color info

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

RGB color model

#C0D2ED color RGB value is (192,210,237).

RGB: (192,210,237) (75%, 82%, 93%)

RGB channels and saturation

R 192 of 255 = 75%
G 210 of 255 = 82%
B 237 of 255 = 93%

192
210
237

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

Portions of RGB colors in percentages

R + G + B = 192 + 210 + 237 = 639 (100%)
R 192 of 639 ~ 30.05%
G 210 of 639 ~ 32.86%
B 237 of 639 ~ 37.09'%

%30.05
%32.86
%37.09

CMYK color model

#C0D2ED color CMYK value is (19,11,0,7).

  • cyan value is 18.99%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (19,11,0,7) C19M11Y0K7 (19%,11%,0%,7%) (0.19/0.11/0.00/0.07) 

CMYK percentages

%18.99
%11.39
%0
%7.06

Codes

Color #C0D2ED in popluar color models

C0 D2 ED
RGB 192 210 237
HSL 216° 55.56% 84.12%
HSB/HSV 216° 18.99% 92.94%
CMYK 18.99% 11.39% 0.00%
7.06%

Color #C0D2ED in popluar number systems.

HEX C0 D2 ED
Decimal 192 210 237
Binary 11000000 11010010 11101101
Octal 300 322 355

Shades and tints

Shades of #C0D2ED

#C0D2ED
(192,210,237)
#AFBFD8
(175,191,216)
#9EACC3
(158,172,195)
#8D99AE
(141,153,174)
#7C8699
(124,134,153)
#6B7384
(107,115,132)
#5A606F
(90,96,111)
#494D5A
(73,77,90)
#383A45
(56,58,69)
#272730
(39,39,48)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #C0D2ED

#C0D2ED
(192,210,237)
#C5D6EE
(197,214,238)
#CADAEF
(202,218,239)
#CFDEF0
(207,222,240)
#D4E2F1
(212,226,241)
#D9E6F2
(217,230,242)
#DEEAF3
(222,234,243)
#E3EEF4
(227,238,244)
#E8F2F5
(232,242,245)
#EDF6F6
(237,246,246)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D2ED color. Also use rgb(192,210,237) instead hex code.

Text Font Color

.myTextColor { color: #C0D2ED; }

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

This text font color is #C0D2ED.

Background Color

.myBgColor { background-color: #C0D2ED; }

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

This div background color is #C0D2ED.

Border color

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

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

This div border color is #C0D2ED.

Opacity

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

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

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

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

This text has shadow with #C0D2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0D2ED.

Preview

Color preview on black background

This text has color #C0D2ED on black background.


Color preview on white background

This text has color #C0D2ED on white background.


Black color preview on #C0D2ED background

This text has black color on #C0D2ED background.


White color preview on #C0D2ED background

This text has white color on #C0D2ED background.


Related colors

Complementary color

Complementary color for #hex is #3F2D12.


I love getcolorcode.com

Triadic colors

1 #EDC0D2 and #D2EDC0 with #C0D2ED are triadic colors.

2 #EDD2C0 and #D2C0ED with #C0D2ED are triadic colors.