COLOR #AD89A9

HEX: #AD89A9
RGB: (173,137,169)

Color info

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

RGB color model

#AD89A9 color RGB value is (173,137,169).

  • red value is 173;
  • green value is 137;
  • blue value is 169.
RGB:
(173,137,169)
(68%,54%,66%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 169 of 255 = 66%

173
137
169

R + G + B ~ 63%. #AD89A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 137 + 169 = 479 (100%)
R 173 of 479 ~ 36.12%
G 137 of 479 ~ 28.6%
B 169 of 479 ~ 35.28%

%36.12
%28.6
%35.28

CMYK color model

#AD89A9 color CMYK value is (0,21,2,32).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 2.31%
  • key color value is 32.16%
CMYK:
(0,21,2,32)
C0M21Y2K32 
(0%,21%,2%,32%)
(0.00/0.21/0.02/0.32)	

CMYK percentages

%0
%20.81
%2.31
%32.16

Codes

Color #AD89A9 in popluar color models

AD89A9
RGB173137169
HSL307°18.00%60.78%
HSB/HSV307°20.81%67.84%
CMYK0.00%20.81%2.31%
32.16%

Color #AD89A9 in popluar number systems.

HEXAD89A9
Decimal173137169
Binary101011011000100110101001
Octal255211251

Shades and tints

Shades of #AD89A9

#AD89A9
(173,137,169)
#9E7D9A
(158,125,154)
#8F718B
(143,113,139)
#80657C
(128,101,124)
#71596D
(113,89,109)
#624D5E
(98,77,94)
#53414F
(83,65,79)
#443540
(68,53,64)
#352931
(53,41,49)
#261D22
(38,29,34)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #AD89A9

#AD89A9
(173,137,169)
#B493B0
(180,147,176)
#BB9DB7
(187,157,183)
#C2A7BE
(194,167,190)
#C9B1C5
(201,177,197)
#D0BBCC
(208,187,204)
#D7C5D3
(215,197,211)
#DECFDA
(222,207,218)
#E5D9E1
(229,217,225)
#ECE3E8
(236,227,232)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD89A9; }

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

This text font color is #AD89A9.


Background Color

.myBgColor { background-color: #AD89A9; }

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

This div background color is #AD89A9.


Border color

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

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

This div border color is #AD89A9.


Opacity

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

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

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

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

This text has shadow with #AD89A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD89A9 on black background.


Color preview on white background

This text has color #AD89A9 on white background.



Black color preview on #AD89A9 background

This text has black color on #AD89A9 background.


White color preview on #AD89A9 background

This text has white color on #AD89A9 background.