COLOR #AD89BE

HEX: #AD89BE RGB: (173,137,190)

Color info

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

RGB color model

#AD89BE color RGB value is (173,137,190).

RGB: (173,137,190) (68%, 54%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 190 of 255 = 75%

173
137
190

R + G + B ~ 66%. #AD89BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 137 + 190 = 500 (100%)
R 173 of 500 ~ 34.6%
G 137 of 500 ~ 27.4%
B 190 of 500 ~ 38'%

%34.6
%27.4
%38

CMYK color model

#AD89BE color CMYK value is (9,28,0,25).

  • cyan value is 8.95%
  • magenta value is 27.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (9,28,0,25) C9M28Y0K25 (9%,28%,0%,25%) (0.09/0.28/0.00/0.25) 

CMYK percentages

%8.95
%27.89
%0
%25.49

Codes

Color #AD89BE in popluar color models

AD 89 BE
RGB 173 137 190
HSL 281° 28.96% 64.12%
HSB/HSV 281° 27.89% 74.51%
CMYK 8.95% 27.89% 0.00%
25.49%

Color #AD89BE in popluar number systems.

HEX AD 89 BE
Decimal 173 137 190
Binary 10101101 10001001 10111110
Octal 255 211 276

Shades and tints

Shades of #AD89BE

#AD89BE
(173,137,190)
#9E7DAD
(158,125,173)
#8F719C
(143,113,156)
#80658B
(128,101,139)
#71597A
(113,89,122)
#624D69
(98,77,105)
#534158
(83,65,88)
#443547
(68,53,71)
#352936
(53,41,54)
#261D25
(38,29,37)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #AD89BE

#AD89BE
(173,137,190)
#B493C3
(180,147,195)
#BB9DC8
(187,157,200)
#C2A7CD
(194,167,205)
#C9B1D2
(201,177,210)
#D0BBD7
(208,187,215)
#D7C5DC
(215,197,220)
#DECFE1
(222,207,225)
#E5D9E6
(229,217,230)
#ECE3EB
(236,227,235)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD89BE; }

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

This text font color is #AD89BE.

Background Color

.myBgColor { background-color: #AD89BE; }

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

This div background color is #AD89BE.

Border color

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

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

This div border color is #AD89BE.

Opacity

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

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

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

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

This text has shadow with #AD89BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD89BE.

Preview

Color preview on black background

This text has color #AD89BE on black background.


Color preview on white background

This text has color #AD89BE on white background.


Black color preview on #AD89BE background

This text has black color on #AD89BE background.


White color preview on #AD89BE background

This text has white color on #AD89BE background.


Related colors

Complementary color

Complementary color for #hex is #527641.


I love getcolorcode.com

Triadic colors

1 #BEAD89 and #89BEAD with #AD89BE are triadic colors.

2 #BE89AD and #89ADBE with #AD89BE are triadic colors.