COLOR #C0D4B2

HEX: #C0D4B2
RGB: (192,212,178)

Color info

#C0D4B2 contains red, green and blue colors in about the same proportion. Web safe color of #C0D4B2 is #CCCC99 (or #CC9).

RGB color model

#C0D4B2 color RGB value is (192,212,178).

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

RGB channels and saturation

R 192 of 255 = 75%
G 212 of 255 = 83%
B 178 of 255 = 70%

192
212
178

R + G + B ~ 76%. #C0D4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 212 + 178 = 582 (100%)
R 192 of 582 ~ 32.99%
G 212 of 582 ~ 36.43%
B 178 of 582 ~ 30.58%

%32.99
%36.43
%30.58

CMYK color model

#C0D4B2 color CMYK value is (9,0,16,17).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 16.04%
  • key color value is 16.86%
CMYK:
(9,0,16,17)
C9M0Y16K17 
(9%,0%,16%,17%)
(0.09/0.00/0.16/0.17)	

CMYK percentages

%9.43
%0
%16.04
%16.86

Codes

Color #C0D4B2 in popluar color models

C0D4B2
RGB192212178
HSL95°28.33%76.47%
HSB/HSV95°16.04%83.14%
CMYK9.43%0.00%16.04%
16.86%

Color #C0D4B2 in popluar number systems.

HEXC0D4B2
Decimal192212178
Binary110000001101010010110010
Octal300324262

Shades and tints

Shades of #C0D4B2

#C0D4B2
(192,212,178)
#AFC1A2
(175,193,162)
#9EAE92
(158,174,146)
#8D9B82
(141,155,130)
#7C8872
(124,136,114)
#6B7562
(107,117,98)
#5A6252
(90,98,82)
#494F42
(73,79,66)
#383C32
(56,60,50)
#272922
(39,41,34)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #C0D4B2

#C0D4B2
(192,212,178)
#C5D7B9
(197,215,185)
#CADAC0
(202,218,192)
#CFDDC7
(207,221,199)
#D4E0CE
(212,224,206)
#D9E3D5
(217,227,213)
#DEE6DC
(222,230,220)
#E3E9E3
(227,233,227)
#E8ECEA
(232,236,234)
#EDEFF1
(237,239,241)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D4B2; }

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

This text font color is #C0D4B2.


Background Color

.myBgColor { background-color: #C0D4B2; }

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

This div background color is #C0D4B2.


Border color

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

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

This div border color is #C0D4B2.


Opacity

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

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

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

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

This text has shadow with #C0D4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D4B2 on black background.


Color preview on white background

This text has color #C0D4B2 on white background.



Black color preview on #C0D4B2 background

This text has black color on #C0D4B2 background.


White color preview on #C0D4B2 background

This text has white color on #C0D4B2 background.