COLOR #A2ABC7

HEX: #A2ABC7 RGB: (162,171,199)

Color info

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

RGB color model

#A2ABC7 color RGB value is (162,171,199).

RGB: (162,171,199) (64%, 67%, 78%)

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 199 of 255 = 78%

162
171
199

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

Portions of RGB colors in percentages

R + G + B = 162 + 171 + 199 = 532 (100%)
R 162 of 532 ~ 30.45%
G 171 of 532 ~ 32.14%
B 199 of 532 ~ 37.41'%

%30.45
%32.14
%37.41

CMYK color model

#A2ABC7 color CMYK value is (19,14,0,22).

  • cyan value is 18.59%
  • magenta value is 14.07%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (19,14,0,22)
C19M14Y0K22 (19%, 14%, 0%, 22%)
(0.19 / 0.14 / 0.00 / 0.22)

CMYK percentages

%18.59
%14.07
%0
%21.96

Codes

Color #A2ABC7 in popluar color models

A2 AB C7
RGB 162 171 199
HSL 225° 24.83% 70.78%
HSB/HSV 225° 18.59% 78.04%
CMYK 18.59% 14.07% 0.00%
21.96%

Color #A2ABC7 in popluar number systems.

HEX A2 AB C7
Decimal 162 171 199
Binary 10100010 10101011 11000111
Octal 242 253 307

Shades and tints

Shades of #A2ABC7

#A2ABC7
(162,171,199)
#949CB5
(148,156,181)
#868DA3
(134,141,163)
#787E91
(120,126,145)
#6A6F7F
(106,111,127)
#5C606D
(92,96,109)
#4E515B
(78,81,91)
#404249
(64,66,73)
#323337
(50,51,55)
#242425
(36,36,37)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #A2ABC7

#A2ABC7
(162,171,199)
#AAB2CC
(170,178,204)
#B2B9D1
(178,185,209)
#BAC0D6
(186,192,214)
#C2C7DB
(194,199,219)
#CACEE0
(202,206,224)
#D2D5E5
(210,213,229)
#DADCEA
(218,220,234)
#E2E3EF
(226,227,239)
#EAEAF4
(234,234,244)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2ABC7; }

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

This text font color is #A2ABC7.

Background Color

.myBgColor { background-color: #A2ABC7; }

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

This div background color is #A2ABC7.

Border color

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

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

This div border color is #A2ABC7.

Opacity

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

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

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

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

This text has shadow with #A2ABC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2ABC7.

Preview

Color preview on black background

This text has color #A2ABC7 on black background.


Color preview on white background

This text has color #A2ABC7 on white background.


Black color preview on #A2ABC7 background

This text has black color on #A2ABC7 background.


White color preview on #A2ABC7 background

This text has white color on #A2ABC7 background.


Related colors

Complementary color

Complementary color for #hex is #5D5438.


I love getcolorcode.com

Triadic colors

1 #C7A2AB and #ABC7A2 with #A2ABC7 are triadic colors.

2 #C7ABA2 and #ABA2C7 with #A2ABC7 are triadic colors.