COLOR #D3C9AB

HEX: #D3C9AB RGB: (211,201,171)

Color info

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

RGB color model

#D3C9AB color RGB value is (211,201,171).

RGB: (211,201,171) (83%, 79%, 67%)

RGB channels and saturation

R 211 of 255 = 83%
G 201 of 255 = 79%
B 171 of 255 = 67%

211
201
171

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

Portions of RGB colors in percentages

R + G + B = 211 + 201 + 171 = 583 (100%)
R 211 of 583 ~ 36.19%
G 201 of 583 ~ 34.48%
B 171 of 583 ~ 29.33'%

%36.19
%34.48
%29.33

CMYK color model

#D3C9AB color CMYK value is (0,5,19,17).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 18.96%
  • key color value is 17.25%

CMYK: (0,5,19,17)
C0M5Y19K17 (0%, 5%, 19%, 17%)
(0.00 / 0.05 / 0.19 / 0.17)

CMYK percentages

%0
%4.74
%18.96
%17.25

Codes

Color #D3C9AB in popluar color models

D3 C9 AB
RGB 211 201 171
HSL 45° 31.25% 74.90%
HSB/HSV 45° 18.96% 82.75%
CMYK 0.00% 4.74% 18.96%
17.25%

Color #D3C9AB in popluar number systems.

HEX D3 C9 AB
Decimal 211 201 171
Binary 11010011 11001001 10101011
Octal 323 311 253

Shades and tints

Shades of #D3C9AB

#D3C9AB
(211,201,171)
#C0B79C
(192,183,156)
#ADA58D
(173,165,141)
#9A937E
(154,147,126)
#87816F
(135,129,111)
#746F60
(116,111,96)
#615D51
(97,93,81)
#4E4B42
(78,75,66)
#3B3933
(59,57,51)
#282724
(40,39,36)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #D3C9AB

#D3C9AB
(211,201,171)
#D7CDB2
(215,205,178)
#DBD1B9
(219,209,185)
#DFD5C0
(223,213,192)
#E3D9C7
(227,217,199)
#E7DDCE
(231,221,206)
#EBE1D5
(235,225,213)
#EFE5DC
(239,229,220)
#F3E9E3
(243,233,227)
#F7EDEA
(247,237,234)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C9AB; }

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

This text font color is #D3C9AB.

Background Color

.myBgColor { background-color: #D3C9AB; }

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

This div background color is #D3C9AB.

Border color

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

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

This div border color is #D3C9AB.

Opacity

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

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

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

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

This text has shadow with #D3C9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C9AB.

Preview

Color preview on black background

This text has color #D3C9AB on black background.


Color preview on white background

This text has color #D3C9AB on white background.


Black color preview on #D3C9AB background

This text has black color on #D3C9AB background.


White color preview on #D3C9AB background

This text has white color on #D3C9AB background.


Related colors

Complementary color

Complementary color for #hex is #2C3654.


I love getcolorcode.com

Triadic colors

1 #ABD3C9 and #C9ABD3 with #D3C9AB are triadic colors.

2 #ABC9D3 and #C9D3AB with #D3C9AB are triadic colors.