COLOR #A7ABB2

HEX: #A7ABB2 RGB: (167,171,178)

Color info

#A7ABB2 contains red, green and blue colors in about the same proportion. Web safe color of #A7ABB2 is #999999 (or #999).

RGB color model

#A7ABB2 color RGB value is (167,171,178).

RGB: (167,171,178) (65%, 67%, 70%)

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 178 of 255 = 70%

167
171
178

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

Portions of RGB colors in percentages

R + G + B = 167 + 171 + 178 = 516 (100%)
R 167 of 516 ~ 32.36%
G 171 of 516 ~ 33.14%
B 178 of 516 ~ 34.5'%

%32.36
%33.14
%34.5

CMYK color model

#A7ABB2 color CMYK value is (6,4,0,30).

  • cyan value is 6.18%
  • magenta value is 3.93%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (6,4,0,30)
C6M4Y0K30 (6%, 4%, 0%, 30%)
(0.06 / 0.04 / 0.00 / 0.30)

CMYK percentages

%6.18
%3.93
%0
%30.2

Codes

Color #A7ABB2 in popluar color models

A7 AB B2
RGB 167 171 178
HSL 218° 6.67% 67.65%
HSB/HSV 218° 6.18% 69.80%
CMYK 6.18% 3.93% 0.00%
30.20%

Color #A7ABB2 in popluar number systems.

HEX A7 AB B2
Decimal 167 171 178
Binary 10100111 10101011 10110010
Octal 247 253 262

Shades and tints

Shades of #A7ABB2

#A7ABB2
(167,171,178)
#989CA2
(152,156,162)
#898D92
(137,141,146)
#7A7E82
(122,126,130)
#6B6F72
(107,111,114)
#5C6062
(92,96,98)
#4D5152
(77,81,82)
#3E4242
(62,66,66)
#2F3332
(47,51,50)
#202422
(32,36,34)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A7ABB2

#A7ABB2
(167,171,178)
#AFB2B9
(175,178,185)
#B7B9C0
(183,185,192)
#BFC0C7
(191,192,199)
#C7C7CE
(199,199,206)
#CFCED5
(207,206,213)
#D7D5DC
(215,213,220)
#DFDCE3
(223,220,227)
#E7E3EA
(231,227,234)
#EFEAF1
(239,234,241)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7ABB2 color. Also use rgb(167,171,178) instead hex code.

Text Font Color

.myTextColor { color: #A7ABB2; }

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

This text font color is #A7ABB2.

Background Color

.myBgColor { background-color: #A7ABB2; }

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

This div background color is #A7ABB2.

Border color

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

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

This div border color is #A7ABB2.

Opacity

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

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

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

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

This text has shadow with #A7ABB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ABB2.

Preview

Color preview on black background

This text has color #A7ABB2 on black background.


Color preview on white background

This text has color #A7ABB2 on white background.


Black color preview on #A7ABB2 background

This text has black color on #A7ABB2 background.


White color preview on #A7ABB2 background

This text has white color on #A7ABB2 background.


Related colors

Complementary color

Complementary color for #hex is #58544D.


I love getcolorcode.com

Triadic colors

1 #B2A7AB and #ABB2A7 with #A7ABB2 are triadic colors.

2 #B2ABA7 and #ABA7B2 with #A7ABB2 are triadic colors.