COLOR #ABAE83

HEX: #ABAE83
RGB: (171,174,131)

Color info

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

RGB color model

#ABAE83 color RGB value is (171,174,131).

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

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 131 of 255 = 51%

171
174
131

R + G + B ~ 62%. #ABAE83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 131 = 476 (100%)
R 171 of 476 ~ 35.92%
G 174 of 476 ~ 36.55%
B 131 of 476 ~ 27.52%

%35.92
%36.55
%27.52

CMYK color model

#ABAE83 color CMYK value is (2,0,25,32).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 24.71%
  • key color value is 31.76%
CMYK: (2,0,25,32) C2M0Y25K32 (2%,0%,25%,32%) (0.02/0.00/0.25/0.32)

CMYK percentages

%1.72
%0
%24.71
%31.76

Codes

Color #ABAE83 in popluar color models

ABAE83
RGB171174131
HSL64°20.98%59.80%
HSB/HSV64°24.71%68.24%
CMYK1.72%0.00%24.71%
31.76%

Color #ABAE83 in popluar number systems.

HEXABAE83
Decimal171174131
Binary101010111010111010000011
Octal253256203

Shades and tints

Shades of #ABAE83

#ABAE83
(171,174,131)
#9C9F78
(156,159,120)
#8D906D
(141,144,109)
#7E8162
(126,129,98)
#6F7257
(111,114,87)
#60634C
(96,99,76)
#515441
(81,84,65)
#424536
(66,69,54)
#33362B
(51,54,43)
#242720
(36,39,32)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #ABAE83

#ABAE83
(171,174,131)
#B2B58E
(178,181,142)
#B9BC99
(185,188,153)
#C0C3A4
(192,195,164)
#C7CAAF
(199,202,175)
#CED1BA
(206,209,186)
#D5D8C5
(213,216,197)
#DCDFD0
(220,223,208)
#E3E6DB
(227,230,219)
#EAEDE6
(234,237,230)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAE83; }

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

This text font color is #ABAE83.


Background Color

.myBgColor { background-color: #ABAE83; }

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

This div background color is #ABAE83.


Border color

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

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

This div border color is #ABAE83.


Opacity

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

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

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

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

This text has shadow with #ABAE83 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ABAE83 on black background.


Color preview on white background

This text has color #ABAE83 on white background.



Black color preview on #ABAE83 background

This text has black color on #ABAE83 background.


White color preview on #ABAE83 background

This text has white color on #ABAE83 background.