COLOR #ABB57F

HEX: #ABB57F
RGB: (171,181,127)

Color info

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

RGB color model

#ABB57F color RGB value is (171,181,127).

  • red value is 171;
  • green value is 181;
  • blue value is 127.
RGB:
(171,181,127)
(67%,71%,50%)

RGB channels and saturation

R 171 of 255 = 67%
G 181 of 255 = 71%
B 127 of 255 = 50%

171
181
127

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

Portions of RGB colors in percentages

R + G + B =
171 + 181 + 127 = 479 (100%)
R 171 of 479 ~ 35.7%
G 181 of 479 ~ 37.79%
B 127 of 479 ~ 26.51%

%35.7
%37.79
%26.51

CMYK color model

#ABB57F color CMYK value is (6,0,30,29).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 29.83%
  • key color value is 29.02%
CMYK:
(6,0,30,29)
C6M0Y30K29 
(6%,0%,30%,29%)
(0.06/0.00/0.30/0.29)	

CMYK percentages

%5.52
%0
%29.83
%29.02

Codes

Color #ABB57F in popluar color models

ABB57F
RGB171181127
HSL71°26.73%60.39%
HSB/HSV71°29.83%70.98%
CMYK5.52%0.00%29.83%
29.02%

Color #ABB57F in popluar number systems.

HEXABB57F
Decimal171181127
Binary10101011101101011111111
Octal253265177

Shades and tints

Shades of #ABB57F

#ABB57F
(171,181,127)
#9CA574
(156,165,116)
#8D9569
(141,149,105)
#7E855E
(126,133,94)
#6F7553
(111,117,83)
#606548
(96,101,72)
#51553D
(81,85,61)
#424532
(66,69,50)
#333527
(51,53,39)
#24251C
(36,37,28)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #ABB57F

#ABB57F
(171,181,127)
#B2BB8A
(178,187,138)
#B9C195
(185,193,149)
#C0C7A0
(192,199,160)
#C7CDAB
(199,205,171)
#CED3B6
(206,211,182)
#D5D9C1
(213,217,193)
#DCDFCC
(220,223,204)
#E3E5D7
(227,229,215)
#EAEBE2
(234,235,226)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB57F color. Also use rgb(171,181,127) instead hex code.

Text Font Color

.myTextColor { color: #ABB57F; }

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

This text font color is #ABB57F.


Background Color

.myBgColor { background-color: #ABB57F; }

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

This div background color is #ABB57F.


Border color

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

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

This div border color is #ABB57F.


Opacity

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

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

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

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

This text has shadow with #ABB57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB57F on black background.


Color preview on white background

This text has color #ABB57F on white background.



Black color preview on #ABB57F background

This text has black color on #ABB57F background.


White color preview on #ABB57F background

This text has white color on #ABB57F background.