COLOR #ABBF9E

HEX: #ABBF9E
RGB: (171,191,158)

Color info

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

RGB color model

#ABBF9E color RGB value is (171,191,158).

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

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 158 of 255 = 62%

171
191
158

R + G + B ~ 68%. #ABBF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 191 + 158 = 520 (100%)
R 171 of 520 ~ 32.88%
G 191 of 520 ~ 36.73%
B 158 of 520 ~ 30.38%

%32.88
%36.73
%30.38

CMYK color model

#ABBF9E color CMYK value is (10,0,17,25).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 17.28%
  • key color value is 25.10%
CMYK:
(10,0,17,25)
C10M0Y17K25 
(10%,0%,17%,25%)
(0.10/0.00/0.17/0.25)	

CMYK percentages

%10.47
%0
%17.28
%25.1

Codes

Color #ABBF9E in popluar color models

ABBF9E
RGB171191158
HSL96°20.50%68.43%
HSB/HSV96°17.28%74.90%
CMYK10.47%0.00%17.28%
25.10%

Color #ABBF9E in popluar number systems.

HEXABBF9E
Decimal171191158
Binary101010111011111110011110
Octal253277236

Shades and tints

Shades of #ABBF9E

#ABBF9E
(171,191,158)
#9CAE90
(156,174,144)
#8D9D82
(141,157,130)
#7E8C74
(126,140,116)
#6F7B66
(111,123,102)
#606A58
(96,106,88)
#51594A
(81,89,74)
#42483C
(66,72,60)
#33372E
(51,55,46)
#242620
(36,38,32)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #ABBF9E

#ABBF9E
(171,191,158)
#B2C4A6
(178,196,166)
#B9C9AE
(185,201,174)
#C0CEB6
(192,206,182)
#C7D3BE
(199,211,190)
#CED8C6
(206,216,198)
#D5DDCE
(213,221,206)
#DCE2D6
(220,226,214)
#E3E7DE
(227,231,222)
#EAECE6
(234,236,230)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBF9E; }

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

This text font color is #ABBF9E.


Background Color

.myBgColor { background-color: #ABBF9E; }

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

This div background color is #ABBF9E.


Border color

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

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

This div border color is #ABBF9E.


Opacity

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

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

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

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

This text has shadow with #ABBF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBF9E on black background.


Color preview on white background

This text has color #ABBF9E on white background.



Black color preview on #ABBF9E background

This text has black color on #ABBF9E background.


White color preview on #ABBF9E background

This text has white color on #ABBF9E background.