COLOR #ABB086

HEX: #ABB086
RGB: (171,176,134)

Color info

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

RGB color model

#ABB086 color RGB value is (171,176,134).

  • red value is 171;
  • green value is 176;
  • blue value is 134.
RGB:
(171,176,134)
(67%,69%,53%)

RGB channels and saturation

R 171 of 255 = 67%
G 176 of 255 = 69%
B 134 of 255 = 53%

171
176
134

R + G + B ~ 63%. #ABB086 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 176 + 134 = 481 (100%)
R 171 of 481 ~ 35.55%
G 176 of 481 ~ 36.59%
B 134 of 481 ~ 27.86%

%35.55
%36.59
%27.86

CMYK color model

#ABB086 color CMYK value is (3,0,24,31).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 30.98%
CMYK:
(3,0,24,31)
C3M0Y24K31 
(3%,0%,24%,31%)
(0.03/0.00/0.24/0.31)	

CMYK percentages

%2.84
%0
%23.86
%30.98

Codes

Color #ABB086 in popluar color models

ABB086
RGB171176134
HSL67°21.00%60.78%
HSB/HSV67°23.86%69.02%
CMYK2.84%0.00%23.86%
30.98%

Color #ABB086 in popluar number systems.

HEXABB086
Decimal171176134
Binary101010111011000010000110
Octal253260206

Shades and tints

Shades of #ABB086

#ABB086
(171,176,134)
#9CA07A
(156,160,122)
#8D906E
(141,144,110)
#7E8062
(126,128,98)
#6F7056
(111,112,86)
#60604A
(96,96,74)
#51503E
(81,80,62)
#424032
(66,64,50)
#333026
(51,48,38)
#24201A
(36,32,26)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #ABB086

#ABB086
(171,176,134)
#B2B791
(178,183,145)
#B9BE9C
(185,190,156)
#C0C5A7
(192,197,167)
#C7CCB2
(199,204,178)
#CED3BD
(206,211,189)
#D5DAC8
(213,218,200)
#DCE1D3
(220,225,211)
#E3E8DE
(227,232,222)
#EAEFE9
(234,239,233)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB086 color. Also use rgb(171,176,134) instead hex code.

Text Font Color

.myTextColor { color: #ABB086; }

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

This text font color is #ABB086.


Background Color

.myBgColor { background-color: #ABB086; }

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

This div background color is #ABB086.


Border color

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

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

This div border color is #ABB086.


Opacity

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

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

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

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

This text has shadow with #ABB086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB086 on black background.


Color preview on white background

This text has color #ABB086 on white background.



Black color preview on #ABB086 background

This text has black color on #ABB086 background.


White color preview on #ABB086 background

This text has white color on #ABB086 background.