COLOR #C0D8CC

HEX: #C0D8CC
RGB: (192,216,204)

Color info

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

RGB color model

#C0D8CC color RGB value is (192,216,204).

  • red value is 192;
  • green value is 216;
  • blue value is 204.
RGB:
(192,216,204)
(75%,85%,80%)

RGB channels and saturation

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

192
216
204

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

Portions of RGB colors in percentages

R + G + B =
192 + 216 + 204 = 612 (100%)
R 192 of 612 ~ 31.37%
G 216 of 612 ~ 35.29%
B 204 of 612 ~ 33.33%

%31.37
%35.29
%33.33

CMYK color model

#C0D8CC color CMYK value is (11,0,6,15).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 15.29%
CMYK:
(11,0,6,15)
C11M0Y6K15 
(11%,0%,6%,15%)
(0.11/0.00/0.06/0.15)	

CMYK percentages

%11.11
%0
%5.56
%15.29

Codes

Color #C0D8CC in popluar color models

C0D8CC
RGB192216204
HSL150°23.53%80.00%
HSB/HSV150°11.11%84.71%
CMYK11.11%0.00%5.56%
15.29%

Color #C0D8CC in popluar number systems.

HEXC0D8CC
Decimal192216204
Binary110000001101100011001100
Octal300330314

Shades and tints

Shades of #C0D8CC

#C0D8CC
(192,216,204)
#AFC5BA
(175,197,186)
#9EB2A8
(158,178,168)
#8D9F96
(141,159,150)
#7C8C84
(124,140,132)
#6B7972
(107,121,114)
#5A6660
(90,102,96)
#49534E
(73,83,78)
#38403C
(56,64,60)
#272D2A
(39,45,42)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #C0D8CC

#C0D8CC
(192,216,204)
#C5DBD0
(197,219,208)
#CADED4
(202,222,212)
#CFE1D8
(207,225,216)
#D4E4DC
(212,228,220)
#D9E7E0
(217,231,224)
#DEEAE4
(222,234,228)
#E3EDE8
(227,237,232)
#E8F0EC
(232,240,236)
#EDF3F0
(237,243,240)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D8CC; }

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

This text font color is #C0D8CC.


Background Color

.myBgColor { background-color: #C0D8CC; }

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

This div background color is #C0D8CC.


Border color

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

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

This div border color is #C0D8CC.


Opacity

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

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

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

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

This text has shadow with #C0D8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D8CC on black background.


Color preview on white background

This text has color #C0D8CC on white background.



Black color preview on #C0D8CC background

This text has black color on #C0D8CC background.


White color preview on #C0D8CC background

This text has white color on #C0D8CC background.