COLOR #D1B2AA

HEX: #D1B2AA
RGB: (209,178,170)

Color info

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

RGB color model

#D1B2AA color RGB value is (209,178,170).

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

RGB channels and saturation

R 209 of 255 = 82%
G 178 of 255 = 70%
B 170 of 255 = 67%

209
178
170

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

Portions of RGB colors in percentages

R + G + B =
209 + 178 + 170 = 557 (100%)
R 209 of 557 ~ 37.52%
G 178 of 557 ~ 31.96%
B 170 of 557 ~ 30.52%

%37.52
%31.96
%30.52

CMYK color model

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

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

CMYK percentages

%0
%14.83
%18.66
%18.04

Codes

Color #D1B2AA in popluar color models

D1B2AA
RGB209178170
HSL12°29.77%74.31%
HSB/HSV12°18.66%81.96%
CMYK0.00%14.83%18.66%
18.04%

Color #D1B2AA in popluar number systems.

HEXD1B2AA
Decimal209178170
Binary110100011011001010101010
Octal321262252

Shades and tints

Shades of #D1B2AA

#D1B2AA
(209,178,170)
#BEA29B
(190,162,155)
#AB928C
(171,146,140)
#98827D
(152,130,125)
#85726E
(133,114,110)
#72625F
(114,98,95)
#5F5250
(95,82,80)
#4C4241
(76,66,65)
#393232
(57,50,50)
#262223
(38,34,35)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #D1B2AA

#D1B2AA
(209,178,170)
#D5B9B1
(213,185,177)
#D9C0B8
(217,192,184)
#DDC7BF
(221,199,191)
#E1CEC6
(225,206,198)
#E5D5CD
(229,213,205)
#E9DCD4
(233,220,212)
#EDE3DB
(237,227,219)
#F1EAE2
(241,234,226)
#F5F1E9
(245,241,233)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B2AA color. Also use rgb(209,178,170) instead hex code.

Text Font Color

.myTextColor { color: #D1B2AA; }

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

This text font color is #D1B2AA.


Background Color

.myBgColor { background-color: #D1B2AA; }

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

This div background color is #D1B2AA.


Border color

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

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

This div border color is #D1B2AA.


Opacity

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

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

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

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

This text has shadow with #D1B2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B2AA on black background.


Color preview on white background

This text has color #D1B2AA on white background.



Black color preview on #D1B2AA background

This text has black color on #D1B2AA background.


White color preview on #D1B2AA background

This text has white color on #D1B2AA background.