COLOR #D1A79D

HEX: #D1A79D
RGB: (209,167,157)

Color info

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

RGB color model

#D1A79D color RGB value is (209,167,157).

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

RGB channels and saturation

R 209 of 255 = 82%
G 167 of 255 = 65%
B 157 of 255 = 62%

209
167
157

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

Portions of RGB colors in percentages

R + G + B =
209 + 167 + 157 = 533 (100%)
R 209 of 533 ~ 39.21%
G 167 of 533 ~ 31.33%
B 157 of 533 ~ 29.46%

%39.21
%31.33
%29.46

CMYK color model

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

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

CMYK percentages

%0
%20.1
%24.88
%18.04

Codes

Color #D1A79D in popluar color models

D1A79D
RGB209167157
HSL12°36.11%71.76%
HSB/HSV12°24.88%81.96%
CMYK0.00%20.10%24.88%
18.04%

Color #D1A79D in popluar number systems.

HEXD1A79D
Decimal209167157
Binary110100011010011110011101
Octal321247235

Shades and tints

Shades of #D1A79D

#D1A79D
(209,167,157)
#BE988F
(190,152,143)
#AB8981
(171,137,129)
#987A73
(152,122,115)
#856B65
(133,107,101)
#725C57
(114,92,87)
#5F4D49
(95,77,73)
#4C3E3B
(76,62,59)
#392F2D
(57,47,45)
#26201F
(38,32,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #D1A79D

#D1A79D
(209,167,157)
#D5AFA5
(213,175,165)
#D9B7AD
(217,183,173)
#DDBFB5
(221,191,181)
#E1C7BD
(225,199,189)
#E5CFC5
(229,207,197)
#E9D7CD
(233,215,205)
#EDDFD5
(237,223,213)
#F1E7DD
(241,231,221)
#F5EFE5
(245,239,229)
#F9F7ED
(249,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A79D color. Also use rgb(209,167,157) instead hex code.

Text Font Color

.myTextColor { color: #D1A79D; }

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

This text font color is #D1A79D.


Background Color

.myBgColor { background-color: #D1A79D; }

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

This div background color is #D1A79D.


Border color

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

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

This div border color is #D1A79D.


Opacity

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

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

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

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

This text has shadow with #D1A79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A79D on black background.


Color preview on white background

This text has color #D1A79D on white background.



Black color preview on #D1A79D background

This text has black color on #D1A79D background.


White color preview on #D1A79D background

This text has white color on #D1A79D background.