COLOR #AD89B8

HEX: #AD89B8
RGB: (173,137,184)

Color info

#AD89B8 contains red, green and blue colors in about the same proportion. Web safe color of #AD89B8 is #9999CC (or #99C).

RGB color model

#AD89B8 color RGB value is (173,137,184).

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

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 184 of 255 = 72%

173
137
184

R + G + B ~ 65%. #AD89B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 137 + 184 = 494 (100%)
R 173 of 494 ~ 35.02%
G 137 of 494 ~ 27.73%
B 184 of 494 ~ 37.25%

%35.02
%27.73
%37.25

CMYK color model

#AD89B8 color CMYK value is (6,26,0,28).

  • cyan value is 5.98%
  • magenta value is 25.54%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(6,26,0,28)
C6M26Y0K28 
(6%,26%,0%,28%)
(0.06/0.26/0.00/0.28)	

CMYK percentages

%5.98
%25.54
%0
%27.84

Codes

Color #AD89B8 in popluar color models

AD89B8
RGB173137184
HSL286°24.87%62.94%
HSB/HSV286°25.54%72.16%
CMYK5.98%25.54%0.00%
27.84%

Color #AD89B8 in popluar number systems.

HEXAD89B8
Decimal173137184
Binary101011011000100110111000
Octal255211270

Shades and tints

Shades of #AD89B8

#AD89B8
(173,137,184)
#9E7DA8
(158,125,168)
#8F7198
(143,113,152)
#806588
(128,101,136)
#715978
(113,89,120)
#624D68
(98,77,104)
#534158
(83,65,88)
#443548
(68,53,72)
#352938
(53,41,56)
#261D28
(38,29,40)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #AD89B8

#AD89B8
(173,137,184)
#B493BE
(180,147,190)
#BB9DC4
(187,157,196)
#C2A7CA
(194,167,202)
#C9B1D0
(201,177,208)
#D0BBD6
(208,187,214)
#D7C5DC
(215,197,220)
#DECFE2
(222,207,226)
#E5D9E8
(229,217,232)
#ECE3EE
(236,227,238)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD89B8; }

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

This text font color is #AD89B8.


Background Color

.myBgColor { background-color: #AD89B8; }

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

This div background color is #AD89B8.


Border color

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

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

This div border color is #AD89B8.


Opacity

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

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

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

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

This text has shadow with #AD89B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD89B8 on black background.


Color preview on white background

This text has color #AD89B8 on white background.



Black color preview on #AD89B8 background

This text has black color on #AD89B8 background.


White color preview on #AD89B8 background

This text has white color on #AD89B8 background.