COLOR #D1B6AD

HEX: #D1B6AD RGB: (209,182,173)

Color info

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

RGB color model

#D1B6AD color RGB value is (209,182,173).

RGB: (209,182,173) (82%, 71%, 68%)

RGB channels and saturation

R 209 of 255 = 82%
G 182 of 255 = 71%
B 173 of 255 = 68%

209
182
173

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

Portions of RGB colors in percentages

R + G + B = 209 + 182 + 173 = 564 (100%)
R 209 of 564 ~ 37.06%
G 182 of 564 ~ 32.27%
B 173 of 564 ~ 30.67'%

%37.06
%32.27
%30.67

CMYK color model

#D1B6AD color CMYK value is (0,13,17,18).

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

CMYK: (0,13,17,18)
C0M13Y17K18 (0%, 13%, 17%, 18%)
(0.00 / 0.13 / 0.17 / 0.18)

CMYK percentages

%0
%12.92
%17.22
%18.04

Codes

Color #D1B6AD in popluar color models

D1 B6 AD
RGB 209 182 173
HSL 15° 28.13% 74.90%
HSB/HSV 15° 17.22% 81.96%
CMYK 0.00% 12.92% 17.22%
18.04%

Color #D1B6AD in popluar number systems.

HEX D1 B6 AD
Decimal 209 182 173
Binary 11010001 10110110 10101101
Octal 321 266 255

Shades and tints

Shades of #D1B6AD

#D1B6AD
(209,182,173)
#BEA69E
(190,166,158)
#AB968F
(171,150,143)
#988680
(152,134,128)
#857671
(133,118,113)
#726662
(114,102,98)
#5F5653
(95,86,83)
#4C4644
(76,70,68)
#393635
(57,54,53)
#262626
(38,38,38)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #D1B6AD

#D1B6AD
(209,182,173)
#D5BCB4
(213,188,180)
#D9C2BB
(217,194,187)
#DDC8C2
(221,200,194)
#E1CEC9
(225,206,201)
#E5D4D0
(229,212,208)
#E9DAD7
(233,218,215)
#EDE0DE
(237,224,222)
#F1E6E5
(241,230,229)
#F5ECEC
(245,236,236)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B6AD; }

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

This text font color is #D1B6AD.

Background Color

.myBgColor { background-color: #D1B6AD; }

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

This div background color is #D1B6AD.

Border color

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

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

This div border color is #D1B6AD.

Opacity

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

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

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

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

This text has shadow with #D1B6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B6AD.

Preview

Color preview on black background

This text has color #D1B6AD on black background.


Color preview on white background

This text has color #D1B6AD on white background.


Black color preview on #D1B6AD background

This text has black color on #D1B6AD background.


White color preview on #D1B6AD background

This text has white color on #D1B6AD background.


Related colors

Complementary color

Complementary color for #hex is #2E4952.


I love getcolorcode.com

Triadic colors

1 #ADD1B6 and #B6ADD1 with #D1B6AD are triadic colors.

2 #ADB6D1 and #B6D1AD with #D1B6AD are triadic colors.