COLOR #ABB58C

HEX: #ABB58C
RGB: (171,181,140)

Color info

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

RGB color model

#ABB58C color RGB value is (171,181,140).

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

RGB channels and saturation

R 171 of 255 = 67%
G 181 of 255 = 71%
B 140 of 255 = 55%

171
181
140

R + G + B ~ 64%. #ABB58C is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 181 + 140 = 492 (100%)
R 171 of 492 ~ 34.76%
G 181 of 492 ~ 36.79%
B 140 of 492 ~ 28.46%

%34.76
%36.79
%28.46

CMYK color model

#ABB58C color CMYK value is (6,0,23,29).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK:
(6,0,23,29)
C6M0Y23K29 
(6%,0%,23%,29%)
(0.06/0.00/0.23/0.29)	

CMYK percentages

%5.52
%0
%22.65
%29.02

Codes

Color #ABB58C in popluar color models

ABB58C
RGB171181140
HSL75°21.69%62.94%
HSB/HSV75°22.65%70.98%
CMYK5.52%0.00%22.65%
29.02%

Color #ABB58C in popluar number systems.

HEXABB58C
Decimal171181140
Binary101010111011010110001100
Octal253265214

Shades and tints

Shades of #ABB58C

#ABB58C
(171,181,140)
#9CA580
(156,165,128)
#8D9574
(141,149,116)
#7E8568
(126,133,104)
#6F755C
(111,117,92)
#606550
(96,101,80)
#515544
(81,85,68)
#424538
(66,69,56)
#33352C
(51,53,44)
#242520
(36,37,32)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #ABB58C

#ABB58C
(171,181,140)
#B2BB96
(178,187,150)
#B9C1A0
(185,193,160)
#C0C7AA
(192,199,170)
#C7CDB4
(199,205,180)
#CED3BE
(206,211,190)
#D5D9C8
(213,217,200)
#DCDFD2
(220,223,210)
#E3E5DC
(227,229,220)
#EAEBE6
(234,235,230)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB58C; }

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

This text font color is #ABB58C.


Background Color

.myBgColor { background-color: #ABB58C; }

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

This div background color is #ABB58C.


Border color

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

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

This div border color is #ABB58C.


Opacity

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

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

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

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

This text has shadow with #ABB58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB58C on black background.


Color preview on white background

This text has color #ABB58C on white background.



Black color preview on #ABB58C background

This text has black color on #ABB58C background.


White color preview on #ABB58C background

This text has white color on #ABB58C background.