COLOR #D2B3AA

HEX: #D2B3AA
RGB: (210,179,170)

Color info

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

RGB color model

#D2B3AA color RGB value is (210,179,170).

  • red value is 210;
  • green value is 179;
  • blue value is 170.
RGB:
(210,179,170)
(82%,70%,67%)

RGB channels and saturation

R 210 of 255 = 82%
G 179 of 255 = 70%
B 170 of 255 = 67%

210
179
170

R + G + B ~ 73%. #D2B3AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 179 + 170 = 559 (100%)
R 210 of 559 ~ 37.57%
G 179 of 559 ~ 32.02%
B 170 of 559 ~ 30.41%

%37.57
%32.02
%30.41

CMYK color model

#D2B3AA color CMYK value is (0,15,19,18).

  • cyan value is 0.00%
  • magenta value is 14.76%
  • yellow value is 19.05%
  • key color value is 17.65%
CMYK:
(0,15,19,18)
C0M15Y19K18 
(0%,15%,19%,18%)
(0.00/0.15/0.19/0.18)	

CMYK percentages

%0
%14.76
%19.05
%17.65

Codes

Color #D2B3AA in popluar color models

D2B3AA
RGB210179170
HSL14°30.77%74.51%
HSB/HSV14°19.05%82.35%
CMYK0.00%14.76%19.05%
17.65%

Color #D2B3AA in popluar number systems.

HEXD2B3AA
Decimal210179170
Binary110100101011001110101010
Octal322263252

Shades and tints

Shades of #D2B3AA

#D2B3AA
(210,179,170)
#BFA39B
(191,163,155)
#AC938C
(172,147,140)
#99837D
(153,131,125)
#86736E
(134,115,110)
#73635F
(115,99,95)
#605350
(96,83,80)
#4D4341
(77,67,65)
#3A3332
(58,51,50)
#272323
(39,35,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #D2B3AA

#D2B3AA
(210,179,170)
#D6B9B1
(214,185,177)
#DABFB8
(218,191,184)
#DEC5BF
(222,197,191)
#E2CBC6
(226,203,198)
#E6D1CD
(230,209,205)
#EAD7D4
(234,215,212)
#EEDDDB
(238,221,219)
#F2E3E2
(242,227,226)
#F6E9E9
(246,233,233)
#FAEFF0
(250,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B3AA color. Also use rgb(210,179,170) instead hex code.

Text Font Color

.myTextColor { color: #D2B3AA; }

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

This text font color is #D2B3AA.


Background Color

.myBgColor { background-color: #D2B3AA; }

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

This div background color is #D2B3AA.


Border color

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

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

This div border color is #D2B3AA.


Opacity

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

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

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

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

This text has shadow with #D2B3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B3AA on black background.


Color preview on white background

This text has color #D2B3AA on white background.



Black color preview on #D2B3AA background

This text has black color on #D2B3AA background.


White color preview on #D2B3AA background

This text has white color on #D2B3AA background.