COLOR #D4E0C9

HEX: #D4E0C9
RGB: (212,224,201)

Color info

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

RGB color model

#D4E0C9 color RGB value is (212,224,201).

  • red value is 212;
  • green value is 224;
  • blue value is 201.
RGB:
(212,224,201)
(83%,88%,79%)

RGB channels and saturation

R 212 of 255 = 83%
G 224 of 255 = 88%
B 201 of 255 = 79%

212
224
201

R + G + B ~ 83%. #D4E0C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 224 + 201 = 637 (100%)
R 212 of 637 ~ 33.28%
G 224 of 637 ~ 35.16%
B 201 of 637 ~ 31.55%

%33.28
%35.16
%31.55

CMYK color model

#D4E0C9 color CMYK value is (5,0,10,12).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 10.27%
  • key color value is 12.16%
CMYK:
(5,0,10,12)
C5M0Y10K12 
(5%,0%,10%,12%)
(0.05/0.00/0.10/0.12)	

CMYK percentages

%5.36
%0
%10.27
%12.16

Codes

Color #D4E0C9 in popluar color models

D4E0C9
RGB212224201
HSL91°27.06%83.33%
HSB/HSV91°10.27%87.84%
CMYK5.36%0.00%10.27%
12.16%

Color #D4E0C9 in popluar number systems.

HEXD4E0C9
Decimal212224201
Binary110101001110000011001001
Octal324340311

Shades and tints

Shades of #D4E0C9

#D4E0C9
(212,224,201)
#C1CCB7
(193,204,183)
#AEB8A5
(174,184,165)
#9BA493
(155,164,147)
#889081
(136,144,129)
#757C6F
(117,124,111)
#62685D
(98,104,93)
#4F544B
(79,84,75)
#3C4039
(60,64,57)
#292C27
(41,44,39)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4E0C9

#D4E0C9
(212,224,201)
#D7E2CD
(215,226,205)
#DAE4D1
(218,228,209)
#DDE6D5
(221,230,213)
#E0E8D9
(224,232,217)
#E3EADD
(227,234,221)
#E6ECE1
(230,236,225)
#E9EEE5
(233,238,229)
#ECF0E9
(236,240,233)
#EFF2ED
(239,242,237)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E0C9 color. Also use rgb(212,224,201) instead hex code.

Text Font Color

.myTextColor { color: #D4E0C9; }

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

This text font color is #D4E0C9.


Background Color

.myBgColor { background-color: #D4E0C9; }

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

This div background color is #D4E0C9.


Border color

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

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

This div border color is #D4E0C9.


Opacity

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

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

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

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

This text has shadow with #D4E0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E0C9 on black background.


Color preview on white background

This text has color #D4E0C9 on white background.



Black color preview on #D4E0C9 background

This text has black color on #D4E0C9 background.


White color preview on #D4E0C9 background

This text has white color on #D4E0C9 background.