COLOR #ABD99E

HEX: #ABD99E
RGB: (171,217,158)

Color info

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

RGB color model

#ABD99E color RGB value is (171,217,158).

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

RGB channels and saturation

R 171 of 255 = 67%
G 217 of 255 = 85%
B 158 of 255 = 62%

171
217
158

R + G + B ~ 71%. #ABD99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 217 + 158 = 546 (100%)
R 171 of 546 ~ 31.32%
G 217 of 546 ~ 39.74%
B 158 of 546 ~ 28.94%

%31.32
%39.74
%28.94

CMYK color model

#ABD99E color CMYK value is (21,0,27,15).

  • cyan value is 21.20%
  • magenta value is 0.00%
  • yellow value is 27.19%
  • key color value is 14.90%
CMYK:
(21,0,27,15)
C21M0Y27K15 
(21%,0%,27%,15%)
(0.21/0.00/0.27/0.15)	

CMYK percentages

%21.2
%0
%27.19
%14.9

Codes

Color #ABD99E in popluar color models

ABD99E
RGB171217158
HSL107°43.70%73.53%
HSB/HSV107°27.19%85.10%
CMYK21.20%0.00%27.19%
14.90%

Color #ABD99E in popluar number systems.

HEXABD99E
Decimal171217158
Binary101010111101100110011110
Octal253331236

Shades and tints

Shades of #ABD99E

#ABD99E
(171,217,158)
#9CC690
(156,198,144)
#8DB382
(141,179,130)
#7EA074
(126,160,116)
#6F8D66
(111,141,102)
#607A58
(96,122,88)
#51674A
(81,103,74)
#42543C
(66,84,60)
#33412E
(51,65,46)
#242E20
(36,46,32)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #ABD99E

#ABD99E
(171,217,158)
#B2DCA6
(178,220,166)
#B9DFAE
(185,223,174)
#C0E2B6
(192,226,182)
#C7E5BE
(199,229,190)
#CEE8C6
(206,232,198)
#D5EBCE
(213,235,206)
#DCEED6
(220,238,214)
#E3F1DE
(227,241,222)
#EAF4E6
(234,244,230)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD99E; }

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

This text font color is #ABD99E.


Background Color

.myBgColor { background-color: #ABD99E; }

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

This div background color is #ABD99E.


Border color

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

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

This div border color is #ABD99E.


Opacity

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

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

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

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

This text has shadow with #ABD99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD99E on black background.


Color preview on white background

This text has color #ABD99E on white background.



Black color preview on #ABD99E background

This text has black color on #ABD99E background.


White color preview on #ABD99E background

This text has white color on #ABD99E background.