COLOR #C0D5CC

HEX: #C0D5CC
RGB: (192,213,204)

Color info

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

RGB color model

#C0D5CC color RGB value is (192,213,204).

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

RGB channels and saturation

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

192
213
204

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

Portions of RGB colors in percentages

R + G + B =
192 + 213 + 204 = 609 (100%)
R 192 of 609 ~ 31.53%
G 213 of 609 ~ 34.98%
B 204 of 609 ~ 33.5%

%31.53
%34.98
%33.5

CMYK color model

#C0D5CC color CMYK value is (10,0,4,16).

  • cyan value is 9.86%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 16.47%
CMYK:
(10,0,4,16)
C10M0Y4K16 
(10%,0%,4%,16%)
(0.10/0.00/0.04/0.16)	

CMYK percentages

%9.86
%0
%4.23
%16.47

Codes

Color #C0D5CC in popluar color models

C0D5CC
RGB192213204
HSL154°20.00%79.41%
HSB/HSV154°9.86%83.53%
CMYK9.86%0.00%4.23%
16.47%

Color #C0D5CC in popluar number systems.

HEXC0D5CC
Decimal192213204
Binary110000001101010111001100
Octal300325314

Shades and tints

Shades of #C0D5CC

#C0D5CC
(192,213,204)
#AFC2BA
(175,194,186)
#9EAFA8
(158,175,168)
#8D9C96
(141,156,150)
#7C8984
(124,137,132)
#6B7672
(107,118,114)
#5A6360
(90,99,96)
#49504E
(73,80,78)
#383D3C
(56,61,60)
#272A2A
(39,42,42)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #C0D5CC

#C0D5CC
(192,213,204)
#C5D8D0
(197,216,208)
#CADBD4
(202,219,212)
#CFDED8
(207,222,216)
#D4E1DC
(212,225,220)
#D9E4E0
(217,228,224)
#DEE7E4
(222,231,228)
#E3EAE8
(227,234,232)
#E8EDEC
(232,237,236)
#EDF0F0
(237,240,240)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D5CC; }

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

This text font color is #C0D5CC.


Background Color

.myBgColor { background-color: #C0D5CC; }

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

This div background color is #C0D5CC.


Border color

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

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

This div border color is #C0D5CC.


Opacity

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

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

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

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

This text has shadow with #C0D5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D5CC on black background.


Color preview on white background

This text has color #C0D5CC on white background.



Black color preview on #C0D5CC background

This text has black color on #C0D5CC background.


White color preview on #C0D5CC background

This text has white color on #C0D5CC background.