COLOR #A897EB

HEX: #A897EB
RGB: (168,151,235)

Color info

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

RGB color model

#A897EB color RGB value is (168,151,235).

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

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 235 of 255 = 92%

168
151
235

R + G + B ~ 72%. #A897EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 235 = 554 (100%)
R 168 of 554 ~ 30.32%
G 151 of 554 ~ 27.26%
B 235 of 554 ~ 42.42%

%30.32
%27.26
%42.42

CMYK color model

#A897EB color CMYK value is (29,36,0,8).

  • cyan value is 28.51%
  • magenta value is 35.74%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(29,36,0,8)
C29M36Y0K8 
(29%,36%,0%,8%)
(0.29/0.36/0.00/0.08)	

CMYK percentages

%28.51
%35.74
%0
%7.84

Codes

Color #A897EB in popluar color models

A897EB
RGB168151235
HSL252°67.74%75.69%
HSB/HSV252°35.74%92.16%
CMYK28.51%35.74%0.00%
7.84%

Color #A897EB in popluar number systems.

HEXA897EB
Decimal168151235
Binary101010001001011111101011
Octal250227353

Shades and tints

Shades of #A897EB

#A897EB
(168,151,235)
#998AD6
(153,138,214)
#8A7DC1
(138,125,193)
#7B70AC
(123,112,172)
#6C6397
(108,99,151)
#5D5682
(93,86,130)
#4E496D
(78,73,109)
#3F3C58
(63,60,88)
#302F43
(48,47,67)
#21222E
(33,34,46)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #A897EB

#A897EB
(168,151,235)
#AFA0EC
(175,160,236)
#B6A9ED
(182,169,237)
#BDB2EE
(189,178,238)
#C4BBEF
(196,187,239)
#CBC4F0
(203,196,240)
#D2CDF1
(210,205,241)
#D9D6F2
(217,214,242)
#E0DFF3
(224,223,243)
#E7E8F4
(231,232,244)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A897EB; }

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

This text font color is #A897EB.


Background Color

.myBgColor { background-color: #A897EB; }

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

This div background color is #A897EB.


Border color

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

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

This div border color is #A897EB.


Opacity

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

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

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

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

This text has shadow with #A897EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A897EB on black background.


Color preview on white background

This text has color #A897EB on white background.



Black color preview on #A897EB background

This text has black color on #A897EB background.


White color preview on #A897EB background

This text has white color on #A897EB background.