COLOR #ABE1A1

HEX: #ABE1A1
RGB: (171,225,161)

Color info

#ABE1A1 contains mainly red and green colors. Web safe color of #ABE1A1 is #99CC99 (or #9C9).

RGB color model

#ABE1A1 color RGB value is (171,225,161).

  • red value is 171;
  • green value is 225;
  • blue value is 161.
RGB:
(171,225,161)
(67%,88%,63%)

RGB channels and saturation

R 171 of 255 = 67%
G 225 of 255 = 88%
B 161 of 255 = 63%

171
225
161

R + G + B ~ 73%. #ABE1A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 225 + 161 = 557 (100%)
R 171 of 557 ~ 30.7%
G 225 of 557 ~ 40.39%
B 161 of 557 ~ 28.9%

%30.7
%40.39
%28.9

CMYK color model

#ABE1A1 color CMYK value is (24,0,28,12).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 11.76%
CMYK:
(24,0,28,12)
C24M0Y28K12 
(24%,0%,28%,12%)
(0.24/0.00/0.28/0.12)	

CMYK percentages

%24
%0
%28.44
%11.76

Codes

Color #ABE1A1 in popluar color models

ABE1A1
RGB171225161
HSL111°51.61%75.69%
HSB/HSV111°28.44%88.24%
CMYK24.00%0.00%28.44%
11.76%

Color #ABE1A1 in popluar number systems.

HEXABE1A1
Decimal171225161
Binary101010111110000110100001
Octal253341241

Shades and tints

Shades of #ABE1A1

#ABE1A1
(171,225,161)
#9CCD93
(156,205,147)
#8DB985
(141,185,133)
#7EA577
(126,165,119)
#6F9169
(111,145,105)
#607D5B
(96,125,91)
#51694D
(81,105,77)
#42553F
(66,85,63)
#334131
(51,65,49)
#242D23
(36,45,35)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #ABE1A1

#ABE1A1
(171,225,161)
#B2E3A9
(178,227,169)
#B9E5B1
(185,229,177)
#C0E7B9
(192,231,185)
#C7E9C1
(199,233,193)
#CEEBC9
(206,235,201)
#D5EDD1
(213,237,209)
#DCEFD9
(220,239,217)
#E3F1E1
(227,241,225)
#EAF3E9
(234,243,233)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE1A1 color. Also use rgb(171,225,161) instead hex code.

Text Font Color

.myTextColor { color: #ABE1A1; }

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

This text font color is #ABE1A1.


Background Color

.myBgColor { background-color: #ABE1A1; }

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

This div background color is #ABE1A1.


Border color

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

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

This div border color is #ABE1A1.


Opacity

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

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

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

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

This text has shadow with #ABE1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE1A1 on black background.


Color preview on white background

This text has color #ABE1A1 on white background.



Black color preview on #ABE1A1 background

This text has black color on #ABE1A1 background.


White color preview on #ABE1A1 background

This text has white color on #ABE1A1 background.