COLOR #D1C9AB

HEX: #D1C9AB RGB: (209,201,171)

Color info

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

RGB color model

#D1C9AB color RGB value is (209,201,171).

RGB: (209,201,171) (82%, 79%, 67%)

RGB channels and saturation

R 209 of 255 = 82%
G 201 of 255 = 79%
B 171 of 255 = 67%

209
201
171

R + G + B ~ 76%. #D1C9AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 201 + 171 = 581 (100%)
R 209 of 581 ~ 35.97%
G 201 of 581 ~ 34.6%
B 171 of 581 ~ 29.43'%

%35.97
%34.6
%29.43

CMYK color model

#D1C9AB color CMYK value is (0,4,18,18).

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

CMYK: (0,4,18,18)
C0M4Y18K18 (0%, 4%, 18%, 18%)
(0.00 / 0.04 / 0.18 / 0.18)

CMYK percentages

%0
%3.83
%18.18
%18.04

Codes

Color #D1C9AB in popluar color models

D1 C9 AB
RGB 209 201 171
HSL 47° 29.23% 74.51%
HSB/HSV 47° 18.18% 81.96%
CMYK 0.00% 3.83% 18.18%
18.04%

Color #D1C9AB in popluar number systems.

HEX D1 C9 AB
Decimal 209 201 171
Binary 11010001 11001001 10101011
Octal 321 311 253

Shades and tints

Shades of #D1C9AB

#D1C9AB
(209,201,171)
#BEB79C
(190,183,156)
#ABA58D
(171,165,141)
#98937E
(152,147,126)
#85816F
(133,129,111)
#726F60
(114,111,96)
#5F5D51
(95,93,81)
#4C4B42
(76,75,66)
#393933
(57,57,51)
#262724
(38,39,36)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #D1C9AB

#D1C9AB
(209,201,171)
#D5CDB2
(213,205,178)
#D9D1B9
(217,209,185)
#DDD5C0
(221,213,192)
#E1D9C7
(225,217,199)
#E5DDCE
(229,221,206)
#E9E1D5
(233,225,213)
#EDE5DC
(237,229,220)
#F1E9E3
(241,233,227)
#F5EDEA
(245,237,234)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C9AB; }

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

This text font color is #D1C9AB.

Background Color

.myBgColor { background-color: #D1C9AB; }

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

This div background color is #D1C9AB.

Border color

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

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

This div border color is #D1C9AB.

Opacity

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

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

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

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

This text has shadow with #D1C9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C9AB.

Preview

Color preview on black background

This text has color #D1C9AB on black background.


Color preview on white background

This text has color #D1C9AB on white background.


Black color preview on #D1C9AB background

This text has black color on #D1C9AB background.


White color preview on #D1C9AB background

This text has white color on #D1C9AB background.


Related colors

Complementary color

Complementary color for #hex is #2E3654.


I love getcolorcode.com

Triadic colors

1 #ABD1C9 and #C9ABD1 with #D1C9AB are triadic colors.

2 #ABC9D1 and #C9D1AB with #D1C9AB are triadic colors.