COLOR #ABEEA8

HEX: #ABEEA8 RGB: (171,238,168)

Color info

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

RGB color model

#ABEEA8 color RGB value is (171,238,168).

RGB: (171,238,168) (67%, 93%, 66%)

RGB channels and saturation

R 171 of 255 = 67%
G 238 of 255 = 93%
B 168 of 255 = 66%

171
238
168

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

Portions of RGB colors in percentages

R + G + B = 171 + 238 + 168 = 577 (100%)
R 171 of 577 ~ 29.64%
G 238 of 577 ~ 41.25%
B 168 of 577 ~ 29.12'%

%29.64
%41.25
%29.12

CMYK color model

#ABEEA8 color CMYK value is (28,0,29,7).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 6.67%

CMYK: (28,0,29,7)
C28M0Y29K7 (28%, 0%, 29%, 7%)
(0.28 / 0.00 / 0.29 / 0.07)

CMYK percentages

%28.15
%0
%29.41
%6.67

Codes

Color #ABEEA8 in popluar color models

AB EE A8
RGB 171 238 168
HSL 117° 67.31% 79.61%
HSB/HSV 117° 29.41% 93.33%
CMYK 28.15% 0.00% 29.41%
6.67%

Color #ABEEA8 in popluar number systems.

HEX AB EE A8
Decimal 171 238 168
Binary 10101011 11101110 10101000
Octal 253 356 250

Shades and tints

Shades of #ABEEA8

#ABEEA8
(171,238,168)
#9CD999
(156,217,153)
#8DC48A
(141,196,138)
#7EAF7B
(126,175,123)
#6F9A6C
(111,154,108)
#60855D
(96,133,93)
#51704E
(81,112,78)
#425B3F
(66,91,63)
#334630
(51,70,48)
#243121
(36,49,33)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #ABEEA8

#ABEEA8
(171,238,168)
#B2EFAF
(178,239,175)
#B9F0B6
(185,240,182)
#C0F1BD
(192,241,189)
#C7F2C4
(199,242,196)
#CEF3CB
(206,243,203)
#D5F4D2
(213,244,210)
#DCF5D9
(220,245,217)
#E3F6E0
(227,246,224)
#EAF7E7
(234,247,231)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEEA8; }

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

This text font color is #ABEEA8.

Background Color

.myBgColor { background-color: #ABEEA8; }

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

This div background color is #ABEEA8.

Border color

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

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

This div border color is #ABEEA8.

Opacity

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

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

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

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

This text has shadow with #ABEEA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEEA8.

Preview

Color preview on black background

This text has color #ABEEA8 on black background.


Color preview on white background

This text has color #ABEEA8 on white background.


Black color preview on #ABEEA8 background

This text has black color on #ABEEA8 background.


White color preview on #ABEEA8 background

This text has white color on #ABEEA8 background.


Related colors

Complementary color

Complementary color for #hex is #541157.


I love getcolorcode.com

Triadic colors

1 #A8ABEE and #EEA8AB with #ABEEA8 are triadic colors.

2 #A8EEAB and #EEABA8 with #ABEEA8 are triadic colors.