COLOR #A4A8E7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

164
168
231

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

Portions of RGB colors in percentages

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

%29.13
%29.84
%41.03

CMYK color model

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

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

CMYK percentages

%29
%27.27
%0
%9.41

Codes

Color #A4A8E7 in popluar color models

A4A8E7
RGB164168231
HSL236°58.26%77.45%
HSB/HSV236°29.00%90.59%
CMYK29.00%27.27%0.00%
9.41%

Color #A4A8E7 in popluar number systems.

HEXA4A8E7
Decimal164168231
Binary101001001010100011100111
Octal244250347

Shades and tints

Shades of #A4A8E7

#A4A8E7
(164,168,231)
#9699D2
(150,153,210)
#888ABD
(136,138,189)
#7A7BA8
(122,123,168)
#6C6C93
(108,108,147)
#5E5D7E
(94,93,126)
#504E69
(80,78,105)
#423F54
(66,63,84)
#34303F
(52,48,63)
#26212A
(38,33,42)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #A4A8E7

#A4A8E7
(164,168,231)
#ACAFE9
(172,175,233)
#B4B6EB
(180,182,235)
#BCBDED
(188,189,237)
#C4C4EF
(196,196,239)
#CCCBF1
(204,203,241)
#D4D2F3
(212,210,243)
#DCD9F5
(220,217,245)
#E4E0F7
(228,224,247)
#ECE7F9
(236,231,249)
#F4EEFB
(244,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A8E7; }

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

This text font color is #A4A8E7.


Background Color

.myBgColor { background-color: #A4A8E7; }

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

This div background color is #A4A8E7.


Border color

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

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

This div border color is #A4A8E7.


Opacity

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

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

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

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

This text has shadow with #A4A8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A8E7 on black background.


Color preview on white background

This text has color #A4A8E7 on white background.



Black color preview on #A4A8E7 background

This text has black color on #A4A8E7 background.


White color preview on #A4A8E7 background

This text has white color on #A4A8E7 background.