COLOR #ABAEA5

HEX: #ABAEA5
RGB: (171,174,165)

Color info

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

RGB color model

#ABAEA5 color RGB value is (171,174,165).

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

RGB channels and saturation

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

171
174
165

R + G + B ~ 67%. #ABAEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 165 = 510 (100%)
R 171 of 510 ~ 33.53%
G 174 of 510 ~ 34.12%
B 165 of 510 ~ 32.35%

%33.53
%34.12
%32.35

CMYK color model

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

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

CMYK percentages

%1.72
%0
%5.17
%31.76

Codes

Color #ABAEA5 in popluar color models

ABAEA5
RGB171174165
HSL80°5.26%66.47%
HSB/HSV80°5.17%68.24%
CMYK1.72%0.00%5.17%
31.76%

Color #ABAEA5 in popluar number systems.

HEXABAEA5
Decimal171174165
Binary101010111010111010100101
Octal253256245

Shades and tints

Shades of #ABAEA5

#ABAEA5
(171,174,165)
#9C9F96
(156,159,150)
#8D9087
(141,144,135)
#7E8178
(126,129,120)
#6F7269
(111,114,105)
#60635A
(96,99,90)
#51544B
(81,84,75)
#42453C
(66,69,60)
#33362D
(51,54,45)
#24271E
(36,39,30)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #ABAEA5

#ABAEA5
(171,174,165)
#B2B5AD
(178,181,173)
#B9BCB5
(185,188,181)
#C0C3BD
(192,195,189)
#C7CAC5
(199,202,197)
#CED1CD
(206,209,205)
#D5D8D5
(213,216,213)
#DCDFDD
(220,223,221)
#E3E6E5
(227,230,229)
#EAEDED
(234,237,237)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEA5; }

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

This text font color is #ABAEA5.


Background Color

.myBgColor { background-color: #ABAEA5; }

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

This div background color is #ABAEA5.


Border color

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

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

This div border color is #ABAEA5.


Opacity

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

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

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

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

This text has shadow with #ABAEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAEA5 on black background.


Color preview on white background

This text has color #ABAEA5 on white background.



Black color preview on #ABAEA5 background

This text has black color on #ABAEA5 background.


White color preview on #ABAEA5 background

This text has white color on #ABAEA5 background.