COLOR #D5C7AB

HEX: #D5C7AB RGB: (213,199,171)

Color info

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

RGB color model

#D5C7AB color RGB value is (213,199,171).

RGB: (213,199,171) (84%, 78%, 67%)

RGB channels and saturation

R 213 of 255 = 84%
G 199 of 255 = 78%
B 171 of 255 = 67%

213
199
171

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

Portions of RGB colors in percentages

R + G + B = 213 + 199 + 171 = 583 (100%)
R 213 of 583 ~ 36.54%
G 199 of 583 ~ 34.13%
B 171 of 583 ~ 29.33'%

%36.54
%34.13
%29.33

CMYK color model

#D5C7AB color CMYK value is (0,7,20,16).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 19.72%
  • key color value is 16.47%

CMYK: (0,7,20,16)
C0M7Y20K16 (0%, 7%, 20%, 16%)
(0.00 / 0.07 / 0.20 / 0.16)

CMYK percentages

%0
%6.57
%19.72
%16.47

Codes

Color #D5C7AB in popluar color models

D5 C7 AB
RGB 213 199 171
HSL 40° 33.33% 75.29%
HSB/HSV 40° 19.72% 83.53%
CMYK 0.00% 6.57% 19.72%
16.47%

Color #D5C7AB in popluar number systems.

HEX D5 C7 AB
Decimal 213 199 171
Binary 11010101 11000111 10101011
Octal 325 307 253

Shades and tints

Shades of #D5C7AB

#D5C7AB
(213,199,171)
#C2B59C
(194,181,156)
#AFA38D
(175,163,141)
#9C917E
(156,145,126)
#897F6F
(137,127,111)
#766D60
(118,109,96)
#635B51
(99,91,81)
#504942
(80,73,66)
#3D3733
(61,55,51)
#2A2524
(42,37,36)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #D5C7AB

#D5C7AB
(213,199,171)
#D8CCB2
(216,204,178)
#DBD1B9
(219,209,185)
#DED6C0
(222,214,192)
#E1DBC7
(225,219,199)
#E4E0CE
(228,224,206)
#E7E5D5
(231,229,213)
#EAEADC
(234,234,220)
#EDEFE3
(237,239,227)
#F0F4EA
(240,244,234)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C7AB color. Also use rgb(213,199,171) instead hex code.

Text Font Color

.myTextColor { color: #D5C7AB; }

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

This text font color is #D5C7AB.

Background Color

.myBgColor { background-color: #D5C7AB; }

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

This div background color is #D5C7AB.

Border color

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

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

This div border color is #D5C7AB.

Opacity

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

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

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

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

This text has shadow with #D5C7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C7AB.

Preview

Color preview on black background

This text has color #D5C7AB on black background.


Color preview on white background

This text has color #D5C7AB on white background.


Black color preview on #D5C7AB background

This text has black color on #D5C7AB background.


White color preview on #D5C7AB background

This text has white color on #D5C7AB background.


Related colors

Complementary color

Complementary color for #hex is #2A3854.


I love getcolorcode.com

Triadic colors

1 #ABD5C7 and #C7ABD5 with #D5C7AB are triadic colors.

2 #ABC7D5 and #C7D5AB with #D5C7AB are triadic colors.