COLOR #D3C29E

HEX: #D3C29E RGB: (211,194,158)

Color info

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

RGB color model

#D3C29E color RGB value is (211,194,158).

RGB: (211,194,158) (83%, 76%, 62%)

RGB channels and saturation

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

211
194
158

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

Portions of RGB colors in percentages

R + G + B = 211 + 194 + 158 = 563 (100%)
R 211 of 563 ~ 37.48%
G 194 of 563 ~ 34.46%
B 158 of 563 ~ 28.06'%

%37.48
%34.46
%28.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 25.12%
  • 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
%25.12
%17.25

Codes

Color #D3C29E in popluar color models

D3 C2 9E
RGB 211 194 158
HSL 41° 37.59% 72.35%
HSB/HSV 41° 25.12% 82.75%
CMYK 0.00% 8.06% 25.12%
17.25%

Color #D3C29E in popluar number systems.

HEX D3 C2 9E
Decimal 211 194 158
Binary 11010011 11000010 10011110
Octal 323 302 236

Shades and tints

Shades of #D3C29E

#D3C29E
(211,194,158)
#C0B190
(192,177,144)
#ADA082
(173,160,130)
#9A8F74
(154,143,116)
#877E66
(135,126,102)
#746D58
(116,109,88)
#615C4A
(97,92,74)
#4E4B3C
(78,75,60)
#3B3A2E
(59,58,46)
#282920
(40,41,32)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #D3C29E

#D3C29E
(211,194,158)
#D7C7A6
(215,199,166)
#DBCCAE
(219,204,174)
#DFD1B6
(223,209,182)
#E3D6BE
(227,214,190)
#E7DBC6
(231,219,198)
#EBE0CE
(235,224,206)
#EFE5D6
(239,229,214)
#F3EADE
(243,234,222)
#F7EFE6
(247,239,230)
#FBF4EE
(251,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C29E; }

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

This text font color is #D3C29E.

Background Color

.myBgColor { background-color: #D3C29E; }

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

This div background color is #D3C29E.

Border color

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

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

This div border color is #D3C29E.

Opacity

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

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

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

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

This text has shadow with #D3C29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C29E.

Preview

Color preview on black background

This text has color #D3C29E on black background.


Color preview on white background

This text has color #D3C29E on white background.


Black color preview on #D3C29E background

This text has black color on #D3C29E background.


White color preview on #D3C29E background

This text has white color on #D3C29E background.


Related colors

Complementary color

Complementary color for #hex is #2C3D61.


I love getcolorcode.com

Triadic colors

1 #9ED3C2 and #C29ED3 with #D3C29E are triadic colors.

2 #9EC2D3 and #C2D39E with #D3C29E are triadic colors.