COLOR #D2B49B

HEX: #D2B49B
RGB: (210,180,155)

Color info

#D2B49B contains red, green and blue colors in about the same proportion. Web safe color of #D2B49B is #CCCC99 (or #CC9).

RGB color model

#D2B49B color RGB value is (210,180,155).

  • red value is 210;
  • green value is 180;
  • blue value is 155.
RGB:
(210,180,155)
(82%,71%,61%)

RGB channels and saturation

R 210 of 255 = 82%
G 180 of 255 = 71%
B 155 of 255 = 61%

210
180
155

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

Portions of RGB colors in percentages

R + G + B =
210 + 180 + 155 = 545 (100%)
R 210 of 545 ~ 38.53%
G 180 of 545 ~ 33.03%
B 155 of 545 ~ 28.44%

%38.53
%33.03
%28.44

CMYK color model

#D2B49B color CMYK value is (0,14,26,18).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 26.19%
  • key color value is 17.65%
CMYK:
(0,14,26,18)
C0M14Y26K18 
(0%,14%,26%,18%)
(0.00/0.14/0.26/0.18)	

CMYK percentages

%0
%14.29
%26.19
%17.65

Codes

Color #D2B49B in popluar color models

D2B49B
RGB210180155
HSL27°37.93%71.57%
HSB/HSV27°26.19%82.35%
CMYK0.00%14.29%26.19%
17.65%

Color #D2B49B in popluar number systems.

HEXD2B49B
Decimal210180155
Binary110100101011010010011011
Octal322264233

Shades and tints

Shades of #D2B49B

#D2B49B
(210,180,155)
#BFA48D
(191,164,141)
#AC947F
(172,148,127)
#998471
(153,132,113)
#867463
(134,116,99)
#736455
(115,100,85)
#605447
(96,84,71)
#4D4439
(77,68,57)
#3A342B
(58,52,43)
#27241D
(39,36,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #D2B49B

#D2B49B
(210,180,155)
#D6BAA4
(214,186,164)
#DAC0AD
(218,192,173)
#DEC6B6
(222,198,182)
#E2CCBF
(226,204,191)
#E6D2C8
(230,210,200)
#EAD8D1
(234,216,209)
#EEDEDA
(238,222,218)
#F2E4E3
(242,228,227)
#F6EAEC
(246,234,236)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B49B; }

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

This text font color is #D2B49B.


Background Color

.myBgColor { background-color: #D2B49B; }

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

This div background color is #D2B49B.


Border color

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

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

This div border color is #D2B49B.


Opacity

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

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

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

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

This text has shadow with #D2B49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B49B on black background.


Color preview on white background

This text has color #D2B49B on white background.



Black color preview on #D2B49B background

This text has black color on #D2B49B background.


White color preview on #D2B49B background

This text has white color on #D2B49B background.