COLOR #A87EEA

HEX: #A87EEA
RGB: (168,126,234)

Color info

#A87EEA contains mainly blue color. Web safe color of #A87EEA is #9966FF (or #96F).

RGB color model

#A87EEA color RGB value is (168,126,234).

  • red value is 168;
  • green value is 126;
  • blue value is 234.
RGB:
(168,126,234)
(66%,49%,92%)

RGB channels and saturation

R 168 of 255 = 66%
G 126 of 255 = 49%
B 234 of 255 = 92%

168
126
234

R + G + B ~ 69%. #A87EEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 126 + 234 = 528 (100%)
R 168 of 528 ~ 31.82%
G 126 of 528 ~ 23.86%
B 234 of 528 ~ 44.32%

%31.82
%23.86
%44.32

CMYK color model

#A87EEA color CMYK value is (28,46,0,8).

  • cyan value is 28.21%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(28,46,0,8)
C28M46Y0K8 
(28%,46%,0%,8%)
(0.28/0.46/0.00/0.08)	

CMYK percentages

%28.21
%46.15
%0
%8.24

Codes

Color #A87EEA in popluar color models

A87EEA
RGB168126234
HSL263°72.00%70.59%
HSB/HSV263°46.15%91.76%
CMYK28.21%46.15%0.00%
8.24%

Color #A87EEA in popluar number systems.

HEXA87EEA
Decimal168126234
Binary10101000111111011101010
Octal250176352

Shades and tints

Shades of #A87EEA

#A87EEA
(168,126,234)
#9973D5
(153,115,213)
#8A68C0
(138,104,192)
#7B5DAB
(123,93,171)
#6C5296
(108,82,150)
#5D4781
(93,71,129)
#4E3C6C
(78,60,108)
#3F3157
(63,49,87)
#302642
(48,38,66)
#211B2D
(33,27,45)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #A87EEA

#A87EEA
(168,126,234)
#AF89EB
(175,137,235)
#B694EC
(182,148,236)
#BD9FED
(189,159,237)
#C4AAEE
(196,170,238)
#CBB5EF
(203,181,239)
#D2C0F0
(210,192,240)
#D9CBF1
(217,203,241)
#E0D6F2
(224,214,242)
#E7E1F3
(231,225,243)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87EEA color. Also use rgb(168,126,234) instead hex code.

Text Font Color

.myTextColor { color: #A87EEA; }

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

This text font color is #A87EEA.


Background Color

.myBgColor { background-color: #A87EEA; }

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

This div background color is #A87EEA.


Border color

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

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

This div border color is #A87EEA.


Opacity

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

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

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

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

This text has shadow with #A87EEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87EEA on black background.


Color preview on white background

This text has color #A87EEA on white background.



Black color preview on #A87EEA background

This text has black color on #A87EEA background.


White color preview on #A87EEA background

This text has white color on #A87EEA background.