COLOR #ABB79F

HEX: #ABB79F
RGB: (171,183,159)

Color info

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

RGB color model

#ABB79F color RGB value is (171,183,159).

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

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 159 of 255 = 62%

171
183
159

R + G + B ~ 67%. #ABB79F is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 183 + 159 = 513 (100%)
R 171 of 513 ~ 33.33%
G 183 of 513 ~ 35.67%
B 159 of 513 ~ 30.99%

%33.33
%35.67
%30.99

CMYK color model

#ABB79F color CMYK value is (7,0,13,28).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 28.24%
CMYK:
(7,0,13,28)
C7M0Y13K28 
(7%,0%,13%,28%)
(0.07/0.00/0.13/0.28)	

CMYK percentages

%6.56
%0
%13.11
%28.24

Codes

Color #ABB79F in popluar color models

ABB79F
RGB171183159
HSL90°14.29%67.06%
HSB/HSV90°13.11%71.76%
CMYK6.56%0.00%13.11%
28.24%

Color #ABB79F in popluar number systems.

HEXABB79F
Decimal171183159
Binary101010111011011110011111
Octal253267237

Shades and tints

Shades of #ABB79F

#ABB79F
(171,183,159)
#9CA791
(156,167,145)
#8D9783
(141,151,131)
#7E8775
(126,135,117)
#6F7767
(111,119,103)
#606759
(96,103,89)
#51574B
(81,87,75)
#42473D
(66,71,61)
#33372F
(51,55,47)
#242721
(36,39,33)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #ABB79F

#ABB79F
(171,183,159)
#B2BDA7
(178,189,167)
#B9C3AF
(185,195,175)
#C0C9B7
(192,201,183)
#C7CFBF
(199,207,191)
#CED5C7
(206,213,199)
#D5DBCF
(213,219,207)
#DCE1D7
(220,225,215)
#E3E7DF
(227,231,223)
#EAEDE7
(234,237,231)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB79F; }

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

This text font color is #ABB79F.


Background Color

.myBgColor { background-color: #ABB79F; }

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

This div background color is #ABB79F.


Border color

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

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

This div border color is #ABB79F.


Opacity

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

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

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

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

This text has shadow with #ABB79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB79F on black background.


Color preview on white background

This text has color #ABB79F on white background.



Black color preview on #ABB79F background

This text has black color on #ABB79F background.


White color preview on #ABB79F background

This text has white color on #ABB79F background.