COLOR #ABAEA1

HEX: #ABAEA1
RGB: (171,174,161)

Color info

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

RGB color model

#ABAEA1 color RGB value is (171,174,161).

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

RGB channels and saturation

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

171
174
161

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

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 161 = 506 (100%)
R 171 of 506 ~ 33.79%
G 174 of 506 ~ 34.39%
B 161 of 506 ~ 31.82%

%33.79
%34.39
%31.82

CMYK color model

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

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

CMYK percentages

%1.72
%0
%7.47
%31.76

Codes

Color #ABAEA1 in popluar color models

ABAEA1
RGB171174161
HSL74°7.43%65.69%
HSB/HSV74°7.47%68.24%
CMYK1.72%0.00%7.47%
31.76%

Color #ABAEA1 in popluar number systems.

HEXABAEA1
Decimal171174161
Binary101010111010111010100001
Octal253256241

Shades and tints

Shades of #ABAEA1

#ABAEA1
(171,174,161)
#9C9F93
(156,159,147)
#8D9085
(141,144,133)
#7E8177
(126,129,119)
#6F7269
(111,114,105)
#60635B
(96,99,91)
#51544D
(81,84,77)
#42453F
(66,69,63)
#333631
(51,54,49)
#242723
(36,39,35)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #ABAEA1

#ABAEA1
(171,174,161)
#B2B5A9
(178,181,169)
#B9BCB1
(185,188,177)
#C0C3B9
(192,195,185)
#C7CAC1
(199,202,193)
#CED1C9
(206,209,201)
#D5D8D1
(213,216,209)
#DCDFD9
(220,223,217)
#E3E6E1
(227,230,225)
#EAEDE9
(234,237,233)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEA1; }

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

This text font color is #ABAEA1.


Background Color

.myBgColor { background-color: #ABAEA1; }

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

This div background color is #ABAEA1.


Border color

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

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

This div border color is #ABAEA1.


Opacity

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

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

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

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

This text has shadow with #ABAEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAEA1 on black background.


Color preview on white background

This text has color #ABAEA1 on white background.



Black color preview on #ABAEA1 background

This text has black color on #ABAEA1 background.


White color preview on #ABAEA1 background

This text has white color on #ABAEA1 background.