COLOR #D4BDA8

HEX: #D4BDA8 RGB: (212,189,168)

Color info

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

RGB color model

#D4BDA8 color RGB value is (212,189,168).

RGB: (212,189,168) (83%, 74%, 66%)

RGB channels and saturation

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

212
189
168

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

Portions of RGB colors in percentages

R + G + B = 212 + 189 + 168 = 569 (100%)
R 212 of 569 ~ 37.26%
G 189 of 569 ~ 33.22%
B 168 of 569 ~ 29.53'%

%37.26
%33.22
%29.53

CMYK color model

#D4BDA8 color CMYK value is (0,11,21,17).

  • cyan value is 0.00%
  • magenta value is 10.85%
  • yellow value is 20.75%
  • key color value is 16.86%

CMYK: (0,11,21,17)
C0M11Y21K17 (0%, 11%, 21%, 17%)
(0.00 / 0.11 / 0.21 / 0.17)

CMYK percentages

%0
%10.85
%20.75
%16.86

Codes

Color #D4BDA8 in popluar color models

D4 BD A8
RGB 212 189 168
HSL 29° 33.85% 74.51%
HSB/HSV 29° 20.75% 83.14%
CMYK 0.00% 10.85% 20.75%
16.86%

Color #D4BDA8 in popluar number systems.

HEX D4 BD A8
Decimal 212 189 168
Binary 11010100 10111101 10101000
Octal 324 275 250

Shades and tints

Shades of #D4BDA8

#D4BDA8
(212,189,168)
#C1AC99
(193,172,153)
#AE9B8A
(174,155,138)
#9B8A7B
(155,138,123)
#88796C
(136,121,108)
#75685D
(117,104,93)
#62574E
(98,87,78)
#4F463F
(79,70,63)
#3C3530
(60,53,48)
#292421
(41,36,33)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #D4BDA8

#D4BDA8
(212,189,168)
#D7C3AF
(215,195,175)
#DAC9B6
(218,201,182)
#DDCFBD
(221,207,189)
#E0D5C4
(224,213,196)
#E3DBCB
(227,219,203)
#E6E1D2
(230,225,210)
#E9E7D9
(233,231,217)
#ECEDE0
(236,237,224)
#EFF3E7
(239,243,231)
#F2F9EE
(242,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BDA8; }

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

This text font color is #D4BDA8.

Background Color

.myBgColor { background-color: #D4BDA8; }

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

This div background color is #D4BDA8.

Border color

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

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

This div border color is #D4BDA8.

Opacity

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

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

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

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

This text has shadow with #D4BDA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BDA8.

Preview

Color preview on black background

This text has color #D4BDA8 on black background.


Color preview on white background

This text has color #D4BDA8 on white background.


Black color preview on #D4BDA8 background

This text has black color on #D4BDA8 background.


White color preview on #D4BDA8 background

This text has white color on #D4BDA8 background.


Related colors

Complementary color

Complementary color for #hex is #2B4257.


I love getcolorcode.com

Triadic colors

1 #A8D4BD and #BDA8D4 with #D4BDA8 are triadic colors.

2 #A8BDD4 and #BDD4A8 with #D4BDA8 are triadic colors.