COLOR #A2A4BB

HEX: #A2A4BB
RGB: (162,164,187)

Color info

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

RGB color model

#A2A4BB color RGB value is (162,164,187).

  • red value is 162;
  • green value is 164;
  • blue value is 187.
RGB:
(162,164,187)
(64%,64%,73%)

RGB channels and saturation

R 162 of 255 = 64%
G 164 of 255 = 64%
B 187 of 255 = 73%

162
164
187

R + G + B ~ 67%. #A2A4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 164 + 187 = 513 (100%)
R 162 of 513 ~ 31.58%
G 164 of 513 ~ 31.97%
B 187 of 513 ~ 36.45%

%31.58
%31.97
%36.45

CMYK color model

#A2A4BB color CMYK value is (13,12,0,27).

  • cyan value is 13.37%
  • magenta value is 12.30%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(13,12,0,27)
C13M12Y0K27 
(13%,12%,0%,27%)
(0.13/0.12/0.00/0.27)	

CMYK percentages

%13.37
%12.3
%0
%26.67

Codes

Color #A2A4BB in popluar color models

A2A4BB
RGB162164187
HSL235°15.53%68.43%
HSB/HSV235°13.37%73.33%
CMYK13.37%12.30%0.00%
26.67%

Color #A2A4BB in popluar number systems.

HEXA2A4BB
Decimal162164187
Binary101000101010010010111011
Octal242244273

Shades and tints

Shades of #A2A4BB

#A2A4BB
(162,164,187)
#9496AA
(148,150,170)
#868899
(134,136,153)
#787A88
(120,122,136)
#6A6C77
(106,108,119)
#5C5E66
(92,94,102)
#4E5055
(78,80,85)
#404244
(64,66,68)
#323433
(50,52,51)
#242622
(36,38,34)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #A2A4BB

#A2A4BB
(162,164,187)
#AAACC1
(170,172,193)
#B2B4C7
(178,180,199)
#BABCCD
(186,188,205)
#C2C4D3
(194,196,211)
#CACCD9
(202,204,217)
#D2D4DF
(210,212,223)
#DADCE5
(218,220,229)
#E2E4EB
(226,228,235)
#EAECF1
(234,236,241)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A4BB color. Also use rgb(162,164,187) instead hex code.

Text Font Color

.myTextColor { color: #A2A4BB; }

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

This text font color is #A2A4BB.


Background Color

.myBgColor { background-color: #A2A4BB; }

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

This div background color is #A2A4BB.


Border color

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

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

This div border color is #A2A4BB.


Opacity

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

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

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

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

This text has shadow with #A2A4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A4BB on black background.


Color preview on white background

This text has color #A2A4BB on white background.



Black color preview on #A2A4BB background

This text has black color on #A2A4BB background.


White color preview on #A2A4BB background

This text has white color on #A2A4BB background.