COLOR #ABB79A

HEX: #ABB79A
RGB: (171,183,154)

Color info

#ABB79A contains red, green and blue colors in about the same proportion. Web safe color of #ABB79A is #99CC99 (or #9C9).

RGB color model

#ABB79A color RGB value is (171,183,154).

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

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 154 of 255 = 60%

171
183
154

R + G + B ~ 66%. #ABB79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 183 + 154 = 508 (100%)
R 171 of 508 ~ 33.66%
G 183 of 508 ~ 36.02%
B 154 of 508 ~ 30.31%

%33.66
%36.02
%30.31

CMYK color model

#ABB79A color CMYK value is (7,0,16,28).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 28.24%
CMYK:
(7,0,16,28)
C7M0Y16K28 
(7%,0%,16%,28%)
(0.07/0.00/0.16/0.28)	

CMYK percentages

%6.56
%0
%15.85
%28.24

Codes

Color #ABB79A in popluar color models

ABB79A
RGB171183154
HSL85°16.76%66.08%
HSB/HSV85°15.85%71.76%
CMYK6.56%0.00%15.85%
28.24%

Color #ABB79A in popluar number systems.

HEXABB79A
Decimal171183154
Binary101010111011011110011010
Octal253267232

Shades and tints

Shades of #ABB79A

#ABB79A
(171,183,154)
#9CA78C
(156,167,140)
#8D977E
(141,151,126)
#7E8770
(126,135,112)
#6F7762
(111,119,98)
#606754
(96,103,84)
#515746
(81,87,70)
#424738
(66,71,56)
#33372A
(51,55,42)
#24271C
(36,39,28)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #ABB79A

#ABB79A
(171,183,154)
#B2BDA3
(178,189,163)
#B9C3AC
(185,195,172)
#C0C9B5
(192,201,181)
#C7CFBE
(199,207,190)
#CED5C7
(206,213,199)
#D5DBD0
(213,219,208)
#DCE1D9
(220,225,217)
#E3E7E2
(227,231,226)
#EAEDEB
(234,237,235)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB79A; }

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

This text font color is #ABB79A.


Background Color

.myBgColor { background-color: #ABB79A; }

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

This div background color is #ABB79A.


Border color

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

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

This div border color is #ABB79A.


Opacity

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

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

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

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

This text has shadow with #ABB79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB79A on black background.


Color preview on white background

This text has color #ABB79A on white background.



Black color preview on #ABB79A background

This text has black color on #ABB79A background.


White color preview on #ABB79A background

This text has white color on #ABB79A background.