COLOR #D1B9AD

HEX: #D1B9AD RGB: (209,185,173)

Color info

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

RGB color model

#D1B9AD color RGB value is (209,185,173).

RGB: (209,185,173) (82%, 73%, 68%)

RGB channels and saturation

R 209 of 255 = 82%
G 185 of 255 = 73%
B 173 of 255 = 68%

209
185
173

R + G + B ~ 74%. #D1B9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 185 + 173 = 567 (100%)
R 209 of 567 ~ 36.86%
G 185 of 567 ~ 32.63%
B 173 of 567 ~ 30.51'%

%36.86
%32.63
%30.51

CMYK color model

#D1B9AD color CMYK value is (0,11,17,18).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 17.22%
  • key color value is 18.04%

CMYK: (0,11,17,18)
C0M11Y17K18 (0%, 11%, 17%, 18%)
(0.00 / 0.11 / 0.17 / 0.18)

CMYK percentages

%0
%11.48
%17.22
%18.04

Codes

Color #D1B9AD in popluar color models

D1 B9 AD
RGB 209 185 173
HSL 20° 28.13% 74.90%
HSB/HSV 20° 17.22% 81.96%
CMYK 0.00% 11.48% 17.22%
18.04%

Color #D1B9AD in popluar number systems.

HEX D1 B9 AD
Decimal 209 185 173
Binary 11010001 10111001 10101101
Octal 321 271 255

Shades and tints

Shades of #D1B9AD

#D1B9AD
(209,185,173)
#BEA99E
(190,169,158)
#AB998F
(171,153,143)
#988980
(152,137,128)
#857971
(133,121,113)
#726962
(114,105,98)
#5F5953
(95,89,83)
#4C4944
(76,73,68)
#393935
(57,57,53)
#262926
(38,41,38)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #D1B9AD

#D1B9AD
(209,185,173)
#D5BFB4
(213,191,180)
#D9C5BB
(217,197,187)
#DDCBC2
(221,203,194)
#E1D1C9
(225,209,201)
#E5D7D0
(229,215,208)
#E9DDD7
(233,221,215)
#EDE3DE
(237,227,222)
#F1E9E5
(241,233,229)
#F5EFEC
(245,239,236)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B9AD; }

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

This text font color is #D1B9AD.

Background Color

.myBgColor { background-color: #D1B9AD; }

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

This div background color is #D1B9AD.

Border color

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

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

This div border color is #D1B9AD.

Opacity

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

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

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

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

This text has shadow with #D1B9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B9AD.

Preview

Color preview on black background

This text has color #D1B9AD on black background.


Color preview on white background

This text has color #D1B9AD on white background.


Black color preview on #D1B9AD background

This text has black color on #D1B9AD background.


White color preview on #D1B9AD background

This text has white color on #D1B9AD background.


Related colors

Complementary color

Complementary color for #hex is #2E4652.


I love getcolorcode.com

Triadic colors

1 #ADD1B9 and #B9ADD1 with #D1B9AD are triadic colors.

2 #ADB9D1 and #B9D1AD with #D1B9AD are triadic colors.