COLOR #ABE1A7

HEX: #ABE1A7 RGB: (171,225,167)

Color info

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

RGB color model

#ABE1A7 color RGB value is (171,225,167).

RGB: (171,225,167) (67%, 88%, 65%)

RGB channels and saturation

R 171 of 255 = 67%
G 225 of 255 = 88%
B 167 of 255 = 65%

171
225
167

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

Portions of RGB colors in percentages

R + G + B = 171 + 225 + 167 = 563 (100%)
R 171 of 563 ~ 30.37%
G 225 of 563 ~ 39.96%
B 167 of 563 ~ 29.66'%

%30.37
%39.96
%29.66

CMYK color model

#ABE1A7 color CMYK value is (24,0,26,12).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 25.78%
  • key color value is 11.76%

CMYK: (24,0,26,12)
C24M0Y26K12 (24%, 0%, 26%, 12%)
(0.24 / 0.00 / 0.26 / 0.12)

CMYK percentages

%24
%0
%25.78
%11.76

Codes

Color #ABE1A7 in popluar color models

AB E1 A7
RGB 171 225 167
HSL 116° 49.15% 76.86%
HSB/HSV 116° 25.78% 88.24%
CMYK 24.00% 0.00% 25.78%
11.76%

Color #ABE1A7 in popluar number systems.

HEX AB E1 A7
Decimal 171 225 167
Binary 10101011 11100001 10100111
Octal 253 341 247

Shades and tints

Shades of #ABE1A7

#ABE1A7
(171,225,167)
#9CCD98
(156,205,152)
#8DB989
(141,185,137)
#7EA57A
(126,165,122)
#6F916B
(111,145,107)
#607D5C
(96,125,92)
#51694D
(81,105,77)
#42553E
(66,85,62)
#33412F
(51,65,47)
#242D20
(36,45,32)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #ABE1A7

#ABE1A7
(171,225,167)
#B2E3AF
(178,227,175)
#B9E5B7
(185,229,183)
#C0E7BF
(192,231,191)
#C7E9C7
(199,233,199)
#CEEBCF
(206,235,207)
#D5EDD7
(213,237,215)
#DCEFDF
(220,239,223)
#E3F1E7
(227,241,231)
#EAF3EF
(234,243,239)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE1A7; }

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

This text font color is #ABE1A7.

Background Color

.myBgColor { background-color: #ABE1A7; }

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

This div background color is #ABE1A7.

Border color

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

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

This div border color is #ABE1A7.

Opacity

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

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

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

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

This text has shadow with #ABE1A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE1A7.

Preview

Color preview on black background

This text has color #ABE1A7 on black background.


Color preview on white background

This text has color #ABE1A7 on white background.


Black color preview on #ABE1A7 background

This text has black color on #ABE1A7 background.


White color preview on #ABE1A7 background

This text has white color on #ABE1A7 background.


Related colors

Complementary color

Complementary color for #hex is #541E58.


I love getcolorcode.com

Triadic colors

1 #A7ABE1 and #E1A7AB with #ABE1A7 are triadic colors.

2 #A7E1AB and #E1ABA7 with #ABE1A7 are triadic colors.