COLOR #D4B9AE

HEX: #D4B9AE
RGB: (212,185,174)

Color info

#D4B9AE contains red, green and blue colors in about the same proportion. Web safe color of #D4B9AE is #CCCC99 (or #CC9).

RGB color model

#D4B9AE color RGB value is (212,185,174).

  • red value is 212;
  • green value is 185;
  • blue value is 174.
RGB:
(212,185,174)
(83%,73%,68%)

RGB channels and saturation

R 212 of 255 = 83%
G 185 of 255 = 73%
B 174 of 255 = 68%

212
185
174

R + G + B ~ 75%. #D4B9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 185 + 174 = 571 (100%)
R 212 of 571 ~ 37.13%
G 185 of 571 ~ 32.4%
B 174 of 571 ~ 30.47%

%37.13
%32.4
%30.47

CMYK color model

#D4B9AE color CMYK value is (0,13,18,17).

  • cyan value is 0.00%
  • magenta value is 12.74%
  • yellow value is 17.92%
  • key color value is 16.86%
CMYK:
(0,13,18,17)
C0M13Y18K17 
(0%,13%,18%,17%)
(0.00/0.13/0.18/0.17)	

CMYK percentages

%0
%12.74
%17.92
%16.86

Codes

Color #D4B9AE in popluar color models

D4B9AE
RGB212185174
HSL17°30.65%75.69%
HSB/HSV17°17.92%83.14%
CMYK0.00%12.74%17.92%
16.86%

Color #D4B9AE in popluar number systems.

HEXD4B9AE
Decimal212185174
Binary110101001011100110101110
Octal324271256

Shades and tints

Shades of #D4B9AE

#D4B9AE
(212,185,174)
#C1A99F
(193,169,159)
#AE9990
(174,153,144)
#9B8981
(155,137,129)
#887972
(136,121,114)
#756963
(117,105,99)
#625954
(98,89,84)
#4F4945
(79,73,69)
#3C3936
(60,57,54)
#292927
(41,41,39)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #D4B9AE

#D4B9AE
(212,185,174)
#D7BFB5
(215,191,181)
#DAC5BC
(218,197,188)
#DDCBC3
(221,203,195)
#E0D1CA
(224,209,202)
#E3D7D1
(227,215,209)
#E6DDD8
(230,221,216)
#E9E3DF
(233,227,223)
#ECE9E6
(236,233,230)
#EFEFED
(239,239,237)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B9AE color. Also use rgb(212,185,174) instead hex code.

Text Font Color

.myTextColor { color: #D4B9AE; }

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

This text font color is #D4B9AE.


Background Color

.myBgColor { background-color: #D4B9AE; }

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

This div background color is #D4B9AE.


Border color

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

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

This div border color is #D4B9AE.


Opacity

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

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

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

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

This text has shadow with #D4B9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B9AE on black background.


Color preview on white background

This text has color #D4B9AE on white background.



Black color preview on #D4B9AE background

This text has black color on #D4B9AE background.


White color preview on #D4B9AE background

This text has white color on #D4B9AE background.