COLOR #A89EDB

HEX: #A89EDB
RGB: (168,158,219)

Color info

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

RGB color model

#A89EDB color RGB value is (168,158,219).

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

RGB channels and saturation

R 168 of 255 = 66%
G 158 of 255 = 62%
B 219 of 255 = 86%

168
158
219

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

Portions of RGB colors in percentages

R + G + B =
168 + 158 + 219 = 545 (100%)
R 168 of 545 ~ 30.83%
G 158 of 545 ~ 28.99%
B 219 of 545 ~ 40.18%

%30.83
%28.99
%40.18

CMYK color model

#A89EDB color CMYK value is (23,28,0,14).

  • cyan value is 23.29%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(23,28,0,14)
C23M28Y0K14 
(23%,28%,0%,14%)
(0.23/0.28/0.00/0.14)	

CMYK percentages

%23.29
%27.85
%0
%14.12

Codes

Color #A89EDB in popluar color models

A89EDB
RGB168158219
HSL250°45.86%73.92%
HSB/HSV250°27.85%85.88%
CMYK23.29%27.85%0.00%
14.12%

Color #A89EDB in popluar number systems.

HEXA89EDB
Decimal168158219
Binary101010001001111011011011
Octal250236333

Shades and tints

Shades of #A89EDB

#A89EDB
(168,158,219)
#9990C8
(153,144,200)
#8A82B5
(138,130,181)
#7B74A2
(123,116,162)
#6C668F
(108,102,143)
#5D587C
(93,88,124)
#4E4A69
(78,74,105)
#3F3C56
(63,60,86)
#302E43
(48,46,67)
#212030
(33,32,48)
#12121D
(18,18,29)
#000000
(0,0,0)

Tints of #A89EDB

#A89EDB
(168,158,219)
#AFA6DE
(175,166,222)
#B6AEE1
(182,174,225)
#BDB6E4
(189,182,228)
#C4BEE7
(196,190,231)
#CBC6EA
(203,198,234)
#D2CEED
(210,206,237)
#D9D6F0
(217,214,240)
#E0DEF3
(224,222,243)
#E7E6F6
(231,230,246)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89EDB; }

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

This text font color is #A89EDB.


Background Color

.myBgColor { background-color: #A89EDB; }

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

This div background color is #A89EDB.


Border color

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

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

This div border color is #A89EDB.


Opacity

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

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

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

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

This text has shadow with #A89EDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89EDB on black background.


Color preview on white background

This text has color #A89EDB on white background.



Black color preview on #A89EDB background

This text has black color on #A89EDB background.


White color preview on #A89EDB background

This text has white color on #A89EDB background.