COLOR #C0D9CE

HEX: #C0D9CE RGB: (192,217,206)

Color info

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

RGB color model

#C0D9CE color RGB value is (192,217,206).

RGB: (192,217,206) (75%, 85%, 81%)

RGB channels and saturation

R 192 of 255 = 75%
G 217 of 255 = 85%
B 206 of 255 = 81%

192
217
206

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

Portions of RGB colors in percentages

R + G + B = 192 + 217 + 206 = 615 (100%)
R 192 of 615 ~ 31.22%
G 217 of 615 ~ 35.28%
B 206 of 615 ~ 33.5'%

%31.22
%35.28
%33.5

CMYK color model

#C0D9CE color CMYK value is (12,0,5,15).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 5.07%
  • key color value is 14.90%

CMYK: (12,0,5,15)
C12M0Y5K15 (12%, 0%, 5%, 15%)
(0.12 / 0.00 / 0.05 / 0.15)

CMYK percentages

%11.52
%0
%5.07
%14.9

Codes

Color #C0D9CE in popluar color models

C0 D9 CE
RGB 192 217 206
HSL 154° 24.75% 80.20%
HSB/HSV 154° 11.52% 85.10%
CMYK 11.52% 0.00% 5.07%
14.90%

Color #C0D9CE in popluar number systems.

HEX C0 D9 CE
Decimal 192 217 206
Binary 11000000 11011001 11001110
Octal 300 331 316

Shades and tints

Shades of #C0D9CE

#C0D9CE
(192,217,206)
#AFC6BC
(175,198,188)
#9EB3AA
(158,179,170)
#8DA098
(141,160,152)
#7C8D86
(124,141,134)
#6B7A74
(107,122,116)
#5A6762
(90,103,98)
#495450
(73,84,80)
#38413E
(56,65,62)
#272E2C
(39,46,44)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #C0D9CE

#C0D9CE
(192,217,206)
#C5DCD2
(197,220,210)
#CADFD6
(202,223,214)
#CFE2DA
(207,226,218)
#D4E5DE
(212,229,222)
#D9E8E2
(217,232,226)
#DEEBE6
(222,235,230)
#E3EEEA
(227,238,234)
#E8F1EE
(232,241,238)
#EDF4F2
(237,244,242)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D9CE color. Also use rgb(192,217,206) instead hex code.

Text Font Color

.myTextColor { color: #C0D9CE; }

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

This text font color is #C0D9CE.

Background Color

.myBgColor { background-color: #C0D9CE; }

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

This div background color is #C0D9CE.

Border color

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

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

This div border color is #C0D9CE.

Opacity

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

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

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

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

This text has shadow with #C0D9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0D9CE.

Preview

Color preview on black background

This text has color #C0D9CE on black background.


Color preview on white background

This text has color #C0D9CE on white background.


Black color preview on #C0D9CE background

This text has black color on #C0D9CE background.


White color preview on #C0D9CE background

This text has white color on #C0D9CE background.


Related colors

Complementary color

Complementary color for #hex is #3F2631.


I love getcolorcode.com

Triadic colors

1 #CEC0D9 and #D9CEC0 with #C0D9CE are triadic colors.

2 #CED9C0 and #D9C0CE with #C0D9CE are triadic colors.