COLOR #D7A7A1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

215
167
161

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

Portions of RGB colors in percentages

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

%39.59
%30.76
%29.65

CMYK color model

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

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

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

CMYK percentages

%0
%22.33
%25.12
%15.69

Codes

Color #D7A7A1 in popluar color models

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

Color #D7A7A1 in popluar number systems.

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

Shades and tints

Shades of #D7A7A1

#D7A7A1
(215,167,161)
#C49893
(196,152,147)
#B18985
(177,137,133)
#9E7A77
(158,122,119)
#8B6B69
(139,107,105)
#785C5B
(120,92,91)
#654D4D
(101,77,77)
#523E3F
(82,62,63)
#3F2F31
(63,47,49)
#2C2023
(44,32,35)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #D7A7A1

#D7A7A1
(215,167,161)
#DAAFA9
(218,175,169)
#DDB7B1
(221,183,177)
#E0BFB9
(224,191,185)
#E3C7C1
(227,199,193)
#E6CFC9
(230,207,201)
#E9D7D1
(233,215,209)
#ECDFD9
(236,223,217)
#EFE7E1
(239,231,225)
#F2EFE9
(242,239,233)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A7A1; }

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

This text font color is #D7A7A1.

Background Color

.myBgColor { background-color: #D7A7A1; }

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

This div background color is #D7A7A1.

Border color

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

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

This div border color is #D7A7A1.

Opacity

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

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

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

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

This text has shadow with #D7A7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A7A1.

Preview

Color preview on black background

This text has color #D7A7A1 on black background.


Color preview on white background

This text has color #D7A7A1 on white background.


Black color preview on #D7A7A1 background

This text has black color on #D7A7A1 background.


White color preview on #D7A7A1 background

This text has white color on #D7A7A1 background.


Related colors

Complementary color

Complementary color for #hex is #28585E.


I love getcolorcode.com

Triadic colors

1 #A1D7A7 and #A7A1D7 with #D7A7A1 are triadic colors.

2 #A1A7D7 and #A7D7A1 with #D7A7A1 are triadic colors.