COLOR #D2B496

HEX: #D2B496 RGB: (210,180,150)

Color info

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

RGB color model

#D2B496 color RGB value is (210,180,150).

RGB: (210,180,150) (82%, 71%, 59%)

RGB channels and saturation

R 210 of 255 = 82%
G 180 of 255 = 71%
B 150 of 255 = 59%

210
180
150

R + G + B ~ 71%. #D2B496 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 180 + 150 = 540 (100%)
R 210 of 540 ~ 38.89%
G 180 of 540 ~ 33.33%
B 150 of 540 ~ 27.78'%

%38.89
%33.33
%27.78

CMYK color model

#D2B496 color CMYK value is (0,14,29,18).

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

CMYK: (0,14,29,18)
C0M14Y29K18 (0%, 14%, 29%, 18%)
(0.00 / 0.14 / 0.29 / 0.18)

CMYK percentages

%0
%14.29
%28.57
%17.65

Codes

Color #D2B496 in popluar color models

D2 B4 96
RGB 210 180 150
HSL 30° 40.00% 70.59%
HSB/HSV 30° 28.57% 82.35%
CMYK 0.00% 14.29% 28.57%
17.65%

Color #D2B496 in popluar number systems.

HEX D2 B4 96
Decimal 210 180 150
Binary 11010010 10110100 10010110
Octal 322 264 226

Shades and tints

Shades of #D2B496

#D2B496
(210,180,150)
#BFA489
(191,164,137)
#AC947C
(172,148,124)
#99846F
(153,132,111)
#867462
(134,116,98)
#736455
(115,100,85)
#605448
(96,84,72)
#4D443B
(77,68,59)
#3A342E
(58,52,46)
#272421
(39,36,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #D2B496

#D2B496
(210,180,150)
#D6BA9F
(214,186,159)
#DAC0A8
(218,192,168)
#DEC6B1
(222,198,177)
#E2CCBA
(226,204,186)
#E6D2C3
(230,210,195)
#EAD8CC
(234,216,204)
#EEDED5
(238,222,213)
#F2E4DE
(242,228,222)
#F6EAE7
(246,234,231)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B496; }

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

This text font color is #D2B496.

Background Color

.myBgColor { background-color: #D2B496; }

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

This div background color is #D2B496.

Border color

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

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

This div border color is #D2B496.

Opacity

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

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

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

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

This text has shadow with #D2B496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B496.

Preview

Color preview on black background

This text has color #D2B496 on black background.


Color preview on white background

This text has color #D2B496 on white background.


Black color preview on #D2B496 background

This text has black color on #D2B496 background.


White color preview on #D2B496 background

This text has white color on #D2B496 background.


Related colors

Complementary color

Complementary color for #hex is #2D4B69.


I love getcolorcode.com

Triadic colors

1 #96D2B4 and #B496D2 with #D2B496 are triadic colors.

2 #96B4D2 and #B4D296 with #D2B496 are triadic colors.