COLOR #C0D2E7

HEX: #C0D2E7
RGB: (192,210,231)

Color info

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

RGB color model

#C0D2E7 color RGB value is (192,210,231).

  • red value is 192;
  • green value is 210;
  • blue value is 231.
RGB:
(192,210,231)
(75%,82%,91%)

RGB channels and saturation

R 192 of 255 = 75%
G 210 of 255 = 82%
B 231 of 255 = 91%

192
210
231

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

Portions of RGB colors in percentages

R + G + B =
192 + 210 + 231 = 633 (100%)
R 192 of 633 ~ 30.33%
G 210 of 633 ~ 33.18%
B 231 of 633 ~ 36.49%

%30.33
%33.18
%36.49

CMYK color model

#C0D2E7 color CMYK value is (17,9,0,9).

  • cyan value is 16.88%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(17,9,0,9)
C17M9Y0K9 
(17%,9%,0%,9%)
(0.17/0.09/0.00/0.09)	

CMYK percentages

%16.88
%9.09
%0
%9.41

Codes

Color #C0D2E7 in popluar color models

C0D2E7
RGB192210231
HSL212°44.83%82.94%
HSB/HSV212°16.88%90.59%
CMYK16.88%9.09%0.00%
9.41%

Color #C0D2E7 in popluar number systems.

HEXC0D2E7
Decimal192210231
Binary110000001101001011100111
Octal300322347

Shades and tints

Shades of #C0D2E7

#C0D2E7
(192,210,231)
#AFBFD2
(175,191,210)
#9EACBD
(158,172,189)
#8D99A8
(141,153,168)
#7C8693
(124,134,147)
#6B737E
(107,115,126)
#5A6069
(90,96,105)
#494D54
(73,77,84)
#383A3F
(56,58,63)
#27272A
(39,39,42)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #C0D2E7

#C0D2E7
(192,210,231)
#C5D6E9
(197,214,233)
#CADAEB
(202,218,235)
#CFDEED
(207,222,237)
#D4E2EF
(212,226,239)
#D9E6F1
(217,230,241)
#DEEAF3
(222,234,243)
#E3EEF5
(227,238,245)
#E8F2F7
(232,242,247)
#EDF6F9
(237,246,249)
#F2FAFB
(242,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D2E7; }

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

This text font color is #C0D2E7.


Background Color

.myBgColor { background-color: #C0D2E7; }

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

This div background color is #C0D2E7.


Border color

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

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

This div border color is #C0D2E7.


Opacity

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

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

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

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

This text has shadow with #C0D2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D2E7 on black background.


Color preview on white background

This text has color #C0D2E7 on white background.



Black color preview on #C0D2E7 background

This text has black color on #C0D2E7 background.


White color preview on #C0D2E7 background

This text has white color on #C0D2E7 background.