COLOR #A89EE9

HEX: #A89EE9
RGB: (168,158,233)

Color info

#A89EE9 contains mainly blue color. Web safe color of #A89EE9 is #9999FF (or #99F).

RGB color model

#A89EE9 color RGB value is (168,158,233).

  • red value is 168;
  • green value is 158;
  • blue value is 233.
RGB:
(168,158,233)
(66%,62%,91%)

RGB channels and saturation

R 168 of 255 = 66%
G 158 of 255 = 62%
B 233 of 255 = 91%

168
158
233

R + G + B ~ 73%. #A89EE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 158 + 233 = 559 (100%)
R 168 of 559 ~ 30.05%
G 158 of 559 ~ 28.26%
B 233 of 559 ~ 41.68%

%30.05
%28.26
%41.68

CMYK color model

#A89EE9 color CMYK value is (28,32,0,9).

  • cyan value is 27.90%
  • magenta value is 32.19%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(28,32,0,9)
C28M32Y0K9 
(28%,32%,0%,9%)
(0.28/0.32/0.00/0.09)	

CMYK percentages

%27.9
%32.19
%0
%8.63

Codes

Color #A89EE9 in popluar color models

A89EE9
RGB168158233
HSL248°63.03%76.67%
HSB/HSV248°32.19%91.37%
CMYK27.90%32.19%0.00%
8.63%

Color #A89EE9 in popluar number systems.

HEXA89EE9
Decimal168158233
Binary101010001001111011101001
Octal250236351

Shades and tints

Shades of #A89EE9

#A89EE9
(168,158,233)
#9990D4
(153,144,212)
#8A82BF
(138,130,191)
#7B74AA
(123,116,170)
#6C6695
(108,102,149)
#5D5880
(93,88,128)
#4E4A6B
(78,74,107)
#3F3C56
(63,60,86)
#302E41
(48,46,65)
#21202C
(33,32,44)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #A89EE9

#A89EE9
(168,158,233)
#AFA6EB
(175,166,235)
#B6AEED
(182,174,237)
#BDB6EF
(189,182,239)
#C4BEF1
(196,190,241)
#CBC6F3
(203,198,243)
#D2CEF5
(210,206,245)
#D9D6F7
(217,214,247)
#E0DEF9
(224,222,249)
#E7E6FB
(231,230,251)
#EEEEFD
(238,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89EE9; }

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

This text font color is #A89EE9.


Background Color

.myBgColor { background-color: #A89EE9; }

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

This div background color is #A89EE9.


Border color

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

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

This div border color is #A89EE9.


Opacity

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

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

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

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

This text has shadow with #A89EE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89EE9 on black background.


Color preview on white background

This text has color #A89EE9 on white background.



Black color preview on #A89EE9 background

This text has black color on #A89EE9 background.


White color preview on #A89EE9 background

This text has white color on #A89EE9 background.