COLOR #D4BAA7

HEX: #D4BAA7
RGB: (212,186,167)

Color info

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

RGB color model

#D4BAA7 color RGB value is (212,186,167).

  • red value is 212;
  • green value is 186;
  • blue value is 167.
RGB:
(212,186,167)
(83%,73%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 167 of 255 = 65%

212
186
167

R + G + B ~ 74%. #D4BAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 167 = 565 (100%)
R 212 of 565 ~ 37.52%
G 186 of 565 ~ 32.92%
B 167 of 565 ~ 29.56%

%37.52
%32.92
%29.56

CMYK color model

#D4BAA7 color CMYK value is (0,12,21,17).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 21.23%
  • key color value is 16.86%
CMYK:
(0,12,21,17)
C0M12Y21K17 
(0%,12%,21%,17%)
(0.00/0.12/0.21/0.17)	

CMYK percentages

%0
%12.26
%21.23
%16.86

Codes

Color #D4BAA7 in popluar color models

D4BAA7
RGB212186167
HSL25°34.35%74.31%
HSB/HSV25°21.23%83.14%
CMYK0.00%12.26%21.23%
16.86%

Color #D4BAA7 in popluar number systems.

HEXD4BAA7
Decimal212186167
Binary110101001011101010100111
Octal324272247

Shades and tints

Shades of #D4BAA7

#D4BAA7
(212,186,167)
#C1AA98
(193,170,152)
#AE9A89
(174,154,137)
#9B8A7A
(155,138,122)
#887A6B
(136,122,107)
#756A5C
(117,106,92)
#625A4D
(98,90,77)
#4F4A3E
(79,74,62)
#3C3A2F
(60,58,47)
#292A20
(41,42,32)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #D4BAA7

#D4BAA7
(212,186,167)
#D7C0AF
(215,192,175)
#DAC6B7
(218,198,183)
#DDCCBF
(221,204,191)
#E0D2C7
(224,210,199)
#E3D8CF
(227,216,207)
#E6DED7
(230,222,215)
#E9E4DF
(233,228,223)
#ECEAE7
(236,234,231)
#EFF0EF
(239,240,239)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BAA7 color. Also use rgb(212,186,167) instead hex code.

Text Font Color

.myTextColor { color: #D4BAA7; }

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

This text font color is #D4BAA7.


Background Color

.myBgColor { background-color: #D4BAA7; }

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

This div background color is #D4BAA7.


Border color

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

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

This div border color is #D4BAA7.


Opacity

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

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

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

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

This text has shadow with #D4BAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BAA7 on black background.


Color preview on white background

This text has color #D4BAA7 on white background.



Black color preview on #D4BAA7 background

This text has black color on #D4BAA7 background.


White color preview on #D4BAA7 background

This text has white color on #D4BAA7 background.