COLOR #D3C29F

HEX: #D3C29F
RGB: (211,194,159)

Color info

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

RGB color model

#D3C29F color RGB value is (211,194,159).

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

RGB channels and saturation

R 211 of 255 = 83%
G 194 of 255 = 76%
B 159 of 255 = 62%

211
194
159

R + G + B ~ 74%. #D3C29F is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 194 + 159 = 564 (100%)
R 211 of 564 ~ 37.41%
G 194 of 564 ~ 34.4%
B 159 of 564 ~ 28.19%

%37.41
%34.4
%28.19

CMYK color model

#D3C29F color CMYK value is (0,8,25,17).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 24.64%
  • key color value is 17.25%
CMYK:
(0,8,25,17)
C0M8Y25K17 
(0%,8%,25%,17%)
(0.00/0.08/0.25/0.17)	

CMYK percentages

%0
%8.06
%24.64
%17.25

Codes

Color #D3C29F in popluar color models

D3C29F
RGB211194159
HSL40°37.14%72.55%
HSB/HSV40°24.64%82.75%
CMYK0.00%8.06%24.64%
17.25%

Color #D3C29F in popluar number systems.

HEXD3C29F
Decimal211194159
Binary110100111100001010011111
Octal323302237

Shades and tints

Shades of #D3C29F

#D3C29F
(211,194,159)
#C0B191
(192,177,145)
#ADA083
(173,160,131)
#9A8F75
(154,143,117)
#877E67
(135,126,103)
#746D59
(116,109,89)
#615C4B
(97,92,75)
#4E4B3D
(78,75,61)
#3B3A2F
(59,58,47)
#282921
(40,41,33)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #D3C29F

#D3C29F
(211,194,159)
#D7C7A7
(215,199,167)
#DBCCAF
(219,204,175)
#DFD1B7
(223,209,183)
#E3D6BF
(227,214,191)
#E7DBC7
(231,219,199)
#EBE0CF
(235,224,207)
#EFE5D7
(239,229,215)
#F3EADF
(243,234,223)
#F7EFE7
(247,239,231)
#FBF4EF
(251,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C29F; }

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

This text font color is #D3C29F.


Background Color

.myBgColor { background-color: #D3C29F; }

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

This div background color is #D3C29F.


Border color

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

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

This div border color is #D3C29F.


Opacity

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

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

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

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

This text has shadow with #D3C29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C29F on black background.


Color preview on white background

This text has color #D3C29F on white background.



Black color preview on #D3C29F background

This text has black color on #D3C29F background.


White color preview on #D3C29F background

This text has white color on #D3C29F background.