COLOR #C0D0D2

HEX: #C0D0D2
RGB: (192,208,210)

Color info

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

RGB color model

#C0D0D2 color RGB value is (192,208,210).

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

RGB channels and saturation

R 192 of 255 = 75%
G 208 of 255 = 82%
B 210 of 255 = 82%

192
208
210

R + G + B ~ 80%. #C0D0D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 208 + 210 = 610 (100%)
R 192 of 610 ~ 31.48%
G 208 of 610 ~ 34.1%
B 210 of 610 ~ 34.43%

%31.48
%34.1
%34.43

CMYK color model

#C0D0D2 color CMYK value is (9,1,0,18).

  • cyan value is 8.57%
  • magenta value is 0.95%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(9,1,0,18)
C9M1Y0K18 
(9%,1%,0%,18%)
(0.09/0.01/0.00/0.18)	

CMYK percentages

%8.57
%0.95
%0
%17.65

Codes

Color #C0D0D2 in popluar color models

C0D0D2
RGB192208210
HSL187°16.67%78.82%
HSB/HSV187°8.57%82.35%
CMYK8.57%0.95%0.00%
17.65%

Color #C0D0D2 in popluar number systems.

HEXC0D0D2
Decimal192208210
Binary110000001101000011010010
Octal300320322

Shades and tints

Shades of #C0D0D2

#C0D0D2
(192,208,210)
#AFBEBF
(175,190,191)
#9EACAC
(158,172,172)
#8D9A99
(141,154,153)
#7C8886
(124,136,134)
#6B7673
(107,118,115)
#5A6460
(90,100,96)
#49524D
(73,82,77)
#38403A
(56,64,58)
#272E27
(39,46,39)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #C0D0D2

#C0D0D2
(192,208,210)
#C5D4D6
(197,212,214)
#CAD8DA
(202,216,218)
#CFDCDE
(207,220,222)
#D4E0E2
(212,224,226)
#D9E4E6
(217,228,230)
#DEE8EA
(222,232,234)
#E3ECEE
(227,236,238)
#E8F0F2
(232,240,242)
#EDF4F6
(237,244,246)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D0D2; }

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

This text font color is #C0D0D2.


Background Color

.myBgColor { background-color: #C0D0D2; }

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

This div background color is #C0D0D2.


Border color

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

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

This div border color is #C0D0D2.


Opacity

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

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

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

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

This text has shadow with #C0D0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D0D2 on black background.


Color preview on white background

This text has color #C0D0D2 on white background.



Black color preview on #C0D0D2 background

This text has black color on #C0D0D2 background.


White color preview on #C0D0D2 background

This text has white color on #C0D0D2 background.