COLOR #C0D3C4

HEX: #C0D3C4
RGB: (192,211,196)

Color info

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

RGB color model

#C0D3C4 color RGB value is (192,211,196).

  • red value is 192;
  • green value is 211;
  • blue value is 196.
RGB:
(192,211,196)
(75%,83%,77%)

RGB channels and saturation

R 192 of 255 = 75%
G 211 of 255 = 83%
B 196 of 255 = 77%

192
211
196

R + G + B ~ 78%. #C0D3C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 211 + 196 = 599 (100%)
R 192 of 599 ~ 32.05%
G 211 of 599 ~ 35.23%
B 196 of 599 ~ 32.72%

%32.05
%35.23
%32.72

CMYK color model

#C0D3C4 color CMYK value is (9,0,7,17).

  • cyan value is 9.00%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 17.25%
CMYK:
(9,0,7,17)
C9M0Y7K17 
(9%,0%,7%,17%)
(0.09/0.00/0.07/0.17)	

CMYK percentages

%9
%0
%7.11
%17.25

Codes

Color #C0D3C4 in popluar color models

C0D3C4
RGB192211196
HSL133°17.76%79.02%
HSB/HSV133°9.00%82.75%
CMYK9.00%0.00%7.11%
17.25%

Color #C0D3C4 in popluar number systems.

HEXC0D3C4
Decimal192211196
Binary110000001101001111000100
Octal300323304

Shades and tints

Shades of #C0D3C4

#C0D3C4
(192,211,196)
#AFC0B3
(175,192,179)
#9EADA2
(158,173,162)
#8D9A91
(141,154,145)
#7C8780
(124,135,128)
#6B746F
(107,116,111)
#5A615E
(90,97,94)
#494E4D
(73,78,77)
#383B3C
(56,59,60)
#27282B
(39,40,43)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #C0D3C4

#C0D3C4
(192,211,196)
#C5D7C9
(197,215,201)
#CADBCE
(202,219,206)
#CFDFD3
(207,223,211)
#D4E3D8
(212,227,216)
#D9E7DD
(217,231,221)
#DEEBE2
(222,235,226)
#E3EFE7
(227,239,231)
#E8F3EC
(232,243,236)
#EDF7F1
(237,247,241)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D3C4 color. Also use rgb(192,211,196) instead hex code.

Text Font Color

.myTextColor { color: #C0D3C4; }

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

This text font color is #C0D3C4.


Background Color

.myBgColor { background-color: #C0D3C4; }

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

This div background color is #C0D3C4.


Border color

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

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

This div border color is #C0D3C4.


Opacity

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

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

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

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

This text has shadow with #C0D3C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D3C4 on black background.


Color preview on white background

This text has color #C0D3C4 on white background.



Black color preview on #C0D3C4 background

This text has black color on #C0D3C4 background.


White color preview on #C0D3C4 background

This text has white color on #C0D3C4 background.