COLOR #D1B5AB

HEX: #D1B5AB RGB: (209,181,171)

Color info

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

RGB color model

#D1B5AB color RGB value is (209,181,171).

RGB: (209,181,171) (82%, 71%, 67%)

RGB channels and saturation

R 209 of 255 = 82%
G 181 of 255 = 71%
B 171 of 255 = 67%

209
181
171

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

Portions of RGB colors in percentages

R + G + B = 209 + 181 + 171 = 561 (100%)
R 209 of 561 ~ 37.25%
G 181 of 561 ~ 32.26%
B 171 of 561 ~ 30.48'%

%37.25
%32.26
%30.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 18.18%
  • key color value is 18.04%

CMYK: (0,13,18,18)
C0M13Y18K18 (0%, 13%, 18%, 18%)
(0.00 / 0.13 / 0.18 / 0.18)

CMYK percentages

%0
%13.4
%18.18
%18.04

Codes

Color #D1B5AB in popluar color models

D1 B5 AB
RGB 209 181 171
HSL 16° 29.23% 74.51%
HSB/HSV 16° 18.18% 81.96%
CMYK 0.00% 13.40% 18.18%
18.04%

Color #D1B5AB in popluar number systems.

HEX D1 B5 AB
Decimal 209 181 171
Binary 11010001 10110101 10101011
Octal 321 265 253

Shades and tints

Shades of #D1B5AB

#D1B5AB
(209,181,171)
#BEA59C
(190,165,156)
#AB958D
(171,149,141)
#98857E
(152,133,126)
#85756F
(133,117,111)
#726560
(114,101,96)
#5F5551
(95,85,81)
#4C4542
(76,69,66)
#393533
(57,53,51)
#262524
(38,37,36)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #D1B5AB

#D1B5AB
(209,181,171)
#D5BBB2
(213,187,178)
#D9C1B9
(217,193,185)
#DDC7C0
(221,199,192)
#E1CDC7
(225,205,199)
#E5D3CE
(229,211,206)
#E9D9D5
(233,217,213)
#EDDFDC
(237,223,220)
#F1E5E3
(241,229,227)
#F5EBEA
(245,235,234)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B5AB color. Also use rgb(209,181,171) instead hex code.

Text Font Color

.myTextColor { color: #D1B5AB; }

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

This text font color is #D1B5AB.

Background Color

.myBgColor { background-color: #D1B5AB; }

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

This div background color is #D1B5AB.

Border color

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

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

This div border color is #D1B5AB.

Opacity

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

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

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

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

This text has shadow with #D1B5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B5AB.

Preview

Color preview on black background

This text has color #D1B5AB on black background.


Color preview on white background

This text has color #D1B5AB on white background.


Black color preview on #D1B5AB background

This text has black color on #D1B5AB background.


White color preview on #D1B5AB background

This text has white color on #D1B5AB background.


Related colors

Complementary color

Complementary color for #hex is #2E4A54.


I love getcolorcode.com

Triadic colors

1 #ABD1B5 and #B5ABD1 with #D1B5AB are triadic colors.

2 #ABB5D1 and #B5D1AB with #D1B5AB are triadic colors.