COLOR #A2ABCF

HEX: #A2ABCF
RGB: (162,171,207)

Color info

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

RGB color model

#A2ABCF color RGB value is (162,171,207).

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

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 207 of 255 = 81%

162
171
207

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

Portions of RGB colors in percentages

R + G + B =
162 + 171 + 207 = 540 (100%)
R 162 of 540 ~ 30%
G 171 of 540 ~ 31.67%
B 207 of 540 ~ 38.33%

%30
%31.67
%38.33

CMYK color model

#A2ABCF color CMYK value is (22,17,0,19).

  • cyan value is 21.74%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(22,17,0,19)
C22M17Y0K19 
(22%,17%,0%,19%)
(0.22/0.17/0.00/0.19)	

CMYK percentages

%21.74
%17.39
%0
%18.82

Codes

Color #A2ABCF in popluar color models

A2ABCF
RGB162171207
HSL228°31.91%72.35%
HSB/HSV228°21.74%81.18%
CMYK21.74%17.39%0.00%
18.82%

Color #A2ABCF in popluar number systems.

HEXA2ABCF
Decimal162171207
Binary101000101010101111001111
Octal242253317

Shades and tints

Shades of #A2ABCF

#A2ABCF
(162,171,207)
#949CBD
(148,156,189)
#868DAB
(134,141,171)
#787E99
(120,126,153)
#6A6F87
(106,111,135)
#5C6075
(92,96,117)
#4E5163
(78,81,99)
#404251
(64,66,81)
#32333F
(50,51,63)
#24242D
(36,36,45)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #A2ABCF

#A2ABCF
(162,171,207)
#AAB2D3
(170,178,211)
#B2B9D7
(178,185,215)
#BAC0DB
(186,192,219)
#C2C7DF
(194,199,223)
#CACEE3
(202,206,227)
#D2D5E7
(210,213,231)
#DADCEB
(218,220,235)
#E2E3EF
(226,227,239)
#EAEAF3
(234,234,243)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2ABCF; }

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

This text font color is #A2ABCF.


Background Color

.myBgColor { background-color: #A2ABCF; }

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

This div background color is #A2ABCF.


Border color

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

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

This div border color is #A2ABCF.


Opacity

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

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

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

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

This text has shadow with #A2ABCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2ABCF on black background.


Color preview on white background

This text has color #A2ABCF on white background.



Black color preview on #A2ABCF background

This text has black color on #A2ABCF background.


White color preview on #A2ABCF background

This text has white color on #A2ABCF background.