COLOR #ABB76F

HEX: #ABB76F
RGB: (171,183,111)

Color info

#ABB76F contains mainly red and green colors. Web safe color of #ABB76F is #99CC66 (or #9C6).

RGB color model

#ABB76F color RGB value is (171,183,111).

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

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 111 of 255 = 44%

171
183
111

R + G + B ~ 61%. #ABB76F is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 183 + 111 = 465 (100%)
R 171 of 465 ~ 36.77%
G 183 of 465 ~ 39.35%
B 111 of 465 ~ 23.87%

%36.77
%39.35
%23.87

CMYK color model

#ABB76F color CMYK value is (7,0,39,28).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 28.24%
CMYK:
(7,0,39,28)
C7M0Y39K28 
(7%,0%,39%,28%)
(0.07/0.00/0.39/0.28)	

CMYK percentages

%6.56
%0
%39.34
%28.24

Codes

Color #ABB76F in popluar color models

ABB76F
RGB171183111
HSL70°33.33%57.65%
HSB/HSV70°39.34%71.76%
CMYK6.56%0.00%39.34%
28.24%

Color #ABB76F in popluar number systems.

HEXABB76F
Decimal171183111
Binary10101011101101111101111
Octal253267157

Shades and tints

Shades of #ABB76F

#ABB76F
(171,183,111)
#9CA765
(156,167,101)
#8D975B
(141,151,91)
#7E8751
(126,135,81)
#6F7747
(111,119,71)
#60673D
(96,103,61)
#515733
(81,87,51)
#424729
(66,71,41)
#33371F
(51,55,31)
#242715
(36,39,21)
#15170B
(21,23,11)
#000000
(0,0,0)

Tints of #ABB76F

#ABB76F
(171,183,111)
#B2BD7C
(178,189,124)
#B9C389
(185,195,137)
#C0C996
(192,201,150)
#C7CFA3
(199,207,163)
#CED5B0
(206,213,176)
#D5DBBD
(213,219,189)
#DCE1CA
(220,225,202)
#E3E7D7
(227,231,215)
#EAEDE4
(234,237,228)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB76F; }

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

This text font color is #ABB76F.


Background Color

.myBgColor { background-color: #ABB76F; }

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

This div background color is #ABB76F.


Border color

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

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

This div border color is #ABB76F.


Opacity

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

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

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

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

This text has shadow with #ABB76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB76F on black background.


Color preview on white background

This text has color #ABB76F on white background.



Black color preview on #ABB76F background

This text has black color on #ABB76F background.


White color preview on #ABB76F background

This text has white color on #ABB76F background.