COLOR #A0AAC2

HEX: #A0AAC2
RGB: (160,170,194)

Color info

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

RGB color model

#A0AAC2 color RGB value is (160,170,194).

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

RGB channels and saturation

R 160 of 255 = 63%
G 170 of 255 = 67%
B 194 of 255 = 76%

160
170
194

R + G + B ~ 69%. #A0AAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 170 + 194 = 524 (100%)
R 160 of 524 ~ 30.53%
G 170 of 524 ~ 32.44%
B 194 of 524 ~ 37.02%

%30.53
%32.44
%37.02

CMYK color model

#A0AAC2 color CMYK value is (18,12,0,24).

  • cyan value is 17.53%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(18,12,0,24)
C18M12Y0K24 
(18%,12%,0%,24%)
(0.18/0.12/0.00/0.24)	

CMYK percentages

%17.53
%12.37
%0
%23.92

Codes

Color #A0AAC2 in popluar color models

A0AAC2
RGB160170194
HSL222°21.79%69.41%
HSB/HSV222°17.53%76.08%
CMYK17.53%12.37%0.00%
23.92%

Color #A0AAC2 in popluar number systems.

HEXA0AAC2
Decimal160170194
Binary101000001010101011000010
Octal240252302

Shades and tints

Shades of #A0AAC2

#A0AAC2
(160,170,194)
#929BB1
(146,155,177)
#848CA0
(132,140,160)
#767D8F
(118,125,143)
#686E7E
(104,110,126)
#5A5F6D
(90,95,109)
#4C505C
(76,80,92)
#3E414B
(62,65,75)
#30323A
(48,50,58)
#222329
(34,35,41)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #A0AAC2

#A0AAC2
(160,170,194)
#A8B1C7
(168,177,199)
#B0B8CC
(176,184,204)
#B8BFD1
(184,191,209)
#C0C6D6
(192,198,214)
#C8CDDB
(200,205,219)
#D0D4E0
(208,212,224)
#D8DBE5
(216,219,229)
#E0E2EA
(224,226,234)
#E8E9EF
(232,233,239)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AAC2; }

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

This text font color is #A0AAC2.


Background Color

.myBgColor { background-color: #A0AAC2; }

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

This div background color is #A0AAC2.


Border color

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

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

This div border color is #A0AAC2.


Opacity

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

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

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

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

This text has shadow with #A0AAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AAC2 on black background.


Color preview on white background

This text has color #A0AAC2 on white background.



Black color preview on #A0AAC2 background

This text has black color on #A0AAC2 background.


White color preview on #A0AAC2 background

This text has white color on #A0AAC2 background.