COLOR #A89ED9

HEX: #A89ED9 RGB: (168,158,217)

Color info

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

RGB color model

#A89ED9 color RGB value is (168,158,217).

RGB: (168,158,217) (66%, 62%, 85%)

RGB channels and saturation

R 168 of 255 = 66%
G 158 of 255 = 62%
B 217 of 255 = 85%

168
158
217

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

Portions of RGB colors in percentages

R + G + B = 168 + 158 + 217 = 543 (100%)
R 168 of 543 ~ 30.94%
G 158 of 543 ~ 29.1%
B 217 of 543 ~ 39.96'%

%30.94
%29.1
%39.96

CMYK color model

#A89ED9 color CMYK value is (23,27,0,15).

  • cyan value is 22.58%
  • magenta value is 27.19%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (23,27,0,15) C23M27Y0K15 (23%,27%,0%,15%) (0.23/0.27/0.00/0.15) 

CMYK percentages

%22.58
%27.19
%0
%14.9

Codes

Color #A89ED9 in popluar color models

A8 9E D9
RGB 168 158 217
HSL 250° 43.70% 73.53%
HSB/HSV 250° 27.19% 85.10%
CMYK 22.58% 27.19% 0.00%
14.90%

Color #A89ED9 in popluar number systems.

HEX A8 9E D9
Decimal 168 158 217
Binary 10101000 10011110 11011001
Octal 250 236 331

Shades and tints

Shades of #A89ED9

#A89ED9
(168,158,217)
#9990C6
(153,144,198)
#8A82B3
(138,130,179)
#7B74A0
(123,116,160)
#6C668D
(108,102,141)
#5D587A
(93,88,122)
#4E4A67
(78,74,103)
#3F3C54
(63,60,84)
#302E41
(48,46,65)
#21202E
(33,32,46)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #A89ED9

#A89ED9
(168,158,217)
#AFA6DC
(175,166,220)
#B6AEDF
(182,174,223)
#BDB6E2
(189,182,226)
#C4BEE5
(196,190,229)
#CBC6E8
(203,198,232)
#D2CEEB
(210,206,235)
#D9D6EE
(217,214,238)
#E0DEF1
(224,222,241)
#E7E6F4
(231,230,244)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89ED9 color. Also use rgb(168,158,217) instead hex code.

Text Font Color

.myTextColor { color: #A89ED9; }

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

This text font color is #A89ED9.

Background Color

.myBgColor { background-color: #A89ED9; }

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

This div background color is #A89ED9.

Border color

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

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

This div border color is #A89ED9.

Opacity

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

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

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

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

This text has shadow with #A89ED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89ED9.

Preview

Color preview on black background

This text has color #A89ED9 on black background.


Color preview on white background

This text has color #A89ED9 on white background.


Black color preview on #A89ED9 background

This text has black color on #A89ED9 background.


White color preview on #A89ED9 background

This text has white color on #A89ED9 background.


Related colors

Complementary color

Complementary color for #hex is #576126.


I love getcolorcode.com

Triadic colors

1 #D9A89E and #9ED9A8 with #A89ED9 are triadic colors.

2 #D99EA8 and #9EA8D9 with #A89ED9 are triadic colors.