COLOR #AD89B3

HEX: #AD89B3
RGB: (173,137,179)

Color info

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

RGB color model

#AD89B3 color RGB value is (173,137,179).

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

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 179 of 255 = 70%

173
137
179

R + G + B ~ 64%. #AD89B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 137 + 179 = 489 (100%)
R 173 of 489 ~ 35.38%
G 137 of 489 ~ 28.02%
B 179 of 489 ~ 36.61%

%35.38
%28.02
%36.61

CMYK color model

#AD89B3 color CMYK value is (3,23,0,30).

  • cyan value is 3.35%
  • magenta value is 23.46%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(3,23,0,30)
C3M23Y0K30 
(3%,23%,0%,30%)
(0.03/0.23/0.00/0.30)	

CMYK percentages

%3.35
%23.46
%0
%29.8

Codes

Color #AD89B3 in popluar color models

AD89B3
RGB173137179
HSL291°21.65%61.96%
HSB/HSV291°23.46%70.20%
CMYK3.35%23.46%0.00%
29.80%

Color #AD89B3 in popluar number systems.

HEXAD89B3
Decimal173137179
Binary101011011000100110110011
Octal255211263

Shades and tints

Shades of #AD89B3

#AD89B3
(173,137,179)
#9E7DA3
(158,125,163)
#8F7193
(143,113,147)
#806583
(128,101,131)
#715973
(113,89,115)
#624D63
(98,77,99)
#534153
(83,65,83)
#443543
(68,53,67)
#352933
(53,41,51)
#261D23
(38,29,35)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #AD89B3

#AD89B3
(173,137,179)
#B493B9
(180,147,185)
#BB9DBF
(187,157,191)
#C2A7C5
(194,167,197)
#C9B1CB
(201,177,203)
#D0BBD1
(208,187,209)
#D7C5D7
(215,197,215)
#DECFDD
(222,207,221)
#E5D9E3
(229,217,227)
#ECE3E9
(236,227,233)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD89B3; }

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

This text font color is #AD89B3.


Background Color

.myBgColor { background-color: #AD89B3; }

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

This div background color is #AD89B3.


Border color

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

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

This div border color is #AD89B3.


Opacity

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

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

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

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

This text has shadow with #AD89B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD89B3 on black background.


Color preview on white background

This text has color #AD89B3 on white background.



Black color preview on #AD89B3 background

This text has black color on #AD89B3 background.


White color preview on #AD89B3 background

This text has white color on #AD89B3 background.