COLOR #D4BD9E

HEX: #D4BD9E
RGB: (212,189,158)

Color info

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

RGB color model

#D4BD9E color RGB value is (212,189,158).

  • red value is 212;
  • green value is 189;
  • blue value is 158.
RGB:
(212,189,158)
(83%,74%,62%)

RGB channels and saturation

R 212 of 255 = 83%
G 189 of 255 = 74%
B 158 of 255 = 62%

212
189
158

R + G + B ~ 73%. #D4BD9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 189 + 158 = 559 (100%)
R 212 of 559 ~ 37.92%
G 189 of 559 ~ 33.81%
B 158 of 559 ~ 28.26%

%37.92
%33.81
%28.26

CMYK color model

#D4BD9E color CMYK value is (0,11,25,17).

  • cyan value is 0.00%
  • magenta value is 10.85%
  • yellow value is 25.47%
  • key color value is 16.86%
CMYK:
(0,11,25,17)
C0M11Y25K17 
(0%,11%,25%,17%)
(0.00/0.11/0.25/0.17)	

CMYK percentages

%0
%10.85
%25.47
%16.86

Codes

Color #D4BD9E in popluar color models

D4BD9E
RGB212189158
HSL34°38.57%72.55%
HSB/HSV34°25.47%83.14%
CMYK0.00%10.85%25.47%
16.86%

Color #D4BD9E in popluar number systems.

HEXD4BD9E
Decimal212189158
Binary110101001011110110011110
Octal324275236

Shades and tints

Shades of #D4BD9E

#D4BD9E
(212,189,158)
#C1AC90
(193,172,144)
#AE9B82
(174,155,130)
#9B8A74
(155,138,116)
#887966
(136,121,102)
#756858
(117,104,88)
#62574A
(98,87,74)
#4F463C
(79,70,60)
#3C352E
(60,53,46)
#292420
(41,36,32)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #D4BD9E

#D4BD9E
(212,189,158)
#D7C3A6
(215,195,166)
#DAC9AE
(218,201,174)
#DDCFB6
(221,207,182)
#E0D5BE
(224,213,190)
#E3DBC6
(227,219,198)
#E6E1CE
(230,225,206)
#E9E7D6
(233,231,214)
#ECEDDE
(236,237,222)
#EFF3E6
(239,243,230)
#F2F9EE
(242,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BD9E color. Also use rgb(212,189,158) instead hex code.

Text Font Color

.myTextColor { color: #D4BD9E; }

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

This text font color is #D4BD9E.


Background Color

.myBgColor { background-color: #D4BD9E; }

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

This div background color is #D4BD9E.


Border color

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

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

This div border color is #D4BD9E.


Opacity

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

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

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

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

This text has shadow with #D4BD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BD9E on black background.


Color preview on white background

This text has color #D4BD9E on white background.



Black color preview on #D4BD9E background

This text has black color on #D4BD9E background.


White color preview on #D4BD9E background

This text has white color on #D4BD9E background.