COLOR #ABAEB9

HEX: #ABAEB9
RGB: (171,174,185)

Color info

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

RGB color model

#ABAEB9 color RGB value is (171,174,185).

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

RGB channels and saturation

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

171
174
185

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

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 185 = 530 (100%)
R 171 of 530 ~ 32.26%
G 174 of 530 ~ 32.83%
B 185 of 530 ~ 34.91%

%32.26
%32.83
%34.91

CMYK color model

#ABAEB9 color CMYK value is (8,6,0,27).

  • cyan value is 7.57%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(8,6,0,27)
C8M6Y0K27 
(8%,6%,0%,27%)
(0.08/0.06/0.00/0.27)	

CMYK percentages

%7.57
%5.95
%0
%27.45

Codes

Color #ABAEB9 in popluar color models

ABAEB9
RGB171174185
HSL227°9.09%69.80%
HSB/HSV227°7.57%72.55%
CMYK7.57%5.95%0.00%
27.45%

Color #ABAEB9 in popluar number systems.

HEXABAEB9
Decimal171174185
Binary101010111010111010111001
Octal253256271

Shades and tints

Shades of #ABAEB9

#ABAEB9
(171,174,185)
#9C9FA9
(156,159,169)
#8D9099
(141,144,153)
#7E8189
(126,129,137)
#6F7279
(111,114,121)
#606369
(96,99,105)
#515459
(81,84,89)
#424549
(66,69,73)
#333639
(51,54,57)
#242729
(36,39,41)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #ABAEB9

#ABAEB9
(171,174,185)
#B2B5BF
(178,181,191)
#B9BCC5
(185,188,197)
#C0C3CB
(192,195,203)
#C7CAD1
(199,202,209)
#CED1D7
(206,209,215)
#D5D8DD
(213,216,221)
#DCDFE3
(220,223,227)
#E3E6E9
(227,230,233)
#EAEDEF
(234,237,239)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEB9; }

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

This text font color is #ABAEB9.


Background Color

.myBgColor { background-color: #ABAEB9; }

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

This div background color is #ABAEB9.


Border color

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

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

This div border color is #ABAEB9.


Opacity

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

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

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

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

This text has shadow with #ABAEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAEB9 on black background.


Color preview on white background

This text has color #ABAEB9 on white background.



Black color preview on #ABAEB9 background

This text has black color on #ABAEB9 background.


White color preview on #ABAEB9 background

This text has white color on #ABAEB9 background.