COLOR #A4A7E5

HEX: #A4A7E5
RGB: (164,167,229)

Color info

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

RGB color model

#A4A7E5 color RGB value is (164,167,229).

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

RGB channels and saturation

R 164 of 255 = 64%
G 167 of 255 = 65%
B 229 of 255 = 90%

164
167
229

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

Portions of RGB colors in percentages

R + G + B =
164 + 167 + 229 = 560 (100%)
R 164 of 560 ~ 29.29%
G 167 of 560 ~ 29.82%
B 229 of 560 ~ 40.89%

%29.29
%29.82
%40.89

CMYK color model

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

  • cyan value is 28.38%
  • magenta value is 27.07%
  • 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
%27.07
%0
%10.2

Codes

Color #A4A7E5 in popluar color models

A4A7E5
RGB164167229
HSL237°55.56%77.06%
HSB/HSV237°28.38%89.80%
CMYK28.38%27.07%0.00%
10.20%

Color #A4A7E5 in popluar number systems.

HEXA4A7E5
Decimal164167229
Binary101001001010011111100101
Octal244247345

Shades and tints

Shades of #A4A7E5

#A4A7E5
(164,167,229)
#9698D1
(150,152,209)
#8889BD
(136,137,189)
#7A7AA9
(122,122,169)
#6C6B95
(108,107,149)
#5E5C81
(94,92,129)
#504D6D
(80,77,109)
#423E59
(66,62,89)
#342F45
(52,47,69)
#262031
(38,32,49)
#18111D
(24,17,29)
#000000
(0,0,0)

Tints of #A4A7E5

#A4A7E5
(164,167,229)
#ACAFE7
(172,175,231)
#B4B7E9
(180,183,233)
#BCBFEB
(188,191,235)
#C4C7ED
(196,199,237)
#CCCFEF
(204,207,239)
#D4D7F1
(212,215,241)
#DCDFF3
(220,223,243)
#E4E7F5
(228,231,245)
#ECEFF7
(236,239,247)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A7E5; }

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

This text font color is #A4A7E5.


Background Color

.myBgColor { background-color: #A4A7E5; }

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

This div background color is #A4A7E5.


Border color

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

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

This div border color is #A4A7E5.


Opacity

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

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

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

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

This text has shadow with #A4A7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A7E5 on black background.


Color preview on white background

This text has color #A4A7E5 on white background.



Black color preview on #A4A7E5 background

This text has black color on #A4A7E5 background.


White color preview on #A4A7E5 background

This text has white color on #A4A7E5 background.