COLOR #ABBE9A

HEX: #ABBE9A
RGB: (171,190,154)

Color info

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

RGB color model

#ABBE9A color RGB value is (171,190,154).

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

RGB channels and saturation

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

171
190
154

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

Portions of RGB colors in percentages

R + G + B =
171 + 190 + 154 = 515 (100%)
R 171 of 515 ~ 33.2%
G 190 of 515 ~ 36.89%
B 154 of 515 ~ 29.9%

%33.2
%36.89
%29.9

CMYK color model

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

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

CMYK percentages

%10
%0
%18.95
%25.49

Codes

Color #ABBE9A in popluar color models

ABBE9A
RGB171190154
HSL92°21.69%67.45%
HSB/HSV92°18.95%74.51%
CMYK10.00%0.00%18.95%
25.49%

Color #ABBE9A in popluar number systems.

HEXABBE9A
Decimal171190154
Binary101010111011111010011010
Octal253276232

Shades and tints

Shades of #ABBE9A

#ABBE9A
(171,190,154)
#9CAD8C
(156,173,140)
#8D9C7E
(141,156,126)
#7E8B70
(126,139,112)
#6F7A62
(111,122,98)
#606954
(96,105,84)
#515846
(81,88,70)
#424738
(66,71,56)
#33362A
(51,54,42)
#24251C
(36,37,28)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #ABBE9A

#ABBE9A
(171,190,154)
#B2C3A3
(178,195,163)
#B9C8AC
(185,200,172)
#C0CDB5
(192,205,181)
#C7D2BE
(199,210,190)
#CED7C7
(206,215,199)
#D5DCD0
(213,220,208)
#DCE1D9
(220,225,217)
#E3E6E2
(227,230,226)
#EAEBEB
(234,235,235)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBE9A; }

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

This text font color is #ABBE9A.


Background Color

.myBgColor { background-color: #ABBE9A; }

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

This div background color is #ABBE9A.


Border color

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

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

This div border color is #ABBE9A.


Opacity

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

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

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

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

This text has shadow with #ABBE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBE9A on black background.


Color preview on white background

This text has color #ABBE9A on white background.



Black color preview on #ABBE9A background

This text has black color on #ABBE9A background.


White color preview on #ABBE9A background

This text has white color on #ABBE9A background.