COLOR #A0AAD1

HEX: #A0AAD1
RGB: (160,170,209)

Color info

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

RGB color model

#A0AAD1 color RGB value is (160,170,209).

  • red value is 160;
  • green value is 170;
  • blue value is 209.
RGB:
(160,170,209)
(63%,67%,82%)

RGB channels and saturation

R 160 of 255 = 63%
G 170 of 255 = 67%
B 209 of 255 = 82%

160
170
209

R + G + B ~ 71%. #A0AAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 170 + 209 = 539 (100%)
R 160 of 539 ~ 29.68%
G 170 of 539 ~ 31.54%
B 209 of 539 ~ 38.78%

%29.68
%31.54
%38.78

CMYK color model

#A0AAD1 color CMYK value is (23,19,0,18).

  • cyan value is 23.44%
  • magenta value is 18.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(23,19,0,18)
C23M19Y0K18 
(23%,19%,0%,18%)
(0.23/0.19/0.00/0.18)	

CMYK percentages

%23.44
%18.66
%0
%18.04

Codes

Color #A0AAD1 in popluar color models

A0AAD1
RGB160170209
HSL228°34.75%72.35%
HSB/HSV228°23.44%81.96%
CMYK23.44%18.66%0.00%
18.04%

Color #A0AAD1 in popluar number systems.

HEXA0AAD1
Decimal160170209
Binary101000001010101011010001
Octal240252321

Shades and tints

Shades of #A0AAD1

#A0AAD1
(160,170,209)
#929BBE
(146,155,190)
#848CAB
(132,140,171)
#767D98
(118,125,152)
#686E85
(104,110,133)
#5A5F72
(90,95,114)
#4C505F
(76,80,95)
#3E414C
(62,65,76)
#303239
(48,50,57)
#222326
(34,35,38)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A0AAD1

#A0AAD1
(160,170,209)
#A8B1D5
(168,177,213)
#B0B8D9
(176,184,217)
#B8BFDD
(184,191,221)
#C0C6E1
(192,198,225)
#C8CDE5
(200,205,229)
#D0D4E9
(208,212,233)
#D8DBED
(216,219,237)
#E0E2F1
(224,226,241)
#E8E9F5
(232,233,245)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AAD1 color. Also use rgb(160,170,209) instead hex code.

Text Font Color

.myTextColor { color: #A0AAD1; }

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

This text font color is #A0AAD1.


Background Color

.myBgColor { background-color: #A0AAD1; }

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

This div background color is #A0AAD1.


Border color

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

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

This div border color is #A0AAD1.


Opacity

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

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

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

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

This text has shadow with #A0AAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AAD1 on black background.


Color preview on white background

This text has color #A0AAD1 on white background.



Black color preview on #A0AAD1 background

This text has black color on #A0AAD1 background.


White color preview on #A0AAD1 background

This text has white color on #A0AAD1 background.