COLOR #D2B98C

HEX: #D2B98C
RGB: (210,185,140)

Color info

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

RGB color model

#D2B98C color RGB value is (210,185,140).

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

RGB channels and saturation

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

210
185
140

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

Portions of RGB colors in percentages

R + G + B =
210 + 185 + 140 = 535 (100%)
R 210 of 535 ~ 39.25%
G 185 of 535 ~ 34.58%
B 140 of 535 ~ 26.17%

%39.25
%34.58
%26.17

CMYK color model

#D2B98C color CMYK value is (0,12,33,18).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 33.33%
  • key color value is 17.65%
CMYK:
(0,12,33,18)
C0M12Y33K18 
(0%,12%,33%,18%)
(0.00/0.12/0.33/0.18)	

CMYK percentages

%0
%11.9
%33.33
%17.65

Codes

Color #D2B98C in popluar color models

D2B98C
RGB210185140
HSL39°43.75%68.63%
HSB/HSV39°33.33%82.35%
CMYK0.00%11.90%33.33%
17.65%

Color #D2B98C in popluar number systems.

HEXD2B98C
Decimal210185140
Binary110100101011100110001100
Octal322271214

Shades and tints

Shades of #D2B98C

#D2B98C
(210,185,140)
#BFA980
(191,169,128)
#AC9974
(172,153,116)
#998968
(153,137,104)
#86795C
(134,121,92)
#736950
(115,105,80)
#605944
(96,89,68)
#4D4938
(77,73,56)
#3A392C
(58,57,44)
#272920
(39,41,32)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #D2B98C

#D2B98C
(210,185,140)
#D6BF96
(214,191,150)
#DAC5A0
(218,197,160)
#DECBAA
(222,203,170)
#E2D1B4
(226,209,180)
#E6D7BE
(230,215,190)
#EADDC8
(234,221,200)
#EEE3D2
(238,227,210)
#F2E9DC
(242,233,220)
#F6EFE6
(246,239,230)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B98C; }

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

This text font color is #D2B98C.


Background Color

.myBgColor { background-color: #D2B98C; }

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

This div background color is #D2B98C.


Border color

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

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

This div border color is #D2B98C.


Opacity

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

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

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

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

This text has shadow with #D2B98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B98C on black background.


Color preview on white background

This text has color #D2B98C on white background.



Black color preview on #D2B98C background

This text has black color on #D2B98C background.


White color preview on #D2B98C background

This text has white color on #D2B98C background.