COLOR #D1AB9D

HEX: #D1AB9D RGB: (209,171,157)

Color info

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

RGB color model

#D1AB9D color RGB value is (209,171,157).

RGB: (209,171,157) (82%, 67%, 62%)

RGB channels and saturation

R 209 of 255 = 82%
G 171 of 255 = 67%
B 157 of 255 = 62%

209
171
157

R + G + B ~ 70%. #D1AB9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 171 + 157 = 537 (100%)
R 209 of 537 ~ 38.92%
G 171 of 537 ~ 31.84%
B 157 of 537 ~ 29.24'%

%38.92
%31.84
%29.24

CMYK color model

#D1AB9D color CMYK value is (0,18,25,18).

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

CMYK: (0,18,25,18)
C0M18Y25K18 (0%, 18%, 25%, 18%)
(0.00 / 0.18 / 0.25 / 0.18)

CMYK percentages

%0
%18.18
%24.88
%18.04

Codes

Color #D1AB9D in popluar color models

D1 AB 9D
RGB 209 171 157
HSL 16° 36.11% 71.76%
HSB/HSV 16° 24.88% 81.96%
CMYK 0.00% 18.18% 24.88%
18.04%

Color #D1AB9D in popluar number systems.

HEX D1 AB 9D
Decimal 209 171 157
Binary 11010001 10101011 10011101
Octal 321 253 235

Shades and tints

Shades of #D1AB9D

#D1AB9D
(209,171,157)
#BE9C8F
(190,156,143)
#AB8D81
(171,141,129)
#987E73
(152,126,115)
#856F65
(133,111,101)
#726057
(114,96,87)
#5F5149
(95,81,73)
#4C423B
(76,66,59)
#39332D
(57,51,45)
#26241F
(38,36,31)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #D1AB9D

#D1AB9D
(209,171,157)
#D5B2A5
(213,178,165)
#D9B9AD
(217,185,173)
#DDC0B5
(221,192,181)
#E1C7BD
(225,199,189)
#E5CEC5
(229,206,197)
#E9D5CD
(233,213,205)
#EDDCD5
(237,220,213)
#F1E3DD
(241,227,221)
#F5EAE5
(245,234,229)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AB9D; }

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

This text font color is #D1AB9D.

Background Color

.myBgColor { background-color: #D1AB9D; }

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

This div background color is #D1AB9D.

Border color

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

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

This div border color is #D1AB9D.

Opacity

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

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

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

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

This text has shadow with #D1AB9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1AB9D.

Preview

Color preview on black background

This text has color #D1AB9D on black background.


Color preview on white background

This text has color #D1AB9D on white background.


Black color preview on #D1AB9D background

This text has black color on #D1AB9D background.


White color preview on #D1AB9D background

This text has white color on #D1AB9D background.


Related colors

Complementary color

Complementary color for #hex is #2E5462.


I love getcolorcode.com

Triadic colors

1 #9DD1AB and #AB9DD1 with #D1AB9D are triadic colors.

2 #9DABD1 and #ABD19D with #D1AB9D are triadic colors.