COLOR #D3C2AA

HEX: #D3C2AA
RGB: (211,194,170)

Color info

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

RGB color model

#D3C2AA color RGB value is (211,194,170).

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

RGB channels and saturation

R 211 of 255 = 83%
G 194 of 255 = 76%
B 170 of 255 = 67%

211
194
170

R + G + B ~ 75%. #D3C2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 194 + 170 = 575 (100%)
R 211 of 575 ~ 36.7%
G 194 of 575 ~ 33.74%
B 170 of 575 ~ 29.57%

%36.7
%33.74
%29.57

CMYK color model

#D3C2AA color CMYK value is (0,8,19,17).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 19.43%
  • key color value is 17.25%
CMYK:
(0,8,19,17)
C0M8Y19K17 
(0%,8%,19%,17%)
(0.00/0.08/0.19/0.17)	

CMYK percentages

%0
%8.06
%19.43
%17.25

Codes

Color #D3C2AA in popluar color models

D3C2AA
RGB211194170
HSL35°31.78%74.71%
HSB/HSV35°19.43%82.75%
CMYK0.00%8.06%19.43%
17.25%

Color #D3C2AA in popluar number systems.

HEXD3C2AA
Decimal211194170
Binary110100111100001010101010
Octal323302252

Shades and tints

Shades of #D3C2AA

#D3C2AA
(211,194,170)
#C0B19B
(192,177,155)
#ADA08C
(173,160,140)
#9A8F7D
(154,143,125)
#877E6E
(135,126,110)
#746D5F
(116,109,95)
#615C50
(97,92,80)
#4E4B41
(78,75,65)
#3B3A32
(59,58,50)
#282923
(40,41,35)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #D3C2AA

#D3C2AA
(211,194,170)
#D7C7B1
(215,199,177)
#DBCCB8
(219,204,184)
#DFD1BF
(223,209,191)
#E3D6C6
(227,214,198)
#E7DBCD
(231,219,205)
#EBE0D4
(235,224,212)
#EFE5DB
(239,229,219)
#F3EAE2
(243,234,226)
#F7EFE9
(247,239,233)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C2AA; }

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

This text font color is #D3C2AA.


Background Color

.myBgColor { background-color: #D3C2AA; }

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

This div background color is #D3C2AA.


Border color

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

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

This div border color is #D3C2AA.


Opacity

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

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

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

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

This text has shadow with #D3C2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C2AA on black background.


Color preview on white background

This text has color #D3C2AA on white background.



Black color preview on #D3C2AA background

This text has black color on #D3C2AA background.


White color preview on #D3C2AA background

This text has white color on #D3C2AA background.