COLOR #D9A29E

HEX: #D9A29E
RGB: (217,162,158)

Color info

#D9A29E contains red, green and blue colors in about the same proportion. Web safe color of #D9A29E is #CC9999 (or #C99).

RGB color model

#D9A29E color RGB value is (217,162,158).

  • red value is 217;
  • green value is 162;
  • blue value is 158.
RGB:
(217,162,158)
(85%,64%,62%)

RGB channels and saturation

R 217 of 255 = 85%
G 162 of 255 = 64%
B 158 of 255 = 62%

217
162
158

R + G + B ~ 70%. #D9A29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 162 + 158 = 537 (100%)
R 217 of 537 ~ 40.41%
G 162 of 537 ~ 30.17%
B 158 of 537 ~ 29.42%

%40.41
%30.17
%29.42

CMYK color model

#D9A29E color CMYK value is (0,25,27,15).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 27.19%
  • key color value is 14.90%
CMYK:
(0,25,27,15)
C0M25Y27K15 
(0%,25%,27%,15%)
(0.00/0.25/0.27/0.15)	

CMYK percentages

%0
%25.35
%27.19
%14.9

Codes

Color #D9A29E in popluar color models

D9A29E
RGB217162158
HSL43.70%73.53%
HSB/HSV27.19%85.10%
CMYK0.00%25.35%27.19%
14.90%

Color #D9A29E in popluar number systems.

HEXD9A29E
Decimal217162158
Binary110110011010001010011110
Octal331242236

Shades and tints

Shades of #D9A29E

#D9A29E
(217,162,158)
#C69490
(198,148,144)
#B38682
(179,134,130)
#A07874
(160,120,116)
#8D6A66
(141,106,102)
#7A5C58
(122,92,88)
#674E4A
(103,78,74)
#54403C
(84,64,60)
#41322E
(65,50,46)
#2E2420
(46,36,32)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #D9A29E

#D9A29E
(217,162,158)
#DCAAA6
(220,170,166)
#DFB2AE
(223,178,174)
#E2BAB6
(226,186,182)
#E5C2BE
(229,194,190)
#E8CAC6
(232,202,198)
#EBD2CE
(235,210,206)
#EEDAD6
(238,218,214)
#F1E2DE
(241,226,222)
#F4EAE6
(244,234,230)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A29E color. Also use rgb(217,162,158) instead hex code.

Text Font Color

.myTextColor { color: #D9A29E; }

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

This text font color is #D9A29E.


Background Color

.myBgColor { background-color: #D9A29E; }

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

This div background color is #D9A29E.


Border color

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

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

This div border color is #D9A29E.


Opacity

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

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

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

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

This text has shadow with #D9A29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A29E on black background.


Color preview on white background

This text has color #D9A29E on white background.



Black color preview on #D9A29E background

This text has black color on #D9A29E background.


White color preview on #D9A29E background

This text has white color on #D9A29E background.