COLOR #D4DEB4

HEX: #D4DEB4
RGB: (212,222,180)

Color info

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

RGB color model

#D4DEB4 color RGB value is (212,222,180).

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

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 180 of 255 = 71%

212
222
180

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

Portions of RGB colors in percentages

R + G + B =
212 + 222 + 180 = 614 (100%)
R 212 of 614 ~ 34.53%
G 222 of 614 ~ 36.16%
B 180 of 614 ~ 29.32%

%34.53
%36.16
%29.32

CMYK color model

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

  • cyan value is 4.50%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 12.94%
CMYK:
(5,0,19,13)
C5M0Y19K13 
(5%,0%,19%,13%)
(0.05/0.00/0.19/0.13)	

CMYK percentages

%4.5
%0
%18.92
%12.94

Codes

Color #D4DEB4 in popluar color models

D4DEB4
RGB212222180
HSL74°38.89%78.82%
HSB/HSV74°18.92%87.06%
CMYK4.50%0.00%18.92%
12.94%

Color #D4DEB4 in popluar number systems.

HEXD4DEB4
Decimal212222180
Binary110101001101111010110100
Octal324336264

Shades and tints

Shades of #D4DEB4

#D4DEB4
(212,222,180)
#C1CAA4
(193,202,164)
#AEB694
(174,182,148)
#9BA284
(155,162,132)
#888E74
(136,142,116)
#757A64
(117,122,100)
#626654
(98,102,84)
#4F5244
(79,82,68)
#3C3E34
(60,62,52)
#292A24
(41,42,36)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #D4DEB4

#D4DEB4
(212,222,180)
#D7E1BA
(215,225,186)
#DAE4C0
(218,228,192)
#DDE7C6
(221,231,198)
#E0EACC
(224,234,204)
#E3EDD2
(227,237,210)
#E6F0D8
(230,240,216)
#E9F3DE
(233,243,222)
#ECF6E4
(236,246,228)
#EFF9EA
(239,249,234)
#F2FCF0
(242,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DEB4; }

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

This text font color is #D4DEB4.


Background Color

.myBgColor { background-color: #D4DEB4; }

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

This div background color is #D4DEB4.


Border color

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

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

This div border color is #D4DEB4.


Opacity

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

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

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

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

This text has shadow with #D4DEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DEB4 on black background.


Color preview on white background

This text has color #D4DEB4 on white background.



Black color preview on #D4DEB4 background

This text has black color on #D4DEB4 background.


White color preview on #D4DEB4 background

This text has white color on #D4DEB4 background.