COLOR #A0A7ED

HEX: #A0A7ED RGB: (160,167,237)

Color info

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

RGB color model

#A0A7ED color RGB value is (160,167,237).

RGB: (160,167,237) (63%, 65%, 93%)

RGB channels and saturation

R 160 of 255 = 63%
G 167 of 255 = 65%
B 237 of 255 = 93%

160
167
237

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

Portions of RGB colors in percentages

R + G + B = 160 + 167 + 237 = 564 (100%)
R 160 of 564 ~ 28.37%
G 167 of 564 ~ 29.61%
B 237 of 564 ~ 42.02'%

%28.37
%29.61
%42.02

CMYK color model

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

  • cyan value is 32.49%
  • magenta value is 29.54%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (32,30,0,7)
C32M30Y0K7 (32%, 30%, 0%, 7%)
(0.32 / 0.30 / 0.00 / 0.07)

CMYK percentages

%32.49
%29.54
%0
%7.06

Codes

Color #A0A7ED in popluar color models

A0 A7 ED
RGB 160 167 237
HSL 235° 68.14% 77.84%
HSB/HSV 235° 32.49% 92.94%
CMYK 32.49% 29.54% 0.00%
7.06%

Color #A0A7ED in popluar number systems.

HEX A0 A7 ED
Decimal 160 167 237
Binary 10100000 10100111 11101101
Octal 240 247 355

Shades and tints

Shades of #A0A7ED

#A0A7ED
(160,167,237)
#9298D8
(146,152,216)
#8489C3
(132,137,195)
#767AAE
(118,122,174)
#686B99
(104,107,153)
#5A5C84
(90,92,132)
#4C4D6F
(76,77,111)
#3E3E5A
(62,62,90)
#302F45
(48,47,69)
#222030
(34,32,48)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #A0A7ED

#A0A7ED
(160,167,237)
#A8AFEE
(168,175,238)
#B0B7EF
(176,183,239)
#B8BFF0
(184,191,240)
#C0C7F1
(192,199,241)
#C8CFF2
(200,207,242)
#D0D7F3
(208,215,243)
#D8DFF4
(216,223,244)
#E0E7F5
(224,231,245)
#E8EFF6
(232,239,246)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A7ED color. Also use rgb(160,167,237) instead hex code.

Text Font Color

.myTextColor { color: #A0A7ED; }

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

This text font color is #A0A7ED.

Background Color

.myBgColor { background-color: #A0A7ED; }

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

This div background color is #A0A7ED.

Border color

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

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

This div border color is #A0A7ED.

Opacity

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

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

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

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

This text has shadow with #A0A7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A7ED.

Preview

Color preview on black background

This text has color #A0A7ED on black background.


Color preview on white background

This text has color #A0A7ED on white background.


Black color preview on #A0A7ED background

This text has black color on #A0A7ED background.


White color preview on #A0A7ED background

This text has white color on #A0A7ED background.


Related colors

Complementary color

Complementary color for #hex is #5F5812.


I love getcolorcode.com

Triadic colors

1 #EDA0A7 and #A7EDA0 with #A0A7ED are triadic colors.

2 #EDA7A0 and #A7A0ED with #A0A7ED are triadic colors.