COLOR #D2B19D

HEX: #D2B19D
RGB: (210,177,157)

Color info

#D2B19D contains red, green and blue colors in about the same proportion. Web safe color of #D2B19D is #CC9999 (or #C99).

RGB color model

#D2B19D color RGB value is (210,177,157).

  • red value is 210;
  • green value is 177;
  • blue value is 157.
RGB:
(210,177,157)
(82%,69%,62%)

RGB channels and saturation

R 210 of 255 = 82%
G 177 of 255 = 69%
B 157 of 255 = 62%

210
177
157

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

Portions of RGB colors in percentages

R + G + B =
210 + 177 + 157 = 544 (100%)
R 210 of 544 ~ 38.6%
G 177 of 544 ~ 32.54%
B 157 of 544 ~ 28.86%

%38.6
%32.54
%28.86

CMYK color model

#D2B19D color CMYK value is (0,16,25,18).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 25.24%
  • key color value is 17.65%
CMYK:
(0,16,25,18)
C0M16Y25K18 
(0%,16%,25%,18%)
(0.00/0.16/0.25/0.18)	

CMYK percentages

%0
%15.71
%25.24
%17.65

Codes

Color #D2B19D in popluar color models

D2B19D
RGB210177157
HSL23°37.06%71.96%
HSB/HSV23°25.24%82.35%
CMYK0.00%15.71%25.24%
17.65%

Color #D2B19D in popluar number systems.

HEXD2B19D
Decimal210177157
Binary110100101011000110011101
Octal322261235

Shades and tints

Shades of #D2B19D

#D2B19D
(210,177,157)
#BFA18F
(191,161,143)
#AC9181
(172,145,129)
#998173
(153,129,115)
#867165
(134,113,101)
#736157
(115,97,87)
#605149
(96,81,73)
#4D413B
(77,65,59)
#3A312D
(58,49,45)
#27211F
(39,33,31)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #D2B19D

#D2B19D
(210,177,157)
#D6B8A5
(214,184,165)
#DABFAD
(218,191,173)
#DEC6B5
(222,198,181)
#E2CDBD
(226,205,189)
#E6D4C5
(230,212,197)
#EADBCD
(234,219,205)
#EEE2D5
(238,226,213)
#F2E9DD
(242,233,221)
#F6F0E5
(246,240,229)
#FAF7ED
(250,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B19D color. Also use rgb(210,177,157) instead hex code.

Text Font Color

.myTextColor { color: #D2B19D; }

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

This text font color is #D2B19D.


Background Color

.myBgColor { background-color: #D2B19D; }

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

This div background color is #D2B19D.


Border color

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

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

This div border color is #D2B19D.


Opacity

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

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

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

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

This text has shadow with #D2B19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B19D on black background.


Color preview on white background

This text has color #D2B19D on white background.



Black color preview on #D2B19D background

This text has black color on #D2B19D background.


White color preview on #D2B19D background

This text has white color on #D2B19D background.