COLOR #D2A79E

HEX: #D2A79E
RGB: (210,167,158)

Color info

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

RGB color model

#D2A79E color RGB value is (210,167,158).

  • red value is 210;
  • green value is 167;
  • blue value is 158.
RGB:
(210,167,158)
(82%,65%,62%)

RGB channels and saturation

R 210 of 255 = 82%
G 167 of 255 = 65%
B 158 of 255 = 62%

210
167
158

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

Portions of RGB colors in percentages

R + G + B =
210 + 167 + 158 = 535 (100%)
R 210 of 535 ~ 39.25%
G 167 of 535 ~ 31.21%
B 158 of 535 ~ 29.53%

%39.25
%31.21
%29.53

CMYK color model

#D2A79E color CMYK value is (0,20,25,18).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 24.76%
  • key color value is 17.65%
CMYK:
(0,20,25,18)
C0M20Y25K18 
(0%,20%,25%,18%)
(0.00/0.20/0.25/0.18)	

CMYK percentages

%0
%20.48
%24.76
%17.65

Codes

Color #D2A79E in popluar color models

D2A79E
RGB210167158
HSL10°36.62%72.16%
HSB/HSV10°24.76%82.35%
CMYK0.00%20.48%24.76%
17.65%

Color #D2A79E in popluar number systems.

HEXD2A79E
Decimal210167158
Binary110100101010011110011110
Octal322247236

Shades and tints

Shades of #D2A79E

#D2A79E
(210,167,158)
#BF9890
(191,152,144)
#AC8982
(172,137,130)
#997A74
(153,122,116)
#866B66
(134,107,102)
#735C58
(115,92,88)
#604D4A
(96,77,74)
#4D3E3C
(77,62,60)
#3A2F2E
(58,47,46)
#272020
(39,32,32)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #D2A79E

#D2A79E
(210,167,158)
#D6AFA6
(214,175,166)
#DAB7AE
(218,183,174)
#DEBFB6
(222,191,182)
#E2C7BE
(226,199,190)
#E6CFC6
(230,207,198)
#EAD7CE
(234,215,206)
#EEDFD6
(238,223,214)
#F2E7DE
(242,231,222)
#F6EFE6
(246,239,230)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A79E color. Also use rgb(210,167,158) instead hex code.

Text Font Color

.myTextColor { color: #D2A79E; }

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

This text font color is #D2A79E.


Background Color

.myBgColor { background-color: #D2A79E; }

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

This div background color is #D2A79E.


Border color

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

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

This div border color is #D2A79E.


Opacity

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

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

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

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

This text has shadow with #D2A79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A79E on black background.


Color preview on white background

This text has color #D2A79E on white background.



Black color preview on #D2A79E background

This text has black color on #D2A79E background.


White color preview on #D2A79E background

This text has white color on #D2A79E background.