COLOR #D1B2AD

HEX: #D1B2AD
RGB: (209,178,173)

Color info

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

RGB color model

#D1B2AD color RGB value is (209,178,173).

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

RGB channels and saturation

R 209 of 255 = 82%
G 178 of 255 = 70%
B 173 of 255 = 68%

209
178
173

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

Portions of RGB colors in percentages

R + G + B =
209 + 178 + 173 = 560 (100%)
R 209 of 560 ~ 37.32%
G 178 of 560 ~ 31.79%
B 173 of 560 ~ 30.89%

%37.32
%31.79
%30.89

CMYK color model

#D1B2AD color CMYK value is (0,15,17,18).

  • cyan value is 0.00%
  • magenta value is 14.83%
  • yellow value is 17.22%
  • key color value is 18.04%
CMYK:
(0,15,17,18)
C0M15Y17K18 
(0%,15%,17%,18%)
(0.00/0.15/0.17/0.18)	

CMYK percentages

%0
%14.83
%17.22
%18.04

Codes

Color #D1B2AD in popluar color models

D1B2AD
RGB209178173
HSL28.13%74.90%
HSB/HSV17.22%81.96%
CMYK0.00%14.83%17.22%
18.04%

Color #D1B2AD in popluar number systems.

HEXD1B2AD
Decimal209178173
Binary110100011011001010101101
Octal321262255

Shades and tints

Shades of #D1B2AD

#D1B2AD
(209,178,173)
#BEA29E
(190,162,158)
#AB928F
(171,146,143)
#988280
(152,130,128)
#857271
(133,114,113)
#726262
(114,98,98)
#5F5253
(95,82,83)
#4C4244
(76,66,68)
#393235
(57,50,53)
#262226
(38,34,38)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #D1B2AD

#D1B2AD
(209,178,173)
#D5B9B4
(213,185,180)
#D9C0BB
(217,192,187)
#DDC7C2
(221,199,194)
#E1CEC9
(225,206,201)
#E5D5D0
(229,213,208)
#E9DCD7
(233,220,215)
#EDE3DE
(237,227,222)
#F1EAE5
(241,234,229)
#F5F1EC
(245,241,236)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B2AD; }

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

This text font color is #D1B2AD.


Background Color

.myBgColor { background-color: #D1B2AD; }

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

This div background color is #D1B2AD.


Border color

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

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

This div border color is #D1B2AD.


Opacity

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

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

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

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

This text has shadow with #D1B2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B2AD on black background.


Color preview on white background

This text has color #D1B2AD on white background.



Black color preview on #D1B2AD background

This text has black color on #D1B2AD background.


White color preview on #D1B2AD background

This text has white color on #D1B2AD background.