COLOR #D7A1A7

HEX: #D7A1A7 RGB: (215,161,167)

Color info

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

RGB color model

#D7A1A7 color RGB value is (215,161,167).

RGB: (215,161,167) (84%, 63%, 65%)

RGB channels and saturation

R 215 of 255 = 84%
G 161 of 255 = 63%
B 167 of 255 = 65%

215
161
167

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

Portions of RGB colors in percentages

R + G + B = 215 + 161 + 167 = 543 (100%)
R 215 of 543 ~ 39.59%
G 161 of 543 ~ 29.65%
B 167 of 543 ~ 30.76'%

%39.59
%29.65
%30.76

CMYK color model

#D7A1A7 color CMYK value is (0,25,22,16).

  • cyan value is 0.00%
  • magenta value is 25.12%
  • yellow value is 22.33%
  • key color value is 15.69%

CMYK: (0,25,22,16)
C0M25Y22K16 (0%, 25%, 22%, 16%)
(0.00 / 0.25 / 0.22 / 0.16)

CMYK percentages

%0
%25.12
%22.33
%15.69

Codes

Color #D7A1A7 in popluar color models

D7 A1 A7
RGB 215 161 167
HSL 353° 40.30% 73.73%
HSB/HSV 353° 25.12% 84.31%
CMYK 0.00% 25.12% 22.33%
15.69%

Color #D7A1A7 in popluar number systems.

HEX D7 A1 A7
Decimal 215 161 167
Binary 11010111 10100001 10100111
Octal 327 241 247

Shades and tints

Shades of #D7A1A7

#D7A1A7
(215,161,167)
#C49398
(196,147,152)
#B18589
(177,133,137)
#9E777A
(158,119,122)
#8B696B
(139,105,107)
#785B5C
(120,91,92)
#654D4D
(101,77,77)
#523F3E
(82,63,62)
#3F312F
(63,49,47)
#2C2320
(44,35,32)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #D7A1A7

#D7A1A7
(215,161,167)
#DAA9AF
(218,169,175)
#DDB1B7
(221,177,183)
#E0B9BF
(224,185,191)
#E3C1C7
(227,193,199)
#E6C9CF
(230,201,207)
#E9D1D7
(233,209,215)
#ECD9DF
(236,217,223)
#EFE1E7
(239,225,231)
#F2E9EF
(242,233,239)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A1A7; }

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

This text font color is #D7A1A7.

Background Color

.myBgColor { background-color: #D7A1A7; }

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

This div background color is #D7A1A7.

Border color

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

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

This div border color is #D7A1A7.

Opacity

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

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

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

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

This text has shadow with #D7A1A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A1A7.

Preview

Color preview on black background

This text has color #D7A1A7 on black background.


Color preview on white background

This text has color #D7A1A7 on white background.


Black color preview on #D7A1A7 background

This text has black color on #D7A1A7 background.


White color preview on #D7A1A7 background

This text has white color on #D7A1A7 background.


Related colors

Complementary color

Complementary color for #hex is #285E58.


I love getcolorcode.com

Triadic colors

1 #A7D7A1 and #A1A7D7 with #D7A1A7 are triadic colors.

2 #A7A1D7 and #A1D7A7 with #D7A1A7 are triadic colors.