COLOR #ABAEB0

HEX: #ABAEB0
RGB: (171,174,176)

Color info

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

RGB color model

#ABAEB0 color RGB value is (171,174,176).

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

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 176 of 255 = 69%

171
174
176

R + G + B ~ 68%. #ABAEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 176 = 521 (100%)
R 171 of 521 ~ 32.82%
G 174 of 521 ~ 33.4%
B 176 of 521 ~ 33.78%

%32.82
%33.4
%33.78

CMYK color model

#ABAEB0 color CMYK value is (3,1,0,31).

  • cyan value is 2.84%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(3,1,0,31)
C3M1Y0K31 
(3%,1%,0%,31%)
(0.03/0.01/0.00/0.31)	

CMYK percentages

%2.84
%1.14
%0
%30.98

Codes

Color #ABAEB0 in popluar color models

ABAEB0
RGB171174176
HSL204°3.07%68.04%
HSB/HSV204°2.84%69.02%
CMYK2.84%1.14%0.00%
30.98%

Color #ABAEB0 in popluar number systems.

HEXABAEB0
Decimal171174176
Binary101010111010111010110000
Octal253256260

Shades and tints

Shades of #ABAEB0

#ABAEB0
(171,174,176)
#9C9FA0
(156,159,160)
#8D9090
(141,144,144)
#7E8180
(126,129,128)
#6F7270
(111,114,112)
#606360
(96,99,96)
#515450
(81,84,80)
#424540
(66,69,64)
#333630
(51,54,48)
#242720
(36,39,32)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #ABAEB0

#ABAEB0
(171,174,176)
#B2B5B7
(178,181,183)
#B9BCBE
(185,188,190)
#C0C3C5
(192,195,197)
#C7CACC
(199,202,204)
#CED1D3
(206,209,211)
#D5D8DA
(213,216,218)
#DCDFE1
(220,223,225)
#E3E6E8
(227,230,232)
#EAEDEF
(234,237,239)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEB0; }

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

This text font color is #ABAEB0.


Background Color

.myBgColor { background-color: #ABAEB0; }

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

This div background color is #ABAEB0.


Border color

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

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

This div border color is #ABAEB0.


Opacity

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

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

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

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

This text has shadow with #ABAEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAEB0 on black background.


Color preview on white background

This text has color #ABAEB0 on white background.



Black color preview on #ABAEB0 background

This text has black color on #ABAEB0 background.


White color preview on #ABAEB0 background

This text has white color on #ABAEB0 background.