COLOR #C0D0ED

HEX: #C0D0ED RGB: (192,208,237)

Color info

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

RGB color model

#C0D0ED color RGB value is (192,208,237).

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

RGB channels and saturation

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

192
208
237

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

Portions of RGB colors in percentages

R + G + B = 192 + 208 + 237 = 637 (100%)
R 192 of 637 ~ 30.14%
G 208 of 637 ~ 32.65%
B 237 of 637 ~ 37.21'%

%30.14
%32.65
%37.21

CMYK color model

#C0D0ED color CMYK value is (19,12,0,7).

  • cyan value is 18.99%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (19,12,0,7)
C19M12Y0K7 (19%, 12%, 0%, 7%)
(0.19 / 0.12 / 0.00 / 0.07)

CMYK percentages

%18.99
%12.24
%0
%7.06

Codes

Color #C0D0ED in popluar color models

C0 D0 ED
RGB 192 208 237
HSL 219° 55.56% 84.12%
HSB/HSV 219° 18.99% 92.94%
CMYK 18.99% 12.24% 0.00%
7.06%

Color #C0D0ED in popluar number systems.

HEX C0 D0 ED
Decimal 192 208 237
Binary 11000000 11010000 11101101
Octal 300 320 355

Shades and tints

Shades of #C0D0ED

#C0D0ED
(192,208,237)
#AFBED8
(175,190,216)
#9EACC3
(158,172,195)
#8D9AAE
(141,154,174)
#7C8899
(124,136,153)
#6B7684
(107,118,132)
#5A646F
(90,100,111)
#49525A
(73,82,90)
#384045
(56,64,69)
#272E30
(39,46,48)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #C0D0ED

#C0D0ED
(192,208,237)
#C5D4EE
(197,212,238)
#CAD8EF
(202,216,239)
#CFDCF0
(207,220,240)
#D4E0F1
(212,224,241)
#D9E4F2
(217,228,242)
#DEE8F3
(222,232,243)
#E3ECF4
(227,236,244)
#E8F0F5
(232,240,245)
#EDF4F6
(237,244,246)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D0ED; }

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

This text font color is #C0D0ED.

Background Color

.myBgColor { background-color: #C0D0ED; }

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

This div background color is #C0D0ED.

Border color

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

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

This div border color is #C0D0ED.

Opacity

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

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

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

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

This text has shadow with #C0D0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0D0ED.

Preview

Color preview on black background

This text has color #C0D0ED on black background.


Color preview on white background

This text has color #C0D0ED on white background.


Black color preview on #C0D0ED background

This text has black color on #C0D0ED background.


White color preview on #C0D0ED background

This text has white color on #C0D0ED background.


Related colors

Complementary color

Complementary color for #hex is #3F2F12.


I love getcolorcode.com

Triadic colors

1 #EDC0D0 and #D0EDC0 with #C0D0ED are triadic colors.

2 #EDD0C0 and #D0C0ED with #C0D0ED are triadic colors.