COLOR #C0D6CC

HEX: #C0D6CC
RGB: (192,214,204)

Color info

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

RGB color model

#C0D6CC color RGB value is (192,214,204).

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

RGB channels and saturation

R 192 of 255 = 75%
G 214 of 255 = 84%
B 204 of 255 = 80%

192
214
204

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

Portions of RGB colors in percentages

R + G + B =
192 + 214 + 204 = 610 (100%)
R 192 of 610 ~ 31.48%
G 214 of 610 ~ 35.08%
B 204 of 610 ~ 33.44%

%31.48
%35.08
%33.44

CMYK color model

#C0D6CC color CMYK value is (10,0,5,16).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 16.08%
CMYK:
(10,0,5,16)
C10M0Y5K16 
(10%,0%,5%,16%)
(0.10/0.00/0.05/0.16)	

CMYK percentages

%10.28
%0
%4.67
%16.08

Codes

Color #C0D6CC in popluar color models

C0D6CC
RGB192214204
HSL153°21.15%79.61%
HSB/HSV153°10.28%83.92%
CMYK10.28%0.00%4.67%
16.08%

Color #C0D6CC in popluar number systems.

HEXC0D6CC
Decimal192214204
Binary110000001101011011001100
Octal300326314

Shades and tints

Shades of #C0D6CC

#C0D6CC
(192,214,204)
#AFC3BA
(175,195,186)
#9EB0A8
(158,176,168)
#8D9D96
(141,157,150)
#7C8A84
(124,138,132)
#6B7772
(107,119,114)
#5A6460
(90,100,96)
#49514E
(73,81,78)
#383E3C
(56,62,60)
#272B2A
(39,43,42)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #C0D6CC

#C0D6CC
(192,214,204)
#C5D9D0
(197,217,208)
#CADCD4
(202,220,212)
#CFDFD8
(207,223,216)
#D4E2DC
(212,226,220)
#D9E5E0
(217,229,224)
#DEE8E4
(222,232,228)
#E3EBE8
(227,235,232)
#E8EEEC
(232,238,236)
#EDF1F0
(237,241,240)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D6CC; }

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

This text font color is #C0D6CC.


Background Color

.myBgColor { background-color: #C0D6CC; }

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

This div background color is #C0D6CC.


Border color

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

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

This div border color is #C0D6CC.


Opacity

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

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

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

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

This text has shadow with #C0D6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D6CC on black background.


Color preview on white background

This text has color #C0D6CC on white background.



Black color preview on #C0D6CC background

This text has black color on #C0D6CC background.


White color preview on #C0D6CC background

This text has white color on #C0D6CC background.