COLOR #D7AAAC

HEX: #D7AAAC RGB: (215,170,172)

Color info

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

RGB color model

#D7AAAC color RGB value is (215,170,172).

RGB: (215,170,172) (84%, 67%, 67%)

RGB channels and saturation

R 215 of 255 = 84%
G 170 of 255 = 67%
B 172 of 255 = 67%

215
170
172

R + G + B ~ 73%. #D7AAAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 170 + 172 = 557 (100%)
R 215 of 557 ~ 38.6%
G 170 of 557 ~ 30.52%
B 172 of 557 ~ 30.88'%

%38.6
%30.52
%30.88

CMYK color model

#D7AAAC color CMYK value is (0,21,20,16).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 20.00%
  • key color value is 15.69%
CMYK: (0,21,20,16) C0M21Y20K16 (0%,21%,20%,16%) (0.00/0.21/0.20/0.16) 

CMYK percentages

%0
%20.93
%20
%15.69

Codes

Color #D7AAAC in popluar color models

D7 AA AC
RGB 215 170 172
HSL 357° 36.00% 75.49%
HSB/HSV 357° 20.93% 84.31%
CMYK 0.00% 20.93% 20.00%
15.69%

Color #D7AAAC in popluar number systems.

HEX D7 AA AC
Decimal 215 170 172
Binary 11010111 10101010 10101100
Octal 327 252 254

Shades and tints

Shades of #D7AAAC

#D7AAAC
(215,170,172)
#C49B9D
(196,155,157)
#B18C8E
(177,140,142)
#9E7D7F
(158,125,127)
#8B6E70
(139,110,112)
#785F61
(120,95,97)
#655052
(101,80,82)
#524143
(82,65,67)
#3F3234
(63,50,52)
#2C2325
(44,35,37)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #D7AAAC

#D7AAAC
(215,170,172)
#DAB1B3
(218,177,179)
#DDB8BA
(221,184,186)
#E0BFC1
(224,191,193)
#E3C6C8
(227,198,200)
#E6CDCF
(230,205,207)
#E9D4D6
(233,212,214)
#ECDBDD
(236,219,221)
#EFE2E4
(239,226,228)
#F2E9EB
(242,233,235)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7AAAC color. Also use rgb(215,170,172) instead hex code.

Text Font Color

.myTextColor { color: #D7AAAC; }

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

This text font color is #D7AAAC.

Background Color

.myBgColor { background-color: #D7AAAC; }

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

This div background color is #D7AAAC.

Border color

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

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

This div border color is #D7AAAC.

Opacity

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

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

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

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

This text has shadow with #D7AAAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7AAAC.

Preview

Color preview on black background

This text has color #D7AAAC on black background.


Color preview on white background

This text has color #D7AAAC on white background.


Black color preview on #D7AAAC background

This text has black color on #D7AAAC background.


White color preview on #D7AAAC background

This text has white color on #D7AAAC background.


Related colors

Complementary color

Complementary color for #hex is #285553.


I love getcolorcode.com

Triadic colors

1 #ACD7AA and #AAACD7 with #D7AAAC are triadic colors.

2 #ACAAD7 and #AAD7AC with #D7AAAC are triadic colors.