COLOR #ABAEA0

HEX: #ABAEA0
RGB: (171,174,160)

Color info

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

RGB color model

#ABAEA0 color RGB value is (171,174,160).

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

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 160 of 255 = 63%

171
174
160

R + G + B ~ 66%. #ABAEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 160 = 505 (100%)
R 171 of 505 ~ 33.86%
G 174 of 505 ~ 34.46%
B 160 of 505 ~ 31.68%

%33.86
%34.46
%31.68

CMYK color model

#ABAEA0 color CMYK value is (2,0,8,32).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 31.76%
CMYK:
(2,0,8,32)
C2M0Y8K32 
(2%,0%,8%,32%)
(0.02/0.00/0.08/0.32)	

CMYK percentages

%1.72
%0
%8.05
%31.76

Codes

Color #ABAEA0 in popluar color models

ABAEA0
RGB171174160
HSL73°7.95%65.49%
HSB/HSV73°8.05%68.24%
CMYK1.72%0.00%8.05%
31.76%

Color #ABAEA0 in popluar number systems.

HEXABAEA0
Decimal171174160
Binary101010111010111010100000
Octal253256240

Shades and tints

Shades of #ABAEA0

#ABAEA0
(171,174,160)
#9C9F92
(156,159,146)
#8D9084
(141,144,132)
#7E8176
(126,129,118)
#6F7268
(111,114,104)
#60635A
(96,99,90)
#51544C
(81,84,76)
#42453E
(66,69,62)
#333630
(51,54,48)
#242722
(36,39,34)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #ABAEA0

#ABAEA0
(171,174,160)
#B2B5A8
(178,181,168)
#B9BCB0
(185,188,176)
#C0C3B8
(192,195,184)
#C7CAC0
(199,202,192)
#CED1C8
(206,209,200)
#D5D8D0
(213,216,208)
#DCDFD8
(220,223,216)
#E3E6E0
(227,230,224)
#EAEDE8
(234,237,232)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEA0; }

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

This text font color is #ABAEA0.


Background Color

.myBgColor { background-color: #ABAEA0; }

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

This div background color is #ABAEA0.


Border color

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

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

This div border color is #ABAEA0.


Opacity

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

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

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

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

This text has shadow with #ABAEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAEA0 on black background.


Color preview on white background

This text has color #ABAEA0 on white background.



Black color preview on #ABAEA0 background

This text has black color on #ABAEA0 background.


White color preview on #ABAEA0 background

This text has white color on #ABAEA0 background.