COLOR #ABAEAE

HEX: #ABAEAE
RGB: (171,174,174)

Color info

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

RGB color model

#ABAEAE color RGB value is (171,174,174).

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

RGB channels and saturation

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

171
174
174

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

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 174 = 519 (100%)
R 171 of 519 ~ 32.95%
G 174 of 519 ~ 33.53%
B 174 of 519 ~ 33.53%

%32.95
%33.53
%33.53

CMYK color model

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

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

CMYK percentages

%1.72
%0
%0
%31.76

Codes

Color #ABAEAE in popluar color models

ABAEAE
RGB171174174
HSL180°1.82%67.65%
HSB/HSV180°1.72%68.24%
CMYK1.72%0.00%0.00%
31.76%

Color #ABAEAE in popluar number systems.

HEXABAEAE
Decimal171174174
Binary101010111010111010101110
Octal253256256

Shades and tints

Shades of #ABAEAE

#ABAEAE
(171,174,174)
#9C9F9F
(156,159,159)
#8D9090
(141,144,144)
#7E8181
(126,129,129)
#6F7272
(111,114,114)
#606363
(96,99,99)
#515454
(81,84,84)
#424545
(66,69,69)
#333636
(51,54,54)
#242727
(36,39,39)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #ABAEAE

#ABAEAE
(171,174,174)
#B2B5B5
(178,181,181)
#B9BCBC
(185,188,188)
#C0C3C3
(192,195,195)
#C7CACA
(199,202,202)
#CED1D1
(206,209,209)
#D5D8D8
(213,216,216)
#DCDFDF
(220,223,223)
#E3E6E6
(227,230,230)
#EAEDED
(234,237,237)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEAE; }

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

This text font color is #ABAEAE.


Background Color

.myBgColor { background-color: #ABAEAE; }

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

This div background color is #ABAEAE.


Border color

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

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

This div border color is #ABAEAE.


Opacity

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

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

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

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

This text has shadow with #ABAEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAEAE on black background.


Color preview on white background

This text has color #ABAEAE on white background.



Black color preview on #ABAEAE background

This text has black color on #ABAEAE background.


White color preview on #ABAEAE background

This text has white color on #ABAEAE background.