COLOR #C4D4CE

HEX: #C4D4CE
RGB: (196,212,206)

Color info

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

RGB color model

#C4D4CE color RGB value is (196,212,206).

  • red value is 196;
  • green value is 212;
  • blue value is 206.
RGB:
(196,212,206)
(77%,83%,81%)

RGB channels and saturation

R 196 of 255 = 77%
G 212 of 255 = 83%
B 206 of 255 = 81%

196
212
206

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

Portions of RGB colors in percentages

R + G + B =
196 + 212 + 206 = 614 (100%)
R 196 of 614 ~ 31.92%
G 212 of 614 ~ 34.53%
B 206 of 614 ~ 33.55%

%31.92
%34.53
%33.55

CMYK color model

#C4D4CE color CMYK value is (8,0,3,17).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(8,0,3,17)
C8M0Y3K17 
(8%,0%,3%,17%)
(0.08/0.00/0.03/0.17)	

CMYK percentages

%7.55
%0
%2.83
%16.86

Codes

Color #C4D4CE in popluar color models

C4D4CE
RGB196212206
HSL158°15.69%80.00%
HSB/HSV158°7.55%83.14%
CMYK7.55%0.00%2.83%
16.86%

Color #C4D4CE in popluar number systems.

HEXC4D4CE
Decimal196212206
Binary110001001101010011001110
Octal304324316

Shades and tints

Shades of #C4D4CE

#C4D4CE
(196,212,206)
#B3C1BC
(179,193,188)
#A2AEAA
(162,174,170)
#919B98
(145,155,152)
#808886
(128,136,134)
#6F7574
(111,117,116)
#5E6262
(94,98,98)
#4D4F50
(77,79,80)
#3C3C3E
(60,60,62)
#2B292C
(43,41,44)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #C4D4CE

#C4D4CE
(196,212,206)
#C9D7D2
(201,215,210)
#CEDAD6
(206,218,214)
#D3DDDA
(211,221,218)
#D8E0DE
(216,224,222)
#DDE3E2
(221,227,226)
#E2E6E6
(226,230,230)
#E7E9EA
(231,233,234)
#ECECEE
(236,236,238)
#F1EFF2
(241,239,242)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D4CE color. Also use rgb(196,212,206) instead hex code.

Text Font Color

.myTextColor { color: #C4D4CE; }

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

This text font color is #C4D4CE.


Background Color

.myBgColor { background-color: #C4D4CE; }

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

This div background color is #C4D4CE.


Border color

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

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

This div border color is #C4D4CE.


Opacity

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

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

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

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

This text has shadow with #C4D4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D4CE on black background.


Color preview on white background

This text has color #C4D4CE on white background.



Black color preview on #C4D4CE background

This text has black color on #C4D4CE background.


White color preview on #C4D4CE background

This text has white color on #C4D4CE background.