COLOR #C0D4C3

HEX: #C0D4C3
RGB: (192,212,195)

Color info

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

RGB color model

#C0D4C3 color RGB value is (192,212,195).

  • red value is 192;
  • green value is 212;
  • blue value is 195.
RGB:
(192,212,195)
(75%,83%,76%)

RGB channels and saturation

R 192 of 255 = 75%
G 212 of 255 = 83%
B 195 of 255 = 76%

192
212
195

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

Portions of RGB colors in percentages

R + G + B =
192 + 212 + 195 = 599 (100%)
R 192 of 599 ~ 32.05%
G 212 of 599 ~ 35.39%
B 195 of 599 ~ 32.55%

%32.05
%35.39
%32.55

CMYK color model

#C0D4C3 color CMYK value is (9,0,8,17).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 16.86%
CMYK:
(9,0,8,17)
C9M0Y8K17 
(9%,0%,8%,17%)
(0.09/0.00/0.08/0.17)	

CMYK percentages

%9.43
%0
%8.02
%16.86

Codes

Color #C0D4C3 in popluar color models

C0D4C3
RGB192212195
HSL129°18.87%79.22%
HSB/HSV129°9.43%83.14%
CMYK9.43%0.00%8.02%
16.86%

Color #C0D4C3 in popluar number systems.

HEXC0D4C3
Decimal192212195
Binary110000001101010011000011
Octal300324303

Shades and tints

Shades of #C0D4C3

#C0D4C3
(192,212,195)
#AFC1B2
(175,193,178)
#9EAEA1
(158,174,161)
#8D9B90
(141,155,144)
#7C887F
(124,136,127)
#6B756E
(107,117,110)
#5A625D
(90,98,93)
#494F4C
(73,79,76)
#383C3B
(56,60,59)
#27292A
(39,41,42)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #C0D4C3

#C0D4C3
(192,212,195)
#C5D7C8
(197,215,200)
#CADACD
(202,218,205)
#CFDDD2
(207,221,210)
#D4E0D7
(212,224,215)
#D9E3DC
(217,227,220)
#DEE6E1
(222,230,225)
#E3E9E6
(227,233,230)
#E8ECEB
(232,236,235)
#EDEFF0
(237,239,240)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D4C3 color. Also use rgb(192,212,195) instead hex code.

Text Font Color

.myTextColor { color: #C0D4C3; }

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

This text font color is #C0D4C3.


Background Color

.myBgColor { background-color: #C0D4C3; }

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

This div background color is #C0D4C3.


Border color

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

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

This div border color is #C0D4C3.


Opacity

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

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

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

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

This text has shadow with #C0D4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D4C3 on black background.


Color preview on white background

This text has color #C0D4C3 on white background.



Black color preview on #C0D4C3 background

This text has black color on #C0D4C3 background.


White color preview on #C0D4C3 background

This text has white color on #C0D4C3 background.