COLOR #D4BDA9

HEX: #D4BDA9
RGB: (212,189,169)

Color info

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

RGB color model

#D4BDA9 color RGB value is (212,189,169).

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

RGB channels and saturation

R 212 of 255 = 83%
G 189 of 255 = 74%
B 169 of 255 = 66%

212
189
169

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

Portions of RGB colors in percentages

R + G + B =
212 + 189 + 169 = 570 (100%)
R 212 of 570 ~ 37.19%
G 189 of 570 ~ 33.16%
B 169 of 570 ~ 29.65%

%37.19
%33.16
%29.65

CMYK color model

#D4BDA9 color CMYK value is (0,11,20,17).

  • cyan value is 0.00%
  • magenta value is 10.85%
  • yellow value is 20.28%
  • key color value is 16.86%
CMYK:
(0,11,20,17)
C0M11Y20K17 
(0%,11%,20%,17%)
(0.00/0.11/0.20/0.17)	

CMYK percentages

%0
%10.85
%20.28
%16.86

Codes

Color #D4BDA9 in popluar color models

D4BDA9
RGB212189169
HSL28°33.33%74.71%
HSB/HSV28°20.28%83.14%
CMYK0.00%10.85%20.28%
16.86%

Color #D4BDA9 in popluar number systems.

HEXD4BDA9
Decimal212189169
Binary110101001011110110101001
Octal324275251

Shades and tints

Shades of #D4BDA9

#D4BDA9
(212,189,169)
#C1AC9A
(193,172,154)
#AE9B8B
(174,155,139)
#9B8A7C
(155,138,124)
#88796D
(136,121,109)
#75685E
(117,104,94)
#62574F
(98,87,79)
#4F4640
(79,70,64)
#3C3531
(60,53,49)
#292422
(41,36,34)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #D4BDA9

#D4BDA9
(212,189,169)
#D7C3B0
(215,195,176)
#DAC9B7
(218,201,183)
#DDCFBE
(221,207,190)
#E0D5C5
(224,213,197)
#E3DBCC
(227,219,204)
#E6E1D3
(230,225,211)
#E9E7DA
(233,231,218)
#ECEDE1
(236,237,225)
#EFF3E8
(239,243,232)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BDA9; }

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

This text font color is #D4BDA9.


Background Color

.myBgColor { background-color: #D4BDA9; }

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

This div background color is #D4BDA9.


Border color

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

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

This div border color is #D4BDA9.


Opacity

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

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

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

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

This text has shadow with #D4BDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BDA9 on black background.


Color preview on white background

This text has color #D4BDA9 on white background.



Black color preview on #D4BDA9 background

This text has black color on #D4BDA9 background.


White color preview on #D4BDA9 background

This text has white color on #D4BDA9 background.