COLOR #D2BD96

HEX: #D2BD96 RGB: (210,189,150)

Color info

#D2BD96 contains mainly red and green colors. Web safe color of #D2BD96 is #CCCC99 (or #CC9).

RGB color model

#D2BD96 color RGB value is (210,189,150).

RGB: (210,189,150) (82%, 74%, 59%)

RGB channels and saturation

R 210 of 255 = 82%
G 189 of 255 = 74%
B 150 of 255 = 59%

210
189
150

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

Portions of RGB colors in percentages

R + G + B = 210 + 189 + 150 = 549 (100%)
R 210 of 549 ~ 38.25%
G 189 of 549 ~ 34.43%
B 150 of 549 ~ 27.32'%

%38.25
%34.43
%27.32

CMYK color model

#D2BD96 color CMYK value is (0,10,29,18).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 28.57%
  • key color value is 17.65%

CMYK: (0,10,29,18)
C0M10Y29K18 (0%, 10%, 29%, 18%)
(0.00 / 0.10 / 0.29 / 0.18)

CMYK percentages

%0
%10
%28.57
%17.65

Codes

Color #D2BD96 in popluar color models

D2 BD 96
RGB 210 189 150
HSL 39° 40.00% 70.59%
HSB/HSV 39° 28.57% 82.35%
CMYK 0.00% 10.00% 28.57%
17.65%

Color #D2BD96 in popluar number systems.

HEX D2 BD 96
Decimal 210 189 150
Binary 11010010 10111101 10010110
Octal 322 275 226

Shades and tints

Shades of #D2BD96

#D2BD96
(210,189,150)
#BFAC89
(191,172,137)
#AC9B7C
(172,155,124)
#998A6F
(153,138,111)
#867962
(134,121,98)
#736855
(115,104,85)
#605748
(96,87,72)
#4D463B
(77,70,59)
#3A352E
(58,53,46)
#272421
(39,36,33)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #D2BD96

#D2BD96
(210,189,150)
#D6C39F
(214,195,159)
#DAC9A8
(218,201,168)
#DECFB1
(222,207,177)
#E2D5BA
(226,213,186)
#E6DBC3
(230,219,195)
#EAE1CC
(234,225,204)
#EEE7D5
(238,231,213)
#F2EDDE
(242,237,222)
#F6F3E7
(246,243,231)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BD96 color. Also use rgb(210,189,150) instead hex code.

Text Font Color

.myTextColor { color: #D2BD96; }

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

This text font color is #D2BD96.

Background Color

.myBgColor { background-color: #D2BD96; }

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

This div background color is #D2BD96.

Border color

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

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

This div border color is #D2BD96.

Opacity

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

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

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

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

This text has shadow with #D2BD96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2BD96.

Preview

Color preview on black background

This text has color #D2BD96 on black background.


Color preview on white background

This text has color #D2BD96 on white background.


Black color preview on #D2BD96 background

This text has black color on #D2BD96 background.


White color preview on #D2BD96 background

This text has white color on #D2BD96 background.


Related colors

Complementary color

Complementary color for #hex is #2D4269.


I love getcolorcode.com

Triadic colors

1 #96D2BD and #BD96D2 with #D2BD96 are triadic colors.

2 #96BDD2 and #BDD296 with #D2BD96 are triadic colors.