COLOR #D2B98B

HEX: #D2B98B
RGB: (210,185,139)

Color info

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

RGB color model

#D2B98B color RGB value is (210,185,139).

  • red value is 210;
  • green value is 185;
  • blue value is 139.
RGB:
(210,185,139)
(82%,73%,55%)

RGB channels and saturation

R 210 of 255 = 82%
G 185 of 255 = 73%
B 139 of 255 = 55%

210
185
139

R + G + B ~ 70%. #D2B98B is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 185 + 139 = 534 (100%)
R 210 of 534 ~ 39.33%
G 185 of 534 ~ 34.64%
B 139 of 534 ~ 26.03%

%39.33
%34.64
%26.03

CMYK color model

#D2B98B color CMYK value is (0,12,34,18).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 33.81%
  • key color value is 17.65%
CMYK:
(0,12,34,18)
C0M12Y34K18 
(0%,12%,34%,18%)
(0.00/0.12/0.34/0.18)	

CMYK percentages

%0
%11.9
%33.81
%17.65

Codes

Color #D2B98B in popluar color models

D2B98B
RGB210185139
HSL39°44.10%68.43%
HSB/HSV39°33.81%82.35%
CMYK0.00%11.90%33.81%
17.65%

Color #D2B98B in popluar number systems.

HEXD2B98B
Decimal210185139
Binary110100101011100110001011
Octal322271213

Shades and tints

Shades of #D2B98B

#D2B98B
(210,185,139)
#BFA97F
(191,169,127)
#AC9973
(172,153,115)
#998967
(153,137,103)
#86795B
(134,121,91)
#73694F
(115,105,79)
#605943
(96,89,67)
#4D4937
(77,73,55)
#3A392B
(58,57,43)
#27291F
(39,41,31)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #D2B98B

#D2B98B
(210,185,139)
#D6BF95
(214,191,149)
#DAC59F
(218,197,159)
#DECBA9
(222,203,169)
#E2D1B3
(226,209,179)
#E6D7BD
(230,215,189)
#EADDC7
(234,221,199)
#EEE3D1
(238,227,209)
#F2E9DB
(242,233,219)
#F6EFE5
(246,239,229)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B98B color. Also use rgb(210,185,139) instead hex code.

Text Font Color

.myTextColor { color: #D2B98B; }

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

This text font color is #D2B98B.


Background Color

.myBgColor { background-color: #D2B98B; }

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

This div background color is #D2B98B.


Border color

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

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

This div border color is #D2B98B.


Opacity

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

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

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

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

This text has shadow with #D2B98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B98B on black background.


Color preview on white background

This text has color #D2B98B on white background.



Black color preview on #D2B98B background

This text has black color on #D2B98B background.


White color preview on #D2B98B background

This text has white color on #D2B98B background.