COLOR #AD89A7

HEX: #AD89A7 RGB: (173,137,167)

Color info

#AD89A7 contains red, green and blue colors in about the same proportion. Web safe color of #AD89A7 is #999999 (or #999).

RGB color model

#AD89A7 color RGB value is (173,137,167).

RGB: (173,137,167) (68%, 54%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 167 of 255 = 65%

173
137
167

R + G + B ~ 62%. #AD89A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 137 + 167 = 477 (100%)
R 173 of 477 ~ 36.27%
G 137 of 477 ~ 28.72%
B 167 of 477 ~ 35.01'%

%36.27
%28.72
%35.01

CMYK color model

#AD89A7 color CMYK value is (0,21,3,32).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 3.47%
  • key color value is 32.16%

CMYK: (0,21,3,32)
C0M21Y3K32 (0%, 21%, 3%, 32%)
(0.00 / 0.21 / 0.03 / 0.32)

CMYK percentages

%0
%20.81
%3.47
%32.16

Codes

Color #AD89A7 in popluar color models

AD 89 A7
RGB 173 137 167
HSL 310° 18.00% 60.78%
HSB/HSV 310° 20.81% 67.84%
CMYK 0.00% 20.81% 3.47%
32.16%

Color #AD89A7 in popluar number systems.

HEX AD 89 A7
Decimal 173 137 167
Binary 10101101 10001001 10100111
Octal 255 211 247

Shades and tints

Shades of #AD89A7

#AD89A7
(173,137,167)
#9E7D98
(158,125,152)
#8F7189
(143,113,137)
#80657A
(128,101,122)
#71596B
(113,89,107)
#624D5C
(98,77,92)
#53414D
(83,65,77)
#44353E
(68,53,62)
#35292F
(53,41,47)
#261D20
(38,29,32)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #AD89A7

#AD89A7
(173,137,167)
#B493AF
(180,147,175)
#BB9DB7
(187,157,183)
#C2A7BF
(194,167,191)
#C9B1C7
(201,177,199)
#D0BBCF
(208,187,207)
#D7C5D7
(215,197,215)
#DECFDF
(222,207,223)
#E5D9E7
(229,217,231)
#ECE3EF
(236,227,239)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD89A7 color. Also use rgb(173,137,167) instead hex code.

Text Font Color

.myTextColor { color: #AD89A7; }

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

This text font color is #AD89A7.

Background Color

.myBgColor { background-color: #AD89A7; }

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

This div background color is #AD89A7.

Border color

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

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

This div border color is #AD89A7.

Opacity

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

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

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

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

This text has shadow with #AD89A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD89A7.

Preview

Color preview on black background

This text has color #AD89A7 on black background.


Color preview on white background

This text has color #AD89A7 on white background.


Black color preview on #AD89A7 background

This text has black color on #AD89A7 background.


White color preview on #AD89A7 background

This text has white color on #AD89A7 background.


Related colors

Complementary color

Complementary color for #hex is #527658.


I love getcolorcode.com

Triadic colors

1 #A7AD89 and #89A7AD with #AD89A7 are triadic colors.

2 #A789AD and #89ADA7 with #AD89A7 are triadic colors.