COLOR #ABEC7C

HEX: #ABEC7C
RGB: (171,236,124)

Color info

#ABEC7C contains mainly green color. Web safe color of #ABEC7C is #99FF66 (or #9F6).

RGB color model

#ABEC7C color RGB value is (171,236,124).

  • red value is 171;
  • green value is 236;
  • blue value is 124.
RGB:
(171,236,124)
(67%,93%,49%)

RGB channels and saturation

R 171 of 255 = 67%
G 236 of 255 = 93%
B 124 of 255 = 49%

171
236
124

R + G + B ~ 70%. #ABEC7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 236 + 124 = 531 (100%)
R 171 of 531 ~ 32.2%
G 236 of 531 ~ 44.44%
B 124 of 531 ~ 23.35%

%32.2
%44.44
%23.35

CMYK color model

#ABEC7C color CMYK value is (28,0,47,7).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 47.46%
  • key color value is 7.45%
CMYK:
(28,0,47,7)
C28M0Y47K7 
(28%,0%,47%,7%)
(0.28/0.00/0.47/0.07)	

CMYK percentages

%27.54
%0
%47.46
%7.45

Codes

Color #ABEC7C in popluar color models

ABEC7C
RGB171236124
HSL95°74.67%70.59%
HSB/HSV95°47.46%92.55%
CMYK27.54%0.00%47.46%
7.45%

Color #ABEC7C in popluar number systems.

HEXABEC7C
Decimal171236124
Binary10101011111011001111100
Octal253354174

Shades and tints

Shades of #ABEC7C

#ABEC7C
(171,236,124)
#9CD771
(156,215,113)
#8DC266
(141,194,102)
#7EAD5B
(126,173,91)
#6F9850
(111,152,80)
#608345
(96,131,69)
#516E3A
(81,110,58)
#42592F
(66,89,47)
#334424
(51,68,36)
#242F19
(36,47,25)
#151A0E
(21,26,14)
#000000
(0,0,0)

Tints of #ABEC7C

#ABEC7C
(171,236,124)
#B2ED87
(178,237,135)
#B9EE92
(185,238,146)
#C0EF9D
(192,239,157)
#C7F0A8
(199,240,168)
#CEF1B3
(206,241,179)
#D5F2BE
(213,242,190)
#DCF3C9
(220,243,201)
#E3F4D4
(227,244,212)
#EAF5DF
(234,245,223)
#F1F6EA
(241,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEC7C; }

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

This text font color is #ABEC7C.


Background Color

.myBgColor { background-color: #ABEC7C; }

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

This div background color is #ABEC7C.


Border color

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

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

This div border color is #ABEC7C.


Opacity

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

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

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

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

This text has shadow with #ABEC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABEC7C on black background.


Color preview on white background

This text has color #ABEC7C on white background.



Black color preview on #ABEC7C background

This text has black color on #ABEC7C background.


White color preview on #ABEC7C background

This text has white color on #ABEC7C background.