COLOR #A2ABC0

HEX: #A2ABC0
RGB: (162,171,192)

Color info

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

RGB color model

#A2ABC0 color RGB value is (162,171,192).

  • red value is 162;
  • green value is 171;
  • blue value is 192.
RGB:
(162,171,192)
(64%,67%,75%)

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 192 of 255 = 75%

162
171
192

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

Portions of RGB colors in percentages

R + G + B =
162 + 171 + 192 = 525 (100%)
R 162 of 525 ~ 30.86%
G 171 of 525 ~ 32.57%
B 192 of 525 ~ 36.57%

%30.86
%32.57
%36.57

CMYK color model

#A2ABC0 color CMYK value is (16,11,0,25).

  • cyan value is 15.63%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(16,11,0,25)
C16M11Y0K25 
(16%,11%,0%,25%)
(0.16/0.11/0.00/0.25)	

CMYK percentages

%15.63
%10.94
%0
%24.71

Codes

Color #A2ABC0 in popluar color models

A2ABC0
RGB162171192
HSL222°19.23%69.41%
HSB/HSV222°15.63%75.29%
CMYK15.63%10.94%0.00%
24.71%

Color #A2ABC0 in popluar number systems.

HEXA2ABC0
Decimal162171192
Binary101000101010101111000000
Octal242253300

Shades and tints

Shades of #A2ABC0

#A2ABC0
(162,171,192)
#949CAF
(148,156,175)
#868D9E
(134,141,158)
#787E8D
(120,126,141)
#6A6F7C
(106,111,124)
#5C606B
(92,96,107)
#4E515A
(78,81,90)
#404249
(64,66,73)
#323338
(50,51,56)
#242427
(36,36,39)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #A2ABC0

#A2ABC0
(162,171,192)
#AAB2C5
(170,178,197)
#B2B9CA
(178,185,202)
#BAC0CF
(186,192,207)
#C2C7D4
(194,199,212)
#CACED9
(202,206,217)
#D2D5DE
(210,213,222)
#DADCE3
(218,220,227)
#E2E3E8
(226,227,232)
#EAEAED
(234,234,237)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2ABC0 color. Also use rgb(162,171,192) instead hex code.

Text Font Color

.myTextColor { color: #A2ABC0; }

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

This text font color is #A2ABC0.


Background Color

.myBgColor { background-color: #A2ABC0; }

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

This div background color is #A2ABC0.


Border color

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

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

This div border color is #A2ABC0.


Opacity

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

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

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

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

This text has shadow with #A2ABC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2ABC0 on black background.


Color preview on white background

This text has color #A2ABC0 on white background.



Black color preview on #A2ABC0 background

This text has black color on #A2ABC0 background.


White color preview on #A2ABC0 background

This text has white color on #A2ABC0 background.