COLOR #ABED8C

HEX: #ABED8C RGB: (171,237,140)

Color info

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

RGB color model

#ABED8C color RGB value is (171,237,140).

RGB: (171,237,140) (67%, 93%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 237 of 255 = 93%
B 140 of 255 = 55%

171
237
140

R + G + B ~ 72%. #ABED8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 237 + 140 = 548 (100%)
R 171 of 548 ~ 31.2%
G 237 of 548 ~ 43.25%
B 140 of 548 ~ 25.55'%

%31.2
%43.25
%25.55

CMYK color model

#ABED8C color CMYK value is (28,0,41,7).

  • cyan value is 27.85%
  • magenta value is 0.00%
  • yellow value is 40.93%
  • key color value is 7.06%

CMYK: (28,0,41,7)
C28M0Y41K7 (28%, 0%, 41%, 7%)
(0.28 / 0.00 / 0.41 / 0.07)

CMYK percentages

%27.85
%0
%40.93
%7.06

Codes

Color #ABED8C in popluar color models

AB ED 8C
RGB 171 237 140
HSL 101° 72.93% 73.92%
HSB/HSV 101° 40.93% 92.94%
CMYK 27.85% 0.00% 40.93%
7.06%

Color #ABED8C in popluar number systems.

HEX AB ED 8C
Decimal 171 237 140
Binary 10101011 11101101 10001100
Octal 253 355 214

Shades and tints

Shades of #ABED8C

#ABED8C
(171,237,140)
#9CD880
(156,216,128)
#8DC374
(141,195,116)
#7EAE68
(126,174,104)
#6F995C
(111,153,92)
#608450
(96,132,80)
#516F44
(81,111,68)
#425A38
(66,90,56)
#33452C
(51,69,44)
#243020
(36,48,32)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #ABED8C

#ABED8C
(171,237,140)
#B2EE96
(178,238,150)
#B9EFA0
(185,239,160)
#C0F0AA
(192,240,170)
#C7F1B4
(199,241,180)
#CEF2BE
(206,242,190)
#D5F3C8
(213,243,200)
#DCF4D2
(220,244,210)
#E3F5DC
(227,245,220)
#EAF6E6
(234,246,230)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABED8C color. Also use rgb(171,237,140) instead hex code.

Text Font Color

.myTextColor { color: #ABED8C; }

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

This text font color is #ABED8C.

Background Color

.myBgColor { background-color: #ABED8C; }

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

This div background color is #ABED8C.

Border color

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

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

This div border color is #ABED8C.

Opacity

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

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

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

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

This text has shadow with #ABED8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABED8C.

Preview

Color preview on black background

This text has color #ABED8C on black background.


Color preview on white background

This text has color #ABED8C on white background.


Black color preview on #ABED8C background

This text has black color on #ABED8C background.


White color preview on #ABED8C background

This text has white color on #ABED8C background.


Related colors

Complementary color

Complementary color for #hex is #541273.


I love getcolorcode.com

Triadic colors

1 #8CABED and #ED8CAB with #ABED8C are triadic colors.

2 #8CEDAB and #EDAB8C with #ABED8C are triadic colors.