COLOR #D4DEC2

HEX: #D4DEC2
RGB: (212,222,194)

Color info

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

RGB color model

#D4DEC2 color RGB value is (212,222,194).

  • red value is 212;
  • green value is 222;
  • blue value is 194.
RGB:
(212,222,194)
(83%,87%,76%)

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 194 of 255 = 76%

212
222
194

R + G + B ~ 82%. #D4DEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 222 + 194 = 628 (100%)
R 212 of 628 ~ 33.76%
G 222 of 628 ~ 35.35%
B 194 of 628 ~ 30.89%

%33.76
%35.35
%30.89

CMYK color model

#D4DEC2 color CMYK value is (5,0,13,13).

  • cyan value is 4.50%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 12.94%
CMYK:
(5,0,13,13)
C5M0Y13K13 
(5%,0%,13%,13%)
(0.05/0.00/0.13/0.13)	

CMYK percentages

%4.5
%0
%12.61
%12.94

Codes

Color #D4DEC2 in popluar color models

D4DEC2
RGB212222194
HSL81°29.79%81.57%
HSB/HSV81°12.61%87.06%
CMYK4.50%0.00%12.61%
12.94%

Color #D4DEC2 in popluar number systems.

HEXD4DEC2
Decimal212222194
Binary110101001101111011000010
Octal324336302

Shades and tints

Shades of #D4DEC2

#D4DEC2
(212,222,194)
#C1CAB1
(193,202,177)
#AEB6A0
(174,182,160)
#9BA28F
(155,162,143)
#888E7E
(136,142,126)
#757A6D
(117,122,109)
#62665C
(98,102,92)
#4F524B
(79,82,75)
#3C3E3A
(60,62,58)
#292A29
(41,42,41)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #D4DEC2

#D4DEC2
(212,222,194)
#D7E1C7
(215,225,199)
#DAE4CC
(218,228,204)
#DDE7D1
(221,231,209)
#E0EAD6
(224,234,214)
#E3EDDB
(227,237,219)
#E6F0E0
(230,240,224)
#E9F3E5
(233,243,229)
#ECF6EA
(236,246,234)
#EFF9EF
(239,249,239)
#F2FCF4
(242,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DEC2 color. Also use rgb(212,222,194) instead hex code.

Text Font Color

.myTextColor { color: #D4DEC2; }

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

This text font color is #D4DEC2.


Background Color

.myBgColor { background-color: #D4DEC2; }

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

This div background color is #D4DEC2.


Border color

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

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

This div border color is #D4DEC2.


Opacity

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

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

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

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

This text has shadow with #D4DEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DEC2 on black background.


Color preview on white background

This text has color #D4DEC2 on white background.



Black color preview on #D4DEC2 background

This text has black color on #D4DEC2 background.


White color preview on #D4DEC2 background

This text has white color on #D4DEC2 background.