COLOR #AD89D2

HEX: #AD89D2
RGB: (173,137,210)

Color info

#AD89D2 contains mainly red and blue colors. Web safe color of #AD89D2 is #9999CC (or #99C).

RGB color model

#AD89D2 color RGB value is (173,137,210).

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

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 210 of 255 = 82%

173
137
210

R + G + B ~ 68%. #AD89D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 137 + 210 = 520 (100%)
R 173 of 520 ~ 33.27%
G 137 of 520 ~ 26.35%
B 210 of 520 ~ 40.38%

%33.27
%26.35
%40.38

CMYK color model

#AD89D2 color CMYK value is (18,35,0,18).

  • cyan value is 17.62%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(18,35,0,18)
C18M35Y0K18 
(18%,35%,0%,18%)
(0.18/0.35/0.00/0.18)	

CMYK percentages

%17.62
%34.76
%0
%17.65

Codes

Color #AD89D2 in popluar color models

AD89D2
RGB173137210
HSL270°44.79%68.04%
HSB/HSV270°34.76%82.35%
CMYK17.62%34.76%0.00%
17.65%

Color #AD89D2 in popluar number systems.

HEXAD89D2
Decimal173137210
Binary101011011000100111010010
Octal255211322

Shades and tints

Shades of #AD89D2

#AD89D2
(173,137,210)
#9E7DBF
(158,125,191)
#8F71AC
(143,113,172)
#806599
(128,101,153)
#715986
(113,89,134)
#624D73
(98,77,115)
#534160
(83,65,96)
#44354D
(68,53,77)
#35293A
(53,41,58)
#261D27
(38,29,39)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #AD89D2

#AD89D2
(173,137,210)
#B493D6
(180,147,214)
#BB9DDA
(187,157,218)
#C2A7DE
(194,167,222)
#C9B1E2
(201,177,226)
#D0BBE6
(208,187,230)
#D7C5EA
(215,197,234)
#DECFEE
(222,207,238)
#E5D9F2
(229,217,242)
#ECE3F6
(236,227,246)
#F3EDFA
(243,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD89D2; }

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

This text font color is #AD89D2.


Background Color

.myBgColor { background-color: #AD89D2; }

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

This div background color is #AD89D2.


Border color

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

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

This div border color is #AD89D2.


Opacity

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

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

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

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

This text has shadow with #AD89D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD89D2 on black background.


Color preview on white background

This text has color #AD89D2 on white background.



Black color preview on #AD89D2 background

This text has black color on #AD89D2 background.


White color preview on #AD89D2 background

This text has white color on #AD89D2 background.