COLOR #A89BEB

HEX: #A89BEB
RGB: (168,155,235)

Color info

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

RGB color model

#A89BEB color RGB value is (168,155,235).

  • red value is 168;
  • green value is 155;
  • blue value is 235.
RGB:
(168,155,235)
(66%,61%,92%)

RGB channels and saturation

R 168 of 255 = 66%
G 155 of 255 = 61%
B 235 of 255 = 92%

168
155
235

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

Portions of RGB colors in percentages

R + G + B =
168 + 155 + 235 = 558 (100%)
R 168 of 558 ~ 30.11%
G 155 of 558 ~ 27.78%
B 235 of 558 ~ 42.11%

%30.11
%27.78
%42.11

CMYK color model

#A89BEB color CMYK value is (29,34,0,8).

  • cyan value is 28.51%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(29,34,0,8)
C29M34Y0K8 
(29%,34%,0%,8%)
(0.29/0.34/0.00/0.08)	

CMYK percentages

%28.51
%34.04
%0
%7.84

Codes

Color #A89BEB in popluar color models

A89BEB
RGB168155235
HSL250°66.67%76.47%
HSB/HSV250°34.04%92.16%
CMYK28.51%34.04%0.00%
7.84%

Color #A89BEB in popluar number systems.

HEXA89BEB
Decimal168155235
Binary101010001001101111101011
Octal250233353

Shades and tints

Shades of #A89BEB

#A89BEB
(168,155,235)
#998DD6
(153,141,214)
#8A7FC1
(138,127,193)
#7B71AC
(123,113,172)
#6C6397
(108,99,151)
#5D5582
(93,85,130)
#4E476D
(78,71,109)
#3F3958
(63,57,88)
#302B43
(48,43,67)
#211D2E
(33,29,46)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #A89BEB

#A89BEB
(168,155,235)
#AFA4EC
(175,164,236)
#B6ADED
(182,173,237)
#BDB6EE
(189,182,238)
#C4BFEF
(196,191,239)
#CBC8F0
(203,200,240)
#D2D1F1
(210,209,241)
#D9DAF2
(217,218,242)
#E0E3F3
(224,227,243)
#E7ECF4
(231,236,244)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89BEB color. Also use rgb(168,155,235) instead hex code.

Text Font Color

.myTextColor { color: #A89BEB; }

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

This text font color is #A89BEB.


Background Color

.myBgColor { background-color: #A89BEB; }

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

This div background color is #A89BEB.


Border color

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

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

This div border color is #A89BEB.


Opacity

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

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

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

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

This text has shadow with #A89BEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89BEB on black background.


Color preview on white background

This text has color #A89BEB on white background.



Black color preview on #A89BEB background

This text has black color on #A89BEB background.


White color preview on #A89BEB background

This text has white color on #A89BEB background.