COLOR #D4D89C

HEX: #D4D89C
RGB: (212,216,156)

Color info

#D4D89C contains mainly red and green colors. Web safe color of #D4D89C is #CCCC99 (or #CC9).

RGB color model

#D4D89C color RGB value is (212,216,156).

  • red value is 212;
  • green value is 216;
  • blue value is 156.
RGB:
(212,216,156)
(83%,85%,61%)

RGB channels and saturation

R 212 of 255 = 83%
G 216 of 255 = 85%
B 156 of 255 = 61%

212
216
156

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

Portions of RGB colors in percentages

R + G + B =
212 + 216 + 156 = 584 (100%)
R 212 of 584 ~ 36.3%
G 216 of 584 ~ 36.99%
B 156 of 584 ~ 26.71%

%36.3
%36.99
%26.71

CMYK color model

#D4D89C color CMYK value is (2,0,28,15).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 15.29%
CMYK:
(2,0,28,15)
C2M0Y28K15 
(2%,0%,28%,15%)
(0.02/0.00/0.28/0.15)	

CMYK percentages

%1.85
%0
%27.78
%15.29

Codes

Color #D4D89C in popluar color models

D4D89C
RGB212216156
HSL64°43.48%72.94%
HSB/HSV64°27.78%84.71%
CMYK1.85%0.00%27.78%
15.29%

Color #D4D89C in popluar number systems.

HEXD4D89C
Decimal212216156
Binary110101001101100010011100
Octal324330234

Shades and tints

Shades of #D4D89C

#D4D89C
(212,216,156)
#C1C58E
(193,197,142)
#AEB280
(174,178,128)
#9B9F72
(155,159,114)
#888C64
(136,140,100)
#757956
(117,121,86)
#626648
(98,102,72)
#4F533A
(79,83,58)
#3C402C
(60,64,44)
#292D1E
(41,45,30)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #D4D89C

#D4D89C
(212,216,156)
#D7DBA5
(215,219,165)
#DADEAE
(218,222,174)
#DDE1B7
(221,225,183)
#E0E4C0
(224,228,192)
#E3E7C9
(227,231,201)
#E6EAD2
(230,234,210)
#E9EDDB
(233,237,219)
#ECF0E4
(236,240,228)
#EFF3ED
(239,243,237)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D89C color. Also use rgb(212,216,156) instead hex code.

Text Font Color

.myTextColor { color: #D4D89C; }

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

This text font color is #D4D89C.


Background Color

.myBgColor { background-color: #D4D89C; }

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

This div background color is #D4D89C.


Border color

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

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

This div border color is #D4D89C.


Opacity

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

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

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

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

This text has shadow with #D4D89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D89C on black background.


Color preview on white background

This text has color #D4D89C on white background.



Black color preview on #D4D89C background

This text has black color on #D4D89C background.


White color preview on #D4D89C background

This text has white color on #D4D89C background.