COLOR #A0A4EC

HEX: #A0A4EC
RGB: (160,164,236)

Color info

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

RGB color model

#A0A4EC color RGB value is (160,164,236).

  • red value is 160;
  • green value is 164;
  • blue value is 236.
RGB:
(160,164,236)
(63%,64%,93%)

RGB channels and saturation

R 160 of 255 = 63%
G 164 of 255 = 64%
B 236 of 255 = 93%

160
164
236

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

Portions of RGB colors in percentages

R + G + B =
160 + 164 + 236 = 560 (100%)
R 160 of 560 ~ 28.57%
G 164 of 560 ~ 29.29%
B 236 of 560 ~ 42.14%

%28.57
%29.29
%42.14

CMYK color model

#A0A4EC color CMYK value is (32,31,0,7).

  • cyan value is 32.20%
  • magenta value is 30.51%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(32,31,0,7)
C32M31Y0K7 
(32%,31%,0%,7%)
(0.32/0.31/0.00/0.07)	

CMYK percentages

%32.2
%30.51
%0
%7.45

Codes

Color #A0A4EC in popluar color models

A0A4EC
RGB160164236
HSL237°66.67%77.65%
HSB/HSV237°32.20%92.55%
CMYK32.20%30.51%0.00%
7.45%

Color #A0A4EC in popluar number systems.

HEXA0A4EC
Decimal160164236
Binary101000001010010011101100
Octal240244354

Shades and tints

Shades of #A0A4EC

#A0A4EC
(160,164,236)
#9296D7
(146,150,215)
#8488C2
(132,136,194)
#767AAD
(118,122,173)
#686C98
(104,108,152)
#5A5E83
(90,94,131)
#4C506E
(76,80,110)
#3E4259
(62,66,89)
#303444
(48,52,68)
#22262F
(34,38,47)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #A0A4EC

#A0A4EC
(160,164,236)
#A8ACED
(168,172,237)
#B0B4EE
(176,180,238)
#B8BCEF
(184,188,239)
#C0C4F0
(192,196,240)
#C8CCF1
(200,204,241)
#D0D4F2
(208,212,242)
#D8DCF3
(216,220,243)
#E0E4F4
(224,228,244)
#E8ECF5
(232,236,245)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A4EC color. Also use rgb(160,164,236) instead hex code.

Text Font Color

.myTextColor { color: #A0A4EC; }

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

This text font color is #A0A4EC.


Background Color

.myBgColor { background-color: #A0A4EC; }

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

This div background color is #A0A4EC.


Border color

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

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

This div border color is #A0A4EC.


Opacity

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

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

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

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

This text has shadow with #A0A4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A4EC on black background.


Color preview on white background

This text has color #A0A4EC on white background.



Black color preview on #A0A4EC background

This text has black color on #A0A4EC background.


White color preview on #A0A4EC background

This text has white color on #A0A4EC background.