COLOR #D3C5AA

HEX: #D3C5AA
RGB: (211,197,170)

Color info

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

RGB color model

#D3C5AA color RGB value is (211,197,170).

  • red value is 211;
  • green value is 197;
  • blue value is 170.
RGB:
(211,197,170)
(83%,77%,67%)

RGB channels and saturation

R 211 of 255 = 83%
G 197 of 255 = 77%
B 170 of 255 = 67%

211
197
170

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

Portions of RGB colors in percentages

R + G + B =
211 + 197 + 170 = 578 (100%)
R 211 of 578 ~ 36.51%
G 197 of 578 ~ 34.08%
B 170 of 578 ~ 29.41%

%36.51
%34.08
%29.41

CMYK color model

#D3C5AA color CMYK value is (0,7,19,17).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 19.43%
  • key color value is 17.25%
CMYK:
(0,7,19,17)
C0M7Y19K17 
(0%,7%,19%,17%)
(0.00/0.07/0.19/0.17)	

CMYK percentages

%0
%6.64
%19.43
%17.25

Codes

Color #D3C5AA in popluar color models

D3C5AA
RGB211197170
HSL40°31.78%74.71%
HSB/HSV40°19.43%82.75%
CMYK0.00%6.64%19.43%
17.25%

Color #D3C5AA in popluar number systems.

HEXD3C5AA
Decimal211197170
Binary110100111100010110101010
Octal323305252

Shades and tints

Shades of #D3C5AA

#D3C5AA
(211,197,170)
#C0B49B
(192,180,155)
#ADA38C
(173,163,140)
#9A927D
(154,146,125)
#87816E
(135,129,110)
#74705F
(116,112,95)
#615F50
(97,95,80)
#4E4E41
(78,78,65)
#3B3D32
(59,61,50)
#282C23
(40,44,35)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #D3C5AA

#D3C5AA
(211,197,170)
#D7CAB1
(215,202,177)
#DBCFB8
(219,207,184)
#DFD4BF
(223,212,191)
#E3D9C6
(227,217,198)
#E7DECD
(231,222,205)
#EBE3D4
(235,227,212)
#EFE8DB
(239,232,219)
#F3EDE2
(243,237,226)
#F7F2E9
(247,242,233)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C5AA color. Also use rgb(211,197,170) instead hex code.

Text Font Color

.myTextColor { color: #D3C5AA; }

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

This text font color is #D3C5AA.


Background Color

.myBgColor { background-color: #D3C5AA; }

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

This div background color is #D3C5AA.


Border color

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

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

This div border color is #D3C5AA.


Opacity

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

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

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

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

This text has shadow with #D3C5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C5AA on black background.


Color preview on white background

This text has color #D3C5AA on white background.



Black color preview on #D3C5AA background

This text has black color on #D3C5AA background.


White color preview on #D3C5AA background

This text has white color on #D3C5AA background.