COLOR #A7ABAE

HEX: #A7ABAE RGB: (167,171,174)

Color info

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

RGB color model

#A7ABAE color RGB value is (167,171,174).

RGB: (167,171,174) (65%, 67%, 68%)

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 174 of 255 = 68%

167
171
174

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

Portions of RGB colors in percentages

R + G + B = 167 + 171 + 174 = 512 (100%)
R 167 of 512 ~ 32.62%
G 171 of 512 ~ 33.4%
B 174 of 512 ~ 33.98'%

%32.62
%33.4
%33.98

CMYK color model

#A7ABAE color CMYK value is (4,2,0,32).

  • cyan value is 4.02%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (4,2,0,32) C4M2Y0K32 (4%,2%,0%,32%) (0.04/0.02/0.00/0.32) 

CMYK percentages

%4.02
%1.72
%0
%31.76

Codes

Color #A7ABAE in popluar color models

A7 AB AE
RGB 167 171 174
HSL 206° 4.14% 66.86%
HSB/HSV 206° 4.02% 68.24%
CMYK 4.02% 1.72% 0.00%
31.76%

Color #A7ABAE in popluar number systems.

HEX A7 AB AE
Decimal 167 171 174
Binary 10100111 10101011 10101110
Octal 247 253 256

Shades and tints

Shades of #A7ABAE

#A7ABAE
(167,171,174)
#989C9F
(152,156,159)
#898D90
(137,141,144)
#7A7E81
(122,126,129)
#6B6F72
(107,111,114)
#5C6063
(92,96,99)
#4D5154
(77,81,84)
#3E4245
(62,66,69)
#2F3336
(47,51,54)
#202427
(32,36,39)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #A7ABAE

#A7ABAE
(167,171,174)
#AFB2B5
(175,178,181)
#B7B9BC
(183,185,188)
#BFC0C3
(191,192,195)
#C7C7CA
(199,199,202)
#CFCED1
(207,206,209)
#D7D5D8
(215,213,216)
#DFDCDF
(223,220,223)
#E7E3E6
(231,227,230)
#EFEAED
(239,234,237)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ABAE; }

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

This text font color is #A7ABAE.

Background Color

.myBgColor { background-color: #A7ABAE; }

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

This div background color is #A7ABAE.

Border color

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

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

This div border color is #A7ABAE.

Opacity

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

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

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

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

This text has shadow with #A7ABAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ABAE.

Preview

Color preview on black background

This text has color #A7ABAE on black background.


Color preview on white background

This text has color #A7ABAE on white background.


Black color preview on #A7ABAE background

This text has black color on #A7ABAE background.


White color preview on #A7ABAE background

This text has white color on #A7ABAE background.


Related colors

Complementary color

Complementary color for #hex is #585451.


I love getcolorcode.com

Triadic colors

1 #AEA7AB and #ABAEA7 with #A7ABAE are triadic colors.

2 #AEABA7 and #ABA7AE with #A7ABAE are triadic colors.