COLOR #AD89E5

HEX: #AD89E5
RGB: (173,137,229)

Color info

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

RGB color model

#AD89E5 color RGB value is (173,137,229).

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

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 229 of 255 = 90%

173
137
229

R + G + B ~ 71%. #AD89E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 137 + 229 = 539 (100%)
R 173 of 539 ~ 32.1%
G 137 of 539 ~ 25.42%
B 229 of 539 ~ 42.49%

%32.1
%25.42
%42.49

CMYK color model

#AD89E5 color CMYK value is (24,40,0,10).

  • cyan value is 24.45%
  • magenta value is 40.17%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(24,40,0,10)
C24M40Y0K10 
(24%,40%,0%,10%)
(0.24/0.40/0.00/0.10)	

CMYK percentages

%24.45
%40.17
%0
%10.2

Codes

Color #AD89E5 in popluar color models

AD89E5
RGB173137229
HSL263°63.89%71.76%
HSB/HSV263°40.17%89.80%
CMYK24.45%40.17%0.00%
10.20%

Color #AD89E5 in popluar number systems.

HEXAD89E5
Decimal173137229
Binary101011011000100111100101
Octal255211345

Shades and tints

Shades of #AD89E5

#AD89E5
(173,137,229)
#9E7DD1
(158,125,209)
#8F71BD
(143,113,189)
#8065A9
(128,101,169)
#715995
(113,89,149)
#624D81
(98,77,129)
#53416D
(83,65,109)
#443559
(68,53,89)
#352945
(53,41,69)
#261D31
(38,29,49)
#17111D
(23,17,29)
#000000
(0,0,0)

Tints of #AD89E5

#AD89E5
(173,137,229)
#B493E7
(180,147,231)
#BB9DE9
(187,157,233)
#C2A7EB
(194,167,235)
#C9B1ED
(201,177,237)
#D0BBEF
(208,187,239)
#D7C5F1
(215,197,241)
#DECFF3
(222,207,243)
#E5D9F5
(229,217,245)
#ECE3F7
(236,227,247)
#F3EDF9
(243,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD89E5; }

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

This text font color is #AD89E5.


Background Color

.myBgColor { background-color: #AD89E5; }

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

This div background color is #AD89E5.


Border color

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

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

This div border color is #AD89E5.


Opacity

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

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

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

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

This text has shadow with #AD89E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD89E5 on black background.


Color preview on white background

This text has color #AD89E5 on white background.



Black color preview on #AD89E5 background

This text has black color on #AD89E5 background.


White color preview on #AD89E5 background

This text has white color on #AD89E5 background.