COLOR #ABE7AB

HEX: #ABE7AB
RGB: (171,231,171)

Color info

#ABE7AB contains mainly green color. Web safe color of #ABE7AB is #99FF99 (or #9F9).

RGB color model

#ABE7AB color RGB value is (171,231,171).

  • red value is 171;
  • green value is 231;
  • blue value is 171.
RGB:
(171,231,171)
(67%,91%,67%)

RGB channels and saturation

R 171 of 255 = 67%
G 231 of 255 = 91%
B 171 of 255 = 67%

171
231
171

R + G + B ~ 75%. #ABE7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 231 + 171 = 573 (100%)
R 171 of 573 ~ 29.84%
G 231 of 573 ~ 40.31%
B 171 of 573 ~ 29.84%

%29.84
%40.31
%29.84

CMYK color model

#ABE7AB color CMYK value is (26,0,26,9).

  • cyan value is 25.97%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 9.41%
CMYK:
(26,0,26,9)
C26M0Y26K9 
(26%,0%,26%,9%)
(0.26/0.00/0.26/0.09)	

CMYK percentages

%25.97
%0
%25.97
%9.41

Codes

Color #ABE7AB in popluar color models

ABE7AB
RGB171231171
HSL120°55.56%78.82%
HSB/HSV120°25.97%90.59%
CMYK25.97%0.00%25.97%
9.41%

Color #ABE7AB in popluar number systems.

HEXABE7AB
Decimal171231171
Binary101010111110011110101011
Octal253347253

Shades and tints

Shades of #ABE7AB

#ABE7AB
(171,231,171)
#9CD29C
(156,210,156)
#8DBD8D
(141,189,141)
#7EA87E
(126,168,126)
#6F936F
(111,147,111)
#607E60
(96,126,96)
#516951
(81,105,81)
#425442
(66,84,66)
#333F33
(51,63,51)
#242A24
(36,42,36)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABE7AB

#ABE7AB
(171,231,171)
#B2E9B2
(178,233,178)
#B9EBB9
(185,235,185)
#C0EDC0
(192,237,192)
#C7EFC7
(199,239,199)
#CEF1CE
(206,241,206)
#D5F3D5
(213,243,213)
#DCF5DC
(220,245,220)
#E3F7E3
(227,247,227)
#EAF9EA
(234,249,234)
#F1FBF1
(241,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE7AB; }

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

This text font color is #ABE7AB.


Background Color

.myBgColor { background-color: #ABE7AB; }

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

This div background color is #ABE7AB.


Border color

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

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

This div border color is #ABE7AB.


Opacity

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

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

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

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

This text has shadow with #ABE7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE7AB on black background.


Color preview on white background

This text has color #ABE7AB on white background.



Black color preview on #ABE7AB background

This text has black color on #ABE7AB background.


White color preview on #ABE7AB background

This text has white color on #ABE7AB background.