COLOR #ABAE92

HEX: #ABAE92
RGB: (171,174,146)

Color info

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

RGB color model

#ABAE92 color RGB value is (171,174,146).

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

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 146 of 255 = 57%

171
174
146

R + G + B ~ 64%. #ABAE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 146 = 491 (100%)
R 171 of 491 ~ 34.83%
G 174 of 491 ~ 35.44%
B 146 of 491 ~ 29.74%

%34.83
%35.44
%29.74

CMYK color model

#ABAE92 color CMYK value is (2,0,16,32).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(2,0,16,32)
C2M0Y16K32 
(2%,0%,16%,32%)
(0.02/0.00/0.16/0.32)	

CMYK percentages

%1.72
%0
%16.09
%31.76

Codes

Color #ABAE92 in popluar color models

ABAE92
RGB171174146
HSL66°14.74%62.75%
HSB/HSV66°16.09%68.24%
CMYK1.72%0.00%16.09%
31.76%

Color #ABAE92 in popluar number systems.

HEXABAE92
Decimal171174146
Binary101010111010111010010010
Octal253256222

Shades and tints

Shades of #ABAE92

#ABAE92
(171,174,146)
#9C9F85
(156,159,133)
#8D9078
(141,144,120)
#7E816B
(126,129,107)
#6F725E
(111,114,94)
#606351
(96,99,81)
#515444
(81,84,68)
#424537
(66,69,55)
#33362A
(51,54,42)
#24271D
(36,39,29)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #ABAE92

#ABAE92
(171,174,146)
#B2B59B
(178,181,155)
#B9BCA4
(185,188,164)
#C0C3AD
(192,195,173)
#C7CAB6
(199,202,182)
#CED1BF
(206,209,191)
#D5D8C8
(213,216,200)
#DCDFD1
(220,223,209)
#E3E6DA
(227,230,218)
#EAEDE3
(234,237,227)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAE92; }

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

This text font color is #ABAE92.


Background Color

.myBgColor { background-color: #ABAE92; }

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

This div background color is #ABAE92.


Border color

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

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

This div border color is #ABAE92.


Opacity

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

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

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

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

This text has shadow with #ABAE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAE92 on black background.


Color preview on white background

This text has color #ABAE92 on white background.



Black color preview on #ABAE92 background

This text has black color on #ABAE92 background.


White color preview on #ABAE92 background

This text has white color on #ABAE92 background.