COLOR #D1C5AF

HEX: #D1C5AF
RGB: (209,197,175)

Color info

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

RGB color model

#D1C5AF color RGB value is (209,197,175).

  • red value is 209;
  • green value is 197;
  • blue value is 175.
RGB:
(209,197,175)
(82%,77%,69%)

RGB channels and saturation

R 209 of 255 = 82%
G 197 of 255 = 77%
B 175 of 255 = 69%

209
197
175

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

Portions of RGB colors in percentages

R + G + B =
209 + 197 + 175 = 581 (100%)
R 209 of 581 ~ 35.97%
G 197 of 581 ~ 33.91%
B 175 of 581 ~ 30.12%

%35.97
%33.91
%30.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.74%
  • yellow value is 16.27%
  • key color value is 18.04%
CMYK:
(0,6,16,18)
C0M6Y16K18 
(0%,6%,16%,18%)
(0.00/0.06/0.16/0.18)	

CMYK percentages

%0
%5.74
%16.27
%18.04

Codes

Color #D1C5AF in popluar color models

D1C5AF
RGB209197175
HSL39°26.98%75.29%
HSB/HSV39°16.27%81.96%
CMYK0.00%5.74%16.27%
18.04%

Color #D1C5AF in popluar number systems.

HEXD1C5AF
Decimal209197175
Binary110100011100010110101111
Octal321305257

Shades and tints

Shades of #D1C5AF

#D1C5AF
(209,197,175)
#BEB4A0
(190,180,160)
#ABA391
(171,163,145)
#989282
(152,146,130)
#858173
(133,129,115)
#727064
(114,112,100)
#5F5F55
(95,95,85)
#4C4E46
(76,78,70)
#393D37
(57,61,55)
#262C28
(38,44,40)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #D1C5AF

#D1C5AF
(209,197,175)
#D5CAB6
(213,202,182)
#D9CFBD
(217,207,189)
#DDD4C4
(221,212,196)
#E1D9CB
(225,217,203)
#E5DED2
(229,222,210)
#E9E3D9
(233,227,217)
#EDE8E0
(237,232,224)
#F1EDE7
(241,237,231)
#F5F2EE
(245,242,238)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C5AF color. Also use rgb(209,197,175) instead hex code.

Text Font Color

.myTextColor { color: #D1C5AF; }

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

This text font color is #D1C5AF.


Background Color

.myBgColor { background-color: #D1C5AF; }

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

This div background color is #D1C5AF.


Border color

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

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

This div border color is #D1C5AF.


Opacity

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

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

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

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

This text has shadow with #D1C5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C5AF on black background.


Color preview on white background

This text has color #D1C5AF on white background.



Black color preview on #D1C5AF background

This text has black color on #D1C5AF background.


White color preview on #D1C5AF background

This text has white color on #D1C5AF background.