COLOR #D7AAAD

HEX: #D7AAAD RGB: (215,170,173)

Color info

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

RGB color model

#D7AAAD color RGB value is (215,170,173).

RGB: (215,170,173) (84%, 67%, 68%)

RGB channels and saturation

R 215 of 255 = 84%
G 170 of 255 = 67%
B 173 of 255 = 68%

215
170
173

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

Portions of RGB colors in percentages

R + G + B = 215 + 170 + 173 = 558 (100%)
R 215 of 558 ~ 38.53%
G 170 of 558 ~ 30.47%
B 173 of 558 ~ 31'%

%38.53
%30.47
%31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 19.53%
  • 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
%19.53
%15.69

Codes

Color #D7AAAD in popluar color models

D7 AA AD
RGB 215 170 173
HSL 356° 36.00% 75.49%
HSB/HSV 356° 20.93% 84.31%
CMYK 0.00% 20.93% 19.53%
15.69%

Color #D7AAAD in popluar number systems.

HEX D7 AA AD
Decimal 215 170 173
Binary 11010111 10101010 10101101
Octal 327 252 255

Shades and tints

Shades of #D7AAAD

#D7AAAD
(215,170,173)
#C49B9E
(196,155,158)
#B18C8F
(177,140,143)
#9E7D80
(158,125,128)
#8B6E71
(139,110,113)
#785F62
(120,95,98)
#655053
(101,80,83)
#524144
(82,65,68)
#3F3235
(63,50,53)
#2C2326
(44,35,38)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #D7AAAD

#D7AAAD
(215,170,173)
#DAB1B4
(218,177,180)
#DDB8BB
(221,184,187)
#E0BFC2
(224,191,194)
#E3C6C9
(227,198,201)
#E6CDD0
(230,205,208)
#E9D4D7
(233,212,215)
#ECDBDE
(236,219,222)
#EFE2E5
(239,226,229)
#F2E9EC
(242,233,236)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AAAD; }

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

This text font color is #D7AAAD.

Background Color

.myBgColor { background-color: #D7AAAD; }

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

This div background color is #D7AAAD.

Border color

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

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

This div border color is #D7AAAD.

Opacity

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

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

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

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

This text has shadow with #D7AAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7AAAD.

Preview

Color preview on black background

This text has color #D7AAAD on black background.


Color preview on white background

This text has color #D7AAAD on white background.


Black color preview on #D7AAAD background

This text has black color on #D7AAAD background.


White color preview on #D7AAAD background

This text has white color on #D7AAAD background.


Related colors

Complementary color

Complementary color for #hex is #285552.


I love getcolorcode.com

Triadic colors

1 #ADD7AA and #AAADD7 with #D7AAAD are triadic colors.

2 #ADAAD7 and #AAD7AD with #D7AAAD are triadic colors.