COLOR #A8A8E0

HEX: #A8A8E0
RGB: (168,168,224)

Color info

#A8A8E0 contains red, green and blue colors in about the same proportion. Web safe color of #A8A8E0 is #9999CC (or #99C).

RGB color model

#A8A8E0 color RGB value is (168,168,224).

  • red value is 168;
  • green value is 168;
  • blue value is 224.
RGB:
(168,168,224)
(66%,66%,88%)

RGB channels and saturation

R 168 of 255 = 66%
G 168 of 255 = 66%
B 224 of 255 = 88%

168
168
224

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

Portions of RGB colors in percentages

R + G + B =
168 + 168 + 224 = 560 (100%)
R 168 of 560 ~ 30%
G 168 of 560 ~ 30%
B 224 of 560 ~ 40%

%30
%30
%40

CMYK color model

#A8A8E0 color CMYK value is (25,25,0,12).

  • cyan value is 25.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(25,25,0,12)
C25M25Y0K12 
(25%,25%,0%,12%)
(0.25/0.25/0.00/0.12)	

CMYK percentages

%25
%25
%0
%12.16

Codes

Color #A8A8E0 in popluar color models

A8A8E0
RGB168168224
HSL240°47.46%76.86%
HSB/HSV240°25.00%87.84%
CMYK25.00%25.00%0.00%
12.16%

Color #A8A8E0 in popluar number systems.

HEXA8A8E0
Decimal168168224
Binary101010001010100011100000
Octal250250340

Shades and tints

Shades of #A8A8E0

#A8A8E0
(168,168,224)
#9999CC
(153,153,204)
#8A8AB8
(138,138,184)
#7B7BA4
(123,123,164)
#6C6C90
(108,108,144)
#5D5D7C
(93,93,124)
#4E4E68
(78,78,104)
#3F3F54
(63,63,84)
#303040
(48,48,64)
#21212C
(33,33,44)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #A8A8E0

#A8A8E0
(168,168,224)
#AFAFE2
(175,175,226)
#B6B6E4
(182,182,228)
#BDBDE6
(189,189,230)
#C4C4E8
(196,196,232)
#CBCBEA
(203,203,234)
#D2D2EC
(210,210,236)
#D9D9EE
(217,217,238)
#E0E0F0
(224,224,240)
#E7E7F2
(231,231,242)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A8E0; }

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

This text font color is #A8A8E0.


Background Color

.myBgColor { background-color: #A8A8E0; }

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

This div background color is #A8A8E0.


Border color

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

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

This div border color is #A8A8E0.


Opacity

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

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

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

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

This text has shadow with #A8A8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A8E0 on black background.


Color preview on white background

This text has color #A8A8E0 on white background.



Black color preview on #A8A8E0 background

This text has black color on #A8A8E0 background.


White color preview on #A8A8E0 background

This text has white color on #A8A8E0 background.