COLOR #A2ACC9

HEX: #A2ACC9
RGB: (162,172,201)

Color info

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

RGB color model

#A2ACC9 color RGB value is (162,172,201).

  • red value is 162;
  • green value is 172;
  • blue value is 201.
RGB:
(162,172,201)
(64%,67%,79%)

RGB channels and saturation

R 162 of 255 = 64%
G 172 of 255 = 67%
B 201 of 255 = 79%

162
172
201

R + G + B ~ 70%. #A2ACC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 172 + 201 = 535 (100%)
R 162 of 535 ~ 30.28%
G 172 of 535 ~ 32.15%
B 201 of 535 ~ 37.57%

%30.28
%32.15
%37.57

CMYK color model

#A2ACC9 color CMYK value is (19,14,0,21).

  • cyan value is 19.40%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(19,14,0,21)
C19M14Y0K21 
(19%,14%,0%,21%)
(0.19/0.14/0.00/0.21)	

CMYK percentages

%19.4
%14.43
%0
%21.18

Codes

Color #A2ACC9 in popluar color models

A2ACC9
RGB162172201
HSL225°26.53%71.18%
HSB/HSV225°19.40%78.82%
CMYK19.40%14.43%0.00%
21.18%

Color #A2ACC9 in popluar number systems.

HEXA2ACC9
Decimal162172201
Binary101000101010110011001001
Octal242254311

Shades and tints

Shades of #A2ACC9

#A2ACC9
(162,172,201)
#949DB7
(148,157,183)
#868EA5
(134,142,165)
#787F93
(120,127,147)
#6A7081
(106,112,129)
#5C616F
(92,97,111)
#4E525D
(78,82,93)
#40434B
(64,67,75)
#323439
(50,52,57)
#242527
(36,37,39)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #A2ACC9

#A2ACC9
(162,172,201)
#AAB3CD
(170,179,205)
#B2BAD1
(178,186,209)
#BAC1D5
(186,193,213)
#C2C8D9
(194,200,217)
#CACFDD
(202,207,221)
#D2D6E1
(210,214,225)
#DADDE5
(218,221,229)
#E2E4E9
(226,228,233)
#EAEBED
(234,235,237)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2ACC9 color. Also use rgb(162,172,201) instead hex code.

Text Font Color

.myTextColor { color: #A2ACC9; }

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

This text font color is #A2ACC9.


Background Color

.myBgColor { background-color: #A2ACC9; }

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

This div background color is #A2ACC9.


Border color

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

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

This div border color is #A2ACC9.


Opacity

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

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

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

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

This text has shadow with #A2ACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2ACC9 on black background.


Color preview on white background

This text has color #A2ACC9 on white background.



Black color preview on #A2ACC9 background

This text has black color on #A2ACC9 background.


White color preview on #A2ACC9 background

This text has white color on #A2ACC9 background.