COLOR #D4BDA4

HEX: #D4BDA4
RGB: (212,189,164)

Color info

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

RGB color model

#D4BDA4 color RGB value is (212,189,164).

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

RGB channels and saturation

R 212 of 255 = 83%
G 189 of 255 = 74%
B 164 of 255 = 64%

212
189
164

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

Portions of RGB colors in percentages

R + G + B =
212 + 189 + 164 = 565 (100%)
R 212 of 565 ~ 37.52%
G 189 of 565 ~ 33.45%
B 164 of 565 ~ 29.03%

%37.52
%33.45
%29.03

CMYK color model

#D4BDA4 color CMYK value is (0,11,23,17).

  • cyan value is 0.00%
  • magenta value is 10.85%
  • yellow value is 22.64%
  • key color value is 16.86%
CMYK:
(0,11,23,17)
C0M11Y23K17 
(0%,11%,23%,17%)
(0.00/0.11/0.23/0.17)	

CMYK percentages

%0
%10.85
%22.64
%16.86

Codes

Color #D4BDA4 in popluar color models

D4BDA4
RGB212189164
HSL31°35.82%73.73%
HSB/HSV31°22.64%83.14%
CMYK0.00%10.85%22.64%
16.86%

Color #D4BDA4 in popluar number systems.

HEXD4BDA4
Decimal212189164
Binary110101001011110110100100
Octal324275244

Shades and tints

Shades of #D4BDA4

#D4BDA4
(212,189,164)
#C1AC96
(193,172,150)
#AE9B88
(174,155,136)
#9B8A7A
(155,138,122)
#88796C
(136,121,108)
#75685E
(117,104,94)
#625750
(98,87,80)
#4F4642
(79,70,66)
#3C3534
(60,53,52)
#292426
(41,36,38)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #D4BDA4

#D4BDA4
(212,189,164)
#D7C3AC
(215,195,172)
#DAC9B4
(218,201,180)
#DDCFBC
(221,207,188)
#E0D5C4
(224,213,196)
#E3DBCC
(227,219,204)
#E6E1D4
(230,225,212)
#E9E7DC
(233,231,220)
#ECEDE4
(236,237,228)
#EFF3EC
(239,243,236)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BDA4; }

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

This text font color is #D4BDA4.


Background Color

.myBgColor { background-color: #D4BDA4; }

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

This div background color is #D4BDA4.


Border color

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

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

This div border color is #D4BDA4.


Opacity

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

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

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

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

This text has shadow with #D4BDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BDA4 on black background.


Color preview on white background

This text has color #D4BDA4 on white background.



Black color preview on #D4BDA4 background

This text has black color on #D4BDA4 background.


White color preview on #D4BDA4 background

This text has white color on #D4BDA4 background.