COLOR #C0D9CC

HEX: #C0D9CC RGB: (192,217,204)

Color info

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

RGB color model

#C0D9CC color RGB value is (192,217,204).

RGB: (192,217,204) (75%, 85%, 80%)

RGB channels and saturation

R 192 of 255 = 75%
G 217 of 255 = 85%
B 204 of 255 = 80%

192
217
204

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

Portions of RGB colors in percentages

R + G + B = 192 + 217 + 204 = 613 (100%)
R 192 of 613 ~ 31.32%
G 217 of 613 ~ 35.4%
B 204 of 613 ~ 33.28'%

%31.32
%35.4
%33.28

CMYK color model

#C0D9CC color CMYK value is (12,0,6,15).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK: (12,0,6,15) C12M0Y6K15 (12%,0%,6%,15%) (0.12/0.00/0.06/0.15) 

CMYK percentages

%11.52
%0
%5.99
%14.9

Codes

Color #C0D9CC in popluar color models

C0 D9 CC
RGB 192 217 204
HSL 149° 24.75% 80.20%
HSB/HSV 149° 11.52% 85.10%
CMYK 11.52% 0.00% 5.99%
14.90%

Color #C0D9CC in popluar number systems.

HEX C0 D9 CC
Decimal 192 217 204
Binary 11000000 11011001 11001100
Octal 300 331 314

Shades and tints

Shades of #C0D9CC

#C0D9CC
(192,217,204)
#AFC6BA
(175,198,186)
#9EB3A8
(158,179,168)
#8DA096
(141,160,150)
#7C8D84
(124,141,132)
#6B7A72
(107,122,114)
#5A6760
(90,103,96)
#49544E
(73,84,78)
#38413C
(56,65,60)
#272E2A
(39,46,42)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #C0D9CC

#C0D9CC
(192,217,204)
#C5DCD0
(197,220,208)
#CADFD4
(202,223,212)
#CFE2D8
(207,226,216)
#D4E5DC
(212,229,220)
#D9E8E0
(217,232,224)
#DEEBE4
(222,235,228)
#E3EEE8
(227,238,232)
#E8F1EC
(232,241,236)
#EDF4F0
(237,244,240)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D9CC; }

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

This text font color is #C0D9CC.

Background Color

.myBgColor { background-color: #C0D9CC; }

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

This div background color is #C0D9CC.

Border color

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

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

This div border color is #C0D9CC.

Opacity

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

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

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

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

This text has shadow with #C0D9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0D9CC.

Preview

Color preview on black background

This text has color #C0D9CC on black background.


Color preview on white background

This text has color #C0D9CC on white background.


Black color preview on #C0D9CC background

This text has black color on #C0D9CC background.


White color preview on #C0D9CC background

This text has white color on #C0D9CC background.


Related colors

Complementary color

Complementary color for #hex is #3F2633.


I love getcolorcode.com

Triadic colors

1 #CCC0D9 and #D9CCC0 with #C0D9CC are triadic colors.

2 #CCD9C0 and #D9C0CC with #C0D9CC are triadic colors.