COLOR #D1C7AA

HEX: #D1C7AA
RGB: (209,199,170)

Color info

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

RGB color model

#D1C7AA color RGB value is (209,199,170).

  • red value is 209;
  • green value is 199;
  • blue value is 170.
RGB:
(209,199,170)
(82%,78%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 199 of 255 = 78%
B 170 of 255 = 67%

209
199
170

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

Portions of RGB colors in percentages

R + G + B =
209 + 199 + 170 = 578 (100%)
R 209 of 578 ~ 36.16%
G 199 of 578 ~ 34.43%
B 170 of 578 ~ 29.41%

%36.16
%34.43
%29.41

CMYK color model

#D1C7AA color CMYK value is (0,5,19,18).

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 18.66%
  • key color value is 18.04%
CMYK:
(0,5,19,18)
C0M5Y19K18 
(0%,5%,19%,18%)
(0.00/0.05/0.19/0.18)	

CMYK percentages

%0
%4.78
%18.66
%18.04

Codes

Color #D1C7AA in popluar color models

D1C7AA
RGB209199170
HSL45°29.77%74.31%
HSB/HSV45°18.66%81.96%
CMYK0.00%4.78%18.66%
18.04%

Color #D1C7AA in popluar number systems.

HEXD1C7AA
Decimal209199170
Binary110100011100011110101010
Octal321307252

Shades and tints

Shades of #D1C7AA

#D1C7AA
(209,199,170)
#BEB59B
(190,181,155)
#ABA38C
(171,163,140)
#98917D
(152,145,125)
#857F6E
(133,127,110)
#726D5F
(114,109,95)
#5F5B50
(95,91,80)
#4C4941
(76,73,65)
#393732
(57,55,50)
#262523
(38,37,35)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #D1C7AA

#D1C7AA
(209,199,170)
#D5CCB1
(213,204,177)
#D9D1B8
(217,209,184)
#DDD6BF
(221,214,191)
#E1DBC6
(225,219,198)
#E5E0CD
(229,224,205)
#E9E5D4
(233,229,212)
#EDEADB
(237,234,219)
#F1EFE2
(241,239,226)
#F5F4E9
(245,244,233)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C7AA color. Also use rgb(209,199,170) instead hex code.

Text Font Color

.myTextColor { color: #D1C7AA; }

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

This text font color is #D1C7AA.


Background Color

.myBgColor { background-color: #D1C7AA; }

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

This div background color is #D1C7AA.


Border color

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

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

This div border color is #D1C7AA.


Opacity

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

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

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

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

This text has shadow with #D1C7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C7AA on black background.


Color preview on white background

This text has color #D1C7AA on white background.



Black color preview on #D1C7AA background

This text has black color on #D1C7AA background.


White color preview on #D1C7AA background

This text has white color on #D1C7AA background.