COLOR #ABAEB8

HEX: #ABAEB8
RGB: (171,174,184)

Color info

#ABAEB8 contains red, green and blue colors in about the same proportion. Web safe color of #ABAEB8 is #9999CC (or #99C).

RGB color model

#ABAEB8 color RGB value is (171,174,184).

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

RGB channels and saturation

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

171
174
184

R + G + B ~ 69%. #ABAEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 184 = 529 (100%)
R 171 of 529 ~ 32.33%
G 174 of 529 ~ 32.89%
B 184 of 529 ~ 34.78%

%32.33
%32.89
%34.78

CMYK color model

#ABAEB8 color CMYK value is (7,5,0,28).

  • cyan value is 7.07%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(7,5,0,28)
C7M5Y0K28 
(7%,5%,0%,28%)
(0.07/0.05/0.00/0.28)	

CMYK percentages

%7.07
%5.43
%0
%27.84

Codes

Color #ABAEB8 in popluar color models

ABAEB8
RGB171174184
HSL226°8.39%69.61%
HSB/HSV226°7.07%72.16%
CMYK7.07%5.43%0.00%
27.84%

Color #ABAEB8 in popluar number systems.

HEXABAEB8
Decimal171174184
Binary101010111010111010111000
Octal253256270

Shades and tints

Shades of #ABAEB8

#ABAEB8
(171,174,184)
#9C9FA8
(156,159,168)
#8D9098
(141,144,152)
#7E8188
(126,129,136)
#6F7278
(111,114,120)
#606368
(96,99,104)
#515458
(81,84,88)
#424548
(66,69,72)
#333638
(51,54,56)
#242728
(36,39,40)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #ABAEB8

#ABAEB8
(171,174,184)
#B2B5BE
(178,181,190)
#B9BCC4
(185,188,196)
#C0C3CA
(192,195,202)
#C7CAD0
(199,202,208)
#CED1D6
(206,209,214)
#D5D8DC
(213,216,220)
#DCDFE2
(220,223,226)
#E3E6E8
(227,230,232)
#EAEDEE
(234,237,238)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEB8; }

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

This text font color is #ABAEB8.


Background Color

.myBgColor { background-color: #ABAEB8; }

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

This div background color is #ABAEB8.


Border color

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

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

This div border color is #ABAEB8.


Opacity

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

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

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

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

This text has shadow with #ABAEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAEB8 on black background.


Color preview on white background

This text has color #ABAEB8 on white background.



Black color preview on #ABAEB8 background

This text has black color on #ABAEB8 background.


White color preview on #ABAEB8 background

This text has white color on #ABAEB8 background.