COLOR #A8A4E7

HEX: #A8A4E7
RGB: (168,164,231)

Color info

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

RGB color model

#A8A4E7 color RGB value is (168,164,231).

  • red value is 168;
  • green value is 164;
  • blue value is 231.
RGB:
(168,164,231)
(66%,64%,91%)

RGB channels and saturation

R 168 of 255 = 66%
G 164 of 255 = 64%
B 231 of 255 = 91%

168
164
231

R + G + B ~ 74%. #A8A4E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 164 + 231 = 563 (100%)
R 168 of 563 ~ 29.84%
G 164 of 563 ~ 29.13%
B 231 of 563 ~ 41.03%

%29.84
%29.13
%41.03

CMYK color model

#A8A4E7 color CMYK value is (27,29,0,9).

  • cyan value is 27.27%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(27,29,0,9)
C27M29Y0K9 
(27%,29%,0%,9%)
(0.27/0.29/0.00/0.09)	

CMYK percentages

%27.27
%29
%0
%9.41

Codes

Color #A8A4E7 in popluar color models

A8A4E7
RGB168164231
HSL244°58.26%77.45%
HSB/HSV244°29.00%90.59%
CMYK27.27%29.00%0.00%
9.41%

Color #A8A4E7 in popluar number systems.

HEXA8A4E7
Decimal168164231
Binary101010001010010011100111
Octal250244347

Shades and tints

Shades of #A8A4E7

#A8A4E7
(168,164,231)
#9996D2
(153,150,210)
#8A88BD
(138,136,189)
#7B7AA8
(123,122,168)
#6C6C93
(108,108,147)
#5D5E7E
(93,94,126)
#4E5069
(78,80,105)
#3F4254
(63,66,84)
#30343F
(48,52,63)
#21262A
(33,38,42)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #A8A4E7

#A8A4E7
(168,164,231)
#AFACE9
(175,172,233)
#B6B4EB
(182,180,235)
#BDBCED
(189,188,237)
#C4C4EF
(196,196,239)
#CBCCF1
(203,204,241)
#D2D4F3
(210,212,243)
#D9DCF5
(217,220,245)
#E0E4F7
(224,228,247)
#E7ECF9
(231,236,249)
#EEF4FB
(238,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A4E7 color. Also use rgb(168,164,231) instead hex code.

Text Font Color

.myTextColor { color: #A8A4E7; }

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

This text font color is #A8A4E7.


Background Color

.myBgColor { background-color: #A8A4E7; }

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

This div background color is #A8A4E7.


Border color

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

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

This div border color is #A8A4E7.


Opacity

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

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

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

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

This text has shadow with #A8A4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A4E7 on black background.


Color preview on white background

This text has color #A8A4E7 on white background.



Black color preview on #A8A4E7 background

This text has black color on #A8A4E7 background.


White color preview on #A8A4E7 background

This text has white color on #A8A4E7 background.