COLOR #A0AEDB

HEX: #A0AEDB
RGB: (160,174,219)

Color info

#A0AEDB contains red, green and blue colors in about the same proportion. Web safe color of #A0AEDB is #9999CC (or #99C).

RGB color model

#A0AEDB color RGB value is (160,174,219).

  • red value is 160;
  • green value is 174;
  • blue value is 219.
RGB:
(160,174,219)
(63%,68%,86%)

RGB channels and saturation

R 160 of 255 = 63%
G 174 of 255 = 68%
B 219 of 255 = 86%

160
174
219

R + G + B ~ 72%. #A0AEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 174 + 219 = 553 (100%)
R 160 of 553 ~ 28.93%
G 174 of 553 ~ 31.46%
B 219 of 553 ~ 39.6%

%28.93
%31.46
%39.6

CMYK color model

#A0AEDB color CMYK value is (27,21,0,14).

  • cyan value is 26.94%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(27,21,0,14)
C27M21Y0K14 
(27%,21%,0%,14%)
(0.27/0.21/0.00/0.14)	

CMYK percentages

%26.94
%20.55
%0
%14.12

Codes

Color #A0AEDB in popluar color models

A0AEDB
RGB160174219
HSL226°45.04%74.31%
HSB/HSV226°26.94%85.88%
CMYK26.94%20.55%0.00%
14.12%

Color #A0AEDB in popluar number systems.

HEXA0AEDB
Decimal160174219
Binary101000001010111011011011
Octal240256333

Shades and tints

Shades of #A0AEDB

#A0AEDB
(160,174,219)
#929FC8
(146,159,200)
#8490B5
(132,144,181)
#7681A2
(118,129,162)
#68728F
(104,114,143)
#5A637C
(90,99,124)
#4C5469
(76,84,105)
#3E4556
(62,69,86)
#303643
(48,54,67)
#222730
(34,39,48)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #A0AEDB

#A0AEDB
(160,174,219)
#A8B5DE
(168,181,222)
#B0BCE1
(176,188,225)
#B8C3E4
(184,195,228)
#C0CAE7
(192,202,231)
#C8D1EA
(200,209,234)
#D0D8ED
(208,216,237)
#D8DFF0
(216,223,240)
#E0E6F3
(224,230,243)
#E8EDF6
(232,237,246)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AEDB color. Also use rgb(160,174,219) instead hex code.

Text Font Color

.myTextColor { color: #A0AEDB; }

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

This text font color is #A0AEDB.


Background Color

.myBgColor { background-color: #A0AEDB; }

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

This div background color is #A0AEDB.


Border color

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

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

This div border color is #A0AEDB.


Opacity

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

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

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

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

This text has shadow with #A0AEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AEDB on black background.


Color preview on white background

This text has color #A0AEDB on white background.



Black color preview on #A0AEDB background

This text has black color on #A0AEDB background.


White color preview on #A0AEDB background

This text has white color on #A0AEDB background.