COLOR #ABE4AF

HEX: #ABE4AF RGB: (171,228,175)

Color info

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

RGB color model

#ABE4AF color RGB value is (171,228,175).

RGB: (171,228,175) (67%, 89%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 228 of 255 = 89%
B 175 of 255 = 69%

171
228
175

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

Portions of RGB colors in percentages

R + G + B = 171 + 228 + 175 = 574 (100%)
R 171 of 574 ~ 29.79%
G 228 of 574 ~ 39.72%
B 175 of 574 ~ 30.49'%

%29.79
%39.72
%30.49

CMYK color model

#ABE4AF color CMYK value is (25,0,23,11).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 23.25%
  • key color value is 10.59%

CMYK: (25,0,23,11)
C25M0Y23K11 (25%, 0%, 23%, 11%)
(0.25 / 0.00 / 0.23 / 0.11)

CMYK percentages

%25
%0
%23.25
%10.59

Codes

Color #ABE4AF in popluar color models

AB E4 AF
RGB 171 228 175
HSL 124° 51.35% 78.24%
HSB/HSV 124° 25.00% 89.41%
CMYK 25.00% 0.00% 23.25%
10.59%

Color #ABE4AF in popluar number systems.

HEX AB E4 AF
Decimal 171 228 175
Binary 10101011 11100100 10101111
Octal 253 344 257

Shades and tints

Shades of #ABE4AF

#ABE4AF
(171,228,175)
#9CD0A0
(156,208,160)
#8DBC91
(141,188,145)
#7EA882
(126,168,130)
#6F9473
(111,148,115)
#608064
(96,128,100)
#516C55
(81,108,85)
#425846
(66,88,70)
#334437
(51,68,55)
#243028
(36,48,40)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #ABE4AF

#ABE4AF
(171,228,175)
#B2E6B6
(178,230,182)
#B9E8BD
(185,232,189)
#C0EAC4
(192,234,196)
#C7ECCB
(199,236,203)
#CEEED2
(206,238,210)
#D5F0D9
(213,240,217)
#DCF2E0
(220,242,224)
#E3F4E7
(227,244,231)
#EAF6EE
(234,246,238)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE4AF; }

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

This text font color is #ABE4AF.

Background Color

.myBgColor { background-color: #ABE4AF; }

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

This div background color is #ABE4AF.

Border color

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

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

This div border color is #ABE4AF.

Opacity

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

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

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

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

This text has shadow with #ABE4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE4AF.

Preview

Color preview on black background

This text has color #ABE4AF on black background.


Color preview on white background

This text has color #ABE4AF on white background.


Black color preview on #ABE4AF background

This text has black color on #ABE4AF background.


White color preview on #ABE4AF background

This text has white color on #ABE4AF background.


Related colors

Complementary color

Complementary color for #hex is #541B50.


I love getcolorcode.com

Triadic colors

1 #AFABE4 and #E4AFAB with #ABE4AF are triadic colors.

2 #AFE4AB and #E4ABAF with #ABE4AF are triadic colors.