COLOR #ABEC68

HEX: #ABEC68
RGB: (171,236,104)

Color info

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

RGB color model

#ABEC68 color RGB value is (171,236,104).

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

RGB channels and saturation

R 171 of 255 = 67%
G 236 of 255 = 93%
B 104 of 255 = 41%

171
236
104

R + G + B ~ 67%. #ABEC68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 236 + 104 = 511 (100%)
R 171 of 511 ~ 33.46%
G 236 of 511 ~ 46.18%
B 104 of 511 ~ 20.35%

%33.46
%46.18
%20.35

CMYK color model

#ABEC68 color CMYK value is (28,0,56,7).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 55.93%
  • key color value is 7.45%
CMYK:
(28,0,56,7)
C28M0Y56K7 
(28%,0%,56%,7%)
(0.28/0.00/0.56/0.07)	

CMYK percentages

%27.54
%0
%55.93
%7.45

Codes

Color #ABEC68 in popluar color models

ABEC68
RGB171236104
HSL90°77.65%66.67%
HSB/HSV90°55.93%92.55%
CMYK27.54%0.00%55.93%
7.45%

Color #ABEC68 in popluar number systems.

HEXABEC68
Decimal171236104
Binary10101011111011001101000
Octal253354150

Shades and tints

Shades of #ABEC68

#ABEC68
(171,236,104)
#9CD75F
(156,215,95)
#8DC256
(141,194,86)
#7EAD4D
(126,173,77)
#6F9844
(111,152,68)
#60833B
(96,131,59)
#516E32
(81,110,50)
#425929
(66,89,41)
#334420
(51,68,32)
#242F17
(36,47,23)
#151A0E
(21,26,14)
#000000
(0,0,0)

Tints of #ABEC68

#ABEC68
(171,236,104)
#B2ED75
(178,237,117)
#B9EE82
(185,238,130)
#C0EF8F
(192,239,143)
#C7F09C
(199,240,156)
#CEF1A9
(206,241,169)
#D5F2B6
(213,242,182)
#DCF3C3
(220,243,195)
#E3F4D0
(227,244,208)
#EAF5DD
(234,245,221)
#F1F6EA
(241,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEC68; }

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

This text font color is #ABEC68.


Background Color

.myBgColor { background-color: #ABEC68; }

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

This div background color is #ABEC68.


Border color

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

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

This div border color is #ABEC68.


Opacity

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

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

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

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

This text has shadow with #ABEC68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABEC68 on black background.


Color preview on white background

This text has color #ABEC68 on white background.



Black color preview on #ABEC68 background

This text has black color on #ABEC68 background.


White color preview on #ABEC68 background

This text has white color on #ABEC68 background.