COLOR #ABA7AE

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

Color info

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

RGB color model

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

  • red value is 171;
  • green value is 167;
  • blue value is 174.
RGB:
(171,167,174)
(67%,65%,68%)

RGB channels and saturation

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

171
167
174

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

Portions of RGB colors in percentages

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

%33.4
%32.62
%33.98

CMYK color model

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

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

CMYK percentages

%1.72
%4.02
%0
%31.76

Codes

Color #ABA7AE in popluar color models

ABA7AE
RGB171167174
HSL274°4.14%66.86%
HSB/HSV274°4.02%68.24%
CMYK1.72%4.02%0.00%
31.76%

Color #ABA7AE in popluar number systems.

HEXABA7AE
Decimal171167174
Binary101010111010011110101110
Octal253247256

Shades and tints

Shades of #ABA7AE

#ABA7AE
(171,167,174)
#9C989F
(156,152,159)
#8D8990
(141,137,144)
#7E7A81
(126,122,129)
#6F6B72
(111,107,114)
#605C63
(96,92,99)
#514D54
(81,77,84)
#423E45
(66,62,69)
#332F36
(51,47,54)
#242027
(36,32,39)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #ABA7AE

#ABA7AE
(171,167,174)
#B2AFB5
(178,175,181)
#B9B7BC
(185,183,188)
#C0BFC3
(192,191,195)
#C7C7CA
(199,199,202)
#CECFD1
(206,207,209)
#D5D7D8
(213,215,216)
#DCDFDF
(220,223,223)
#E3E7E6
(227,231,230)
#EAEFED
(234,239,237)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA7AE; }

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

This text font color is #ABA7AE.


Background Color

.myBgColor { background-color: #ABA7AE; }

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

This div background color is #ABA7AE.


Border color

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

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

This div border color is #ABA7AE.


Opacity

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

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

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

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

This text has shadow with #ABA7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA7AE on black background.


Color preview on white background

This text has color #ABA7AE on white background.



Black color preview on #ABA7AE background

This text has black color on #ABA7AE background.


White color preview on #ABA7AE background

This text has white color on #ABA7AE background.