COLOR #D5C8AF

HEX: #D5C8AF RGB: (213,200,175)

Color info

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

RGB color model

#D5C8AF color RGB value is (213,200,175).

RGB: (213,200,175) (84%, 78%, 69%)

RGB channels and saturation

R 213 of 255 = 84%
G 200 of 255 = 78%
B 175 of 255 = 69%

213
200
175

R + G + B ~ 77%. #D5C8AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 200 + 175 = 588 (100%)
R 213 of 588 ~ 36.22%
G 200 of 588 ~ 34.01%
B 175 of 588 ~ 29.76'%

%36.22
%34.01
%29.76

CMYK color model

#D5C8AF color CMYK value is (0,6,18,16).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 17.84%
  • key color value is 16.47%
CMYK: (0,6,18,16) C0M6Y18K16 (0%,6%,18%,16%) (0.00/0.06/0.18/0.16) 

CMYK percentages

%0
%6.1
%17.84
%16.47

Codes

Color #D5C8AF in popluar color models

D5 C8 AF
RGB 213 200 175
HSL 39° 31.15% 76.08%
HSB/HSV 39° 17.84% 83.53%
CMYK 0.00% 6.10% 17.84%
16.47%

Color #D5C8AF in popluar number systems.

HEX D5 C8 AF
Decimal 213 200 175
Binary 11010101 11001000 10101111
Octal 325 310 257

Shades and tints

Shades of #D5C8AF

#D5C8AF
(213,200,175)
#C2B6A0
(194,182,160)
#AFA491
(175,164,145)
#9C9282
(156,146,130)
#898073
(137,128,115)
#766E64
(118,110,100)
#635C55
(99,92,85)
#504A46
(80,74,70)
#3D3837
(61,56,55)
#2A2628
(42,38,40)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #D5C8AF

#D5C8AF
(213,200,175)
#D8CDB6
(216,205,182)
#DBD2BD
(219,210,189)
#DED7C4
(222,215,196)
#E1DCCB
(225,220,203)
#E4E1D2
(228,225,210)
#E7E6D9
(231,230,217)
#EAEBE0
(234,235,224)
#EDF0E7
(237,240,231)
#F0F5EE
(240,245,238)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C8AF color. Also use rgb(213,200,175) instead hex code.

Text Font Color

.myTextColor { color: #D5C8AF; }

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

This text font color is #D5C8AF.

Background Color

.myBgColor { background-color: #D5C8AF; }

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

This div background color is #D5C8AF.

Border color

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

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

This div border color is #D5C8AF.

Opacity

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

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

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

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

This text has shadow with #D5C8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C8AF.

Preview

Color preview on black background

This text has color #D5C8AF on black background.


Color preview on white background

This text has color #D5C8AF on white background.


Black color preview on #D5C8AF background

This text has black color on #D5C8AF background.


White color preview on #D5C8AF background

This text has white color on #D5C8AF background.


Related colors

Complementary color

Complementary color for #hex is #2A3750.


I love getcolorcode.com

Triadic colors

1 #AFD5C8 and #C8AFD5 with #D5C8AF are triadic colors.

2 #AFC8D5 and #C8D5AF with #D5C8AF are triadic colors.