COLOR #ABB49F

HEX: #ABB49F
RGB: (171,180,159)

Color info

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

RGB color model

#ABB49F color RGB value is (171,180,159).

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

RGB channels and saturation

R 171 of 255 = 67%
G 180 of 255 = 71%
B 159 of 255 = 62%

171
180
159

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

Portions of RGB colors in percentages

R + G + B =
171 + 180 + 159 = 510 (100%)
R 171 of 510 ~ 33.53%
G 180 of 510 ~ 35.29%
B 159 of 510 ~ 31.18%

%33.53
%35.29
%31.18

CMYK color model

#ABB49F color CMYK value is (5,0,12,29).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(5,0,12,29)
C5M0Y12K29 
(5%,0%,12%,29%)
(0.05/0.00/0.12/0.29)	

CMYK percentages

%5
%0
%11.67
%29.41

Codes

Color #ABB49F in popluar color models

ABB49F
RGB171180159
HSL86°12.28%66.47%
HSB/HSV86°11.67%70.59%
CMYK5.00%0.00%11.67%
29.41%

Color #ABB49F in popluar number systems.

HEXABB49F
Decimal171180159
Binary101010111011010010011111
Octal253264237

Shades and tints

Shades of #ABB49F

#ABB49F
(171,180,159)
#9CA491
(156,164,145)
#8D9483
(141,148,131)
#7E8475
(126,132,117)
#6F7467
(111,116,103)
#606459
(96,100,89)
#51544B
(81,84,75)
#42443D
(66,68,61)
#33342F
(51,52,47)
#242421
(36,36,33)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #ABB49F

#ABB49F
(171,180,159)
#B2BAA7
(178,186,167)
#B9C0AF
(185,192,175)
#C0C6B7
(192,198,183)
#C7CCBF
(199,204,191)
#CED2C7
(206,210,199)
#D5D8CF
(213,216,207)
#DCDED7
(220,222,215)
#E3E4DF
(227,228,223)
#EAEAE7
(234,234,231)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB49F; }

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

This text font color is #ABB49F.


Background Color

.myBgColor { background-color: #ABB49F; }

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

This div background color is #ABB49F.


Border color

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

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

This div border color is #ABB49F.


Opacity

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

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

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

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

This text has shadow with #ABB49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB49F on black background.


Color preview on white background

This text has color #ABB49F on white background.



Black color preview on #ABB49F background

This text has black color on #ABB49F background.


White color preview on #ABB49F background

This text has white color on #ABB49F background.