COLOR #ABAE96

HEX: #ABAE96
RGB: (171,174,150)

Color info

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

RGB color model

#ABAE96 color RGB value is (171,174,150).

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

RGB channels and saturation

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

171
174
150

R + G + B ~ 65%. #ABAE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 150 = 495 (100%)
R 171 of 495 ~ 34.55%
G 174 of 495 ~ 35.15%
B 150 of 495 ~ 30.3%

%34.55
%35.15
%30.3

CMYK color model

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

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

CMYK percentages

%1.72
%0
%13.79
%31.76

Codes

Color #ABAE96 in popluar color models

ABAE96
RGB171174150
HSL68°12.90%63.53%
HSB/HSV68°13.79%68.24%
CMYK1.72%0.00%13.79%
31.76%

Color #ABAE96 in popluar number systems.

HEXABAE96
Decimal171174150
Binary101010111010111010010110
Octal253256226

Shades and tints

Shades of #ABAE96

#ABAE96
(171,174,150)
#9C9F89
(156,159,137)
#8D907C
(141,144,124)
#7E816F
(126,129,111)
#6F7262
(111,114,98)
#606355
(96,99,85)
#515448
(81,84,72)
#42453B
(66,69,59)
#33362E
(51,54,46)
#242721
(36,39,33)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #ABAE96

#ABAE96
(171,174,150)
#B2B59F
(178,181,159)
#B9BCA8
(185,188,168)
#C0C3B1
(192,195,177)
#C7CABA
(199,202,186)
#CED1C3
(206,209,195)
#D5D8CC
(213,216,204)
#DCDFD5
(220,223,213)
#E3E6DE
(227,230,222)
#EAEDE7
(234,237,231)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAE96; }

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

This text font color is #ABAE96.


Background Color

.myBgColor { background-color: #ABAE96; }

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

This div background color is #ABAE96.


Border color

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

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

This div border color is #ABAE96.


Opacity

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

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

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

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

This text has shadow with #ABAE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAE96 on black background.


Color preview on white background

This text has color #ABAE96 on white background.



Black color preview on #ABAE96 background

This text has black color on #ABAE96 background.


White color preview on #ABAE96 background

This text has white color on #ABAE96 background.