COLOR #D7A9A1

HEX: #D7A9A1 RGB: (215,169,161)

Color info

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

RGB color model

#D7A9A1 color RGB value is (215,169,161).

RGB: (215,169,161) (84%, 66%, 63%)

RGB channels and saturation

R 215 of 255 = 84%
G 169 of 255 = 66%
B 161 of 255 = 63%

215
169
161

R + G + B ~ 71%. #D7A9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 169 + 161 = 545 (100%)
R 215 of 545 ~ 39.45%
G 169 of 545 ~ 31.01%
B 161 of 545 ~ 29.54'%

%39.45
%31.01
%29.54

CMYK color model

#D7A9A1 color CMYK value is (0,21,25,16).

  • cyan value is 0.00%
  • magenta value is 21.40%
  • yellow value is 25.12%
  • key color value is 15.69%
CMYK: (0,21,25,16) C0M21Y25K16 (0%,21%,25%,16%) (0.00/0.21/0.25/0.16) 

CMYK percentages

%0
%21.4
%25.12
%15.69

Codes

Color #D7A9A1 in popluar color models

D7 A9 A1
RGB 215 169 161
HSL 40.30% 73.73%
HSB/HSV 25.12% 84.31%
CMYK 0.00% 21.40% 25.12%
15.69%

Color #D7A9A1 in popluar number systems.

HEX D7 A9 A1
Decimal 215 169 161
Binary 11010111 10101001 10100001
Octal 327 251 241

Shades and tints

Shades of #D7A9A1

#D7A9A1
(215,169,161)
#C49A93
(196,154,147)
#B18B85
(177,139,133)
#9E7C77
(158,124,119)
#8B6D69
(139,109,105)
#785E5B
(120,94,91)
#654F4D
(101,79,77)
#52403F
(82,64,63)
#3F3131
(63,49,49)
#2C2223
(44,34,35)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #D7A9A1

#D7A9A1
(215,169,161)
#DAB0A9
(218,176,169)
#DDB7B1
(221,183,177)
#E0BEB9
(224,190,185)
#E3C5C1
(227,197,193)
#E6CCC9
(230,204,201)
#E9D3D1
(233,211,209)
#ECDAD9
(236,218,217)
#EFE1E1
(239,225,225)
#F2E8E9
(242,232,233)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A9A1 color. Also use rgb(215,169,161) instead hex code.

Text Font Color

.myTextColor { color: #D7A9A1; }

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

This text font color is #D7A9A1.

Background Color

.myBgColor { background-color: #D7A9A1; }

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

This div background color is #D7A9A1.

Border color

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

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

This div border color is #D7A9A1.

Opacity

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

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

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

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

This text has shadow with #D7A9A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A9A1.

Preview

Color preview on black background

This text has color #D7A9A1 on black background.


Color preview on white background

This text has color #D7A9A1 on white background.


Black color preview on #D7A9A1 background

This text has black color on #D7A9A1 background.


White color preview on #D7A9A1 background

This text has white color on #D7A9A1 background.


Related colors

Complementary color

Complementary color for #hex is #28565E.


I love getcolorcode.com

Triadic colors

1 #A1D7A9 and #A9A1D7 with #D7A9A1 are triadic colors.

2 #A1A9D7 and #A9D7A1 with #D7A9A1 are triadic colors.