COLOR #ABB09A

HEX: #ABB09A
RGB: (171,176,154)

Color info

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

RGB color model

#ABB09A color RGB value is (171,176,154).

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

RGB channels and saturation

R 171 of 255 = 67%
G 176 of 255 = 69%
B 154 of 255 = 60%

171
176
154

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

Portions of RGB colors in percentages

R + G + B =
171 + 176 + 154 = 501 (100%)
R 171 of 501 ~ 34.13%
G 176 of 501 ~ 35.13%
B 154 of 501 ~ 30.74%

%34.13
%35.13
%30.74

CMYK color model

#ABB09A color CMYK value is (3,0,13,31).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(3,0,13,31)
C3M0Y13K31 
(3%,0%,13%,31%)
(0.03/0.00/0.13/0.31)	

CMYK percentages

%2.84
%0
%12.5
%30.98

Codes

Color #ABB09A in popluar color models

ABB09A
RGB171176154
HSL74°12.22%64.71%
HSB/HSV74°12.50%69.02%
CMYK2.84%0.00%12.50%
30.98%

Color #ABB09A in popluar number systems.

HEXABB09A
Decimal171176154
Binary101010111011000010011010
Octal253260232

Shades and tints

Shades of #ABB09A

#ABB09A
(171,176,154)
#9CA08C
(156,160,140)
#8D907E
(141,144,126)
#7E8070
(126,128,112)
#6F7062
(111,112,98)
#606054
(96,96,84)
#515046
(81,80,70)
#424038
(66,64,56)
#33302A
(51,48,42)
#24201C
(36,32,28)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #ABB09A

#ABB09A
(171,176,154)
#B2B7A3
(178,183,163)
#B9BEAC
(185,190,172)
#C0C5B5
(192,197,181)
#C7CCBE
(199,204,190)
#CED3C7
(206,211,199)
#D5DAD0
(213,218,208)
#DCE1D9
(220,225,217)
#E3E8E2
(227,232,226)
#EAEFEB
(234,239,235)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB09A; }

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

This text font color is #ABB09A.


Background Color

.myBgColor { background-color: #ABB09A; }

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

This div background color is #ABB09A.


Border color

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

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

This div border color is #ABB09A.


Opacity

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

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

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

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

This text has shadow with #ABB09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB09A on black background.


Color preview on white background

This text has color #ABB09A on white background.



Black color preview on #ABB09A background

This text has black color on #ABB09A background.


White color preview on #ABB09A background

This text has white color on #ABB09A background.