COLOR #A4A8E5

HEX: #A4A8E5
RGB: (164,168,229)

Color info

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

RGB color model

#A4A8E5 color RGB value is (164,168,229).

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

RGB channels and saturation

R 164 of 255 = 64%
G 168 of 255 = 66%
B 229 of 255 = 90%

164
168
229

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

Portions of RGB colors in percentages

R + G + B =
164 + 168 + 229 = 561 (100%)
R 164 of 561 ~ 29.23%
G 168 of 561 ~ 29.95%
B 229 of 561 ~ 40.82%

%29.23
%29.95
%40.82

CMYK color model

#A4A8E5 color CMYK value is (28,27,0,10).

  • cyan value is 28.38%
  • magenta value is 26.64%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(28,27,0,10)
C28M27Y0K10 
(28%,27%,0%,10%)
(0.28/0.27/0.00/0.10)	

CMYK percentages

%28.38
%26.64
%0
%10.2

Codes

Color #A4A8E5 in popluar color models

A4A8E5
RGB164168229
HSL236°55.56%77.06%
HSB/HSV236°28.38%89.80%
CMYK28.38%26.64%0.00%
10.20%

Color #A4A8E5 in popluar number systems.

HEXA4A8E5
Decimal164168229
Binary101001001010100011100101
Octal244250345

Shades and tints

Shades of #A4A8E5

#A4A8E5
(164,168,229)
#9699D1
(150,153,209)
#888ABD
(136,138,189)
#7A7BA9
(122,123,169)
#6C6C95
(108,108,149)
#5E5D81
(94,93,129)
#504E6D
(80,78,109)
#423F59
(66,63,89)
#343045
(52,48,69)
#262131
(38,33,49)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #A4A8E5

#A4A8E5
(164,168,229)
#ACAFE7
(172,175,231)
#B4B6E9
(180,182,233)
#BCBDEB
(188,189,235)
#C4C4ED
(196,196,237)
#CCCBEF
(204,203,239)
#D4D2F1
(212,210,241)
#DCD9F3
(220,217,243)
#E4E0F5
(228,224,245)
#ECE7F7
(236,231,247)
#F4EEF9
(244,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A8E5; }

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

This text font color is #A4A8E5.


Background Color

.myBgColor { background-color: #A4A8E5; }

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

This div background color is #A4A8E5.


Border color

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

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

This div border color is #A4A8E5.


Opacity

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

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

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

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

This text has shadow with #A4A8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A8E5 on black background.


Color preview on white background

This text has color #A4A8E5 on white background.



Black color preview on #A4A8E5 background

This text has black color on #A4A8E5 background.


White color preview on #A4A8E5 background

This text has white color on #A4A8E5 background.