COLOR #A8A7E4

HEX: #A8A7E4
RGB: (168,167,228)

Color info

#A8A7E4 contains mainly blue color. Web safe color of #A8A7E4 is #9999CC (or #99C).

RGB color model

#A8A7E4 color RGB value is (168,167,228).

  • red value is 168;
  • green value is 167;
  • blue value is 228.
RGB:
(168,167,228)
(66%,65%,89%)

RGB channels and saturation

R 168 of 255 = 66%
G 167 of 255 = 65%
B 228 of 255 = 89%

168
167
228

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

Portions of RGB colors in percentages

R + G + B =
168 + 167 + 228 = 563 (100%)
R 168 of 563 ~ 29.84%
G 167 of 563 ~ 29.66%
B 228 of 563 ~ 40.5%

%29.84
%29.66
%40.5

CMYK color model

#A8A7E4 color CMYK value is (26,27,0,11).

  • cyan value is 26.32%
  • magenta value is 26.75%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(26,27,0,11)
C26M27Y0K11 
(26%,27%,0%,11%)
(0.26/0.27/0.00/0.11)	

CMYK percentages

%26.32
%26.75
%0
%10.59

Codes

Color #A8A7E4 in popluar color models

A8A7E4
RGB168167228
HSL241°53.04%77.45%
HSB/HSV241°26.75%89.41%
CMYK26.32%26.75%0.00%
10.59%

Color #A8A7E4 in popluar number systems.

HEXA8A7E4
Decimal168167228
Binary101010001010011111100100
Octal250247344

Shades and tints

Shades of #A8A7E4

#A8A7E4
(168,167,228)
#9998D0
(153,152,208)
#8A89BC
(138,137,188)
#7B7AA8
(123,122,168)
#6C6B94
(108,107,148)
#5D5C80
(93,92,128)
#4E4D6C
(78,77,108)
#3F3E58
(63,62,88)
#302F44
(48,47,68)
#212030
(33,32,48)
#12111C
(18,17,28)
#000000
(0,0,0)

Tints of #A8A7E4

#A8A7E4
(168,167,228)
#AFAFE6
(175,175,230)
#B6B7E8
(182,183,232)
#BDBFEA
(189,191,234)
#C4C7EC
(196,199,236)
#CBCFEE
(203,207,238)
#D2D7F0
(210,215,240)
#D9DFF2
(217,223,242)
#E0E7F4
(224,231,244)
#E7EFF6
(231,239,246)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A7E4; }

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

This text font color is #A8A7E4.


Background Color

.myBgColor { background-color: #A8A7E4; }

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

This div background color is #A8A7E4.


Border color

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

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

This div border color is #A8A7E4.


Opacity

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

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

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

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

This text has shadow with #A8A7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A7E4 on black background.


Color preview on white background

This text has color #A8A7E4 on white background.



Black color preview on #A8A7E4 background

This text has black color on #A8A7E4 background.


White color preview on #A8A7E4 background

This text has white color on #A8A7E4 background.