COLOR #A0A5EC

HEX: #A0A5EC
RGB: (160,165,236)

Color info

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

RGB color model

#A0A5EC color RGB value is (160,165,236).

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

RGB channels and saturation

R 160 of 255 = 63%
G 165 of 255 = 65%
B 236 of 255 = 93%

160
165
236

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

Portions of RGB colors in percentages

R + G + B =
160 + 165 + 236 = 561 (100%)
R 160 of 561 ~ 28.52%
G 165 of 561 ~ 29.41%
B 236 of 561 ~ 42.07%

%28.52
%29.41
%42.07

CMYK color model

#A0A5EC color CMYK value is (32,30,0,7).

  • cyan value is 32.20%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(32,30,0,7)
C32M30Y0K7 
(32%,30%,0%,7%)
(0.32/0.30/0.00/0.07)	

CMYK percentages

%32.2
%30.08
%0
%7.45

Codes

Color #A0A5EC in popluar color models

A0A5EC
RGB160165236
HSL236°66.67%77.65%
HSB/HSV236°32.20%92.55%
CMYK32.20%30.08%0.00%
7.45%

Color #A0A5EC in popluar number systems.

HEXA0A5EC
Decimal160165236
Binary101000001010010111101100
Octal240245354

Shades and tints

Shades of #A0A5EC

#A0A5EC
(160,165,236)
#9296D7
(146,150,215)
#8487C2
(132,135,194)
#7678AD
(118,120,173)
#686998
(104,105,152)
#5A5A83
(90,90,131)
#4C4B6E
(76,75,110)
#3E3C59
(62,60,89)
#302D44
(48,45,68)
#221E2F
(34,30,47)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #A0A5EC

#A0A5EC
(160,165,236)
#A8ADED
(168,173,237)
#B0B5EE
(176,181,238)
#B8BDEF
(184,189,239)
#C0C5F0
(192,197,240)
#C8CDF1
(200,205,241)
#D0D5F2
(208,213,242)
#D8DDF3
(216,221,243)
#E0E5F4
(224,229,244)
#E8EDF5
(232,237,245)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A5EC; }

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

This text font color is #A0A5EC.


Background Color

.myBgColor { background-color: #A0A5EC; }

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

This div background color is #A0A5EC.


Border color

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

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

This div border color is #A0A5EC.


Opacity

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

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

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

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

This text has shadow with #A0A5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A5EC on black background.


Color preview on white background

This text has color #A0A5EC on white background.



Black color preview on #A0A5EC background

This text has black color on #A0A5EC background.


White color preview on #A0A5EC background

This text has white color on #A0A5EC background.