COLOR #D4BA9C

HEX: #D4BA9C
RGB: (212,186,156)

Color info

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

RGB color model

#D4BA9C color RGB value is (212,186,156).

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

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 156 of 255 = 61%

212
186
156

R + G + B ~ 72%. #D4BA9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 186 + 156 = 554 (100%)
R 212 of 554 ~ 38.27%
G 186 of 554 ~ 33.57%
B 156 of 554 ~ 28.16%

%38.27
%33.57
%28.16

CMYK color model

#D4BA9C color CMYK value is (0,12,26,17).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 26.42%
  • key color value is 16.86%
CMYK:
(0,12,26,17)
C0M12Y26K17 
(0%,12%,26%,17%)
(0.00/0.12/0.26/0.17)	

CMYK percentages

%0
%12.26
%26.42
%16.86

Codes

Color #D4BA9C in popluar color models

D4BA9C
RGB212186156
HSL32°39.44%72.16%
HSB/HSV32°26.42%83.14%
CMYK0.00%12.26%26.42%
16.86%

Color #D4BA9C in popluar number systems.

HEXD4BA9C
Decimal212186156
Binary110101001011101010011100
Octal324272234

Shades and tints

Shades of #D4BA9C

#D4BA9C
(212,186,156)
#C1AA8E
(193,170,142)
#AE9A80
(174,154,128)
#9B8A72
(155,138,114)
#887A64
(136,122,100)
#756A56
(117,106,86)
#625A48
(98,90,72)
#4F4A3A
(79,74,58)
#3C3A2C
(60,58,44)
#292A1E
(41,42,30)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #D4BA9C

#D4BA9C
(212,186,156)
#D7C0A5
(215,192,165)
#DAC6AE
(218,198,174)
#DDCCB7
(221,204,183)
#E0D2C0
(224,210,192)
#E3D8C9
(227,216,201)
#E6DED2
(230,222,210)
#E9E4DB
(233,228,219)
#ECEAE4
(236,234,228)
#EFF0ED
(239,240,237)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BA9C; }

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

This text font color is #D4BA9C.


Background Color

.myBgColor { background-color: #D4BA9C; }

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

This div background color is #D4BA9C.


Border color

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

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

This div border color is #D4BA9C.


Opacity

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

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

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

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

This text has shadow with #D4BA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BA9C on black background.


Color preview on white background

This text has color #D4BA9C on white background.



Black color preview on #D4BA9C background

This text has black color on #D4BA9C background.


White color preview on #D4BA9C background

This text has white color on #D4BA9C background.