COLOR #ABBF8B

HEX: #ABBF8B
RGB: (171,191,139)

Color info

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

RGB color model

#ABBF8B color RGB value is (171,191,139).

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

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 139 of 255 = 55%

171
191
139

R + G + B ~ 66%. #ABBF8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 191 + 139 = 501 (100%)
R 171 of 501 ~ 34.13%
G 191 of 501 ~ 38.12%
B 139 of 501 ~ 27.74%

%34.13
%38.12
%27.74

CMYK color model

#ABBF8B color CMYK value is (10,0,27,25).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 25.10%
CMYK:
(10,0,27,25)
C10M0Y27K25 
(10%,0%,27%,25%)
(0.10/0.00/0.27/0.25)	

CMYK percentages

%10.47
%0
%27.23
%25.1

Codes

Color #ABBF8B in popluar color models

ABBF8B
RGB171191139
HSL83°28.89%64.71%
HSB/HSV83°27.23%74.90%
CMYK10.47%0.00%27.23%
25.10%

Color #ABBF8B in popluar number systems.

HEXABBF8B
Decimal171191139
Binary101010111011111110001011
Octal253277213

Shades and tints

Shades of #ABBF8B

#ABBF8B
(171,191,139)
#9CAE7F
(156,174,127)
#8D9D73
(141,157,115)
#7E8C67
(126,140,103)
#6F7B5B
(111,123,91)
#606A4F
(96,106,79)
#515943
(81,89,67)
#424837
(66,72,55)
#33372B
(51,55,43)
#24261F
(36,38,31)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #ABBF8B

#ABBF8B
(171,191,139)
#B2C495
(178,196,149)
#B9C99F
(185,201,159)
#C0CEA9
(192,206,169)
#C7D3B3
(199,211,179)
#CED8BD
(206,216,189)
#D5DDC7
(213,221,199)
#DCE2D1
(220,226,209)
#E3E7DB
(227,231,219)
#EAECE5
(234,236,229)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBF8B; }

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

This text font color is #ABBF8B.


Background Color

.myBgColor { background-color: #ABBF8B; }

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

This div background color is #ABBF8B.


Border color

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

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

This div border color is #ABBF8B.


Opacity

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

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

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

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

This text has shadow with #ABBF8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBF8B on black background.


Color preview on white background

This text has color #ABBF8B on white background.



Black color preview on #ABBF8B background

This text has black color on #ABBF8B background.


White color preview on #ABBF8B background

This text has white color on #ABBF8B background.