COLOR #ABBF9A

HEX: #ABBF9A
RGB: (171,191,154)

Color info

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

RGB color model

#ABBF9A color RGB value is (171,191,154).

  • red value is 171;
  • green value is 191;
  • blue value is 154.
RGB:
(171,191,154)
(67%,75%,60%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 154 of 255 = 60%

171
191
154

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

Portions of RGB colors in percentages

R + G + B =
171 + 191 + 154 = 516 (100%)
R 171 of 516 ~ 33.14%
G 191 of 516 ~ 37.02%
B 154 of 516 ~ 29.84%

%33.14
%37.02
%29.84

CMYK color model

#ABBF9A color CMYK value is (10,0,19,25).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 19.37%
  • key color value is 25.10%
CMYK:
(10,0,19,25)
C10M0Y19K25 
(10%,0%,19%,25%)
(0.10/0.00/0.19/0.25)	

CMYK percentages

%10.47
%0
%19.37
%25.1

Codes

Color #ABBF9A in popluar color models

ABBF9A
RGB171191154
HSL92°22.42%67.65%
HSB/HSV92°19.37%74.90%
CMYK10.47%0.00%19.37%
25.10%

Color #ABBF9A in popluar number systems.

HEXABBF9A
Decimal171191154
Binary101010111011111110011010
Octal253277232

Shades and tints

Shades of #ABBF9A

#ABBF9A
(171,191,154)
#9CAE8C
(156,174,140)
#8D9D7E
(141,157,126)
#7E8C70
(126,140,112)
#6F7B62
(111,123,98)
#606A54
(96,106,84)
#515946
(81,89,70)
#424838
(66,72,56)
#33372A
(51,55,42)
#24261C
(36,38,28)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #ABBF9A

#ABBF9A
(171,191,154)
#B2C4A3
(178,196,163)
#B9C9AC
(185,201,172)
#C0CEB5
(192,206,181)
#C7D3BE
(199,211,190)
#CED8C7
(206,216,199)
#D5DDD0
(213,221,208)
#DCE2D9
(220,226,217)
#E3E7E2
(227,231,226)
#EAECEB
(234,236,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBF9A color. Also use rgb(171,191,154) instead hex code.

Text Font Color

.myTextColor { color: #ABBF9A; }

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

This text font color is #ABBF9A.


Background Color

.myBgColor { background-color: #ABBF9A; }

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

This div background color is #ABBF9A.


Border color

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

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

This div border color is #ABBF9A.


Opacity

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

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

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

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

This text has shadow with #ABBF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBF9A on black background.


Color preview on white background

This text has color #ABBF9A on white background.



Black color preview on #ABBF9A background

This text has black color on #ABBF9A background.


White color preview on #ABBF9A background

This text has white color on #ABBF9A background.