COLOR #ABEDB2

HEX: #ABEDB2 RGB: (171,237,178)

Color info

#ABEDB2 contains mainly green and blue colors. Web safe color of #ABEDB2 is #99FF99 (or #9F9).

RGB color model

#ABEDB2 color RGB value is (171,237,178).

RGB: (171,237,178) (67%, 93%, 70%)

RGB channels and saturation

R 171 of 255 = 67%
G 237 of 255 = 93%
B 178 of 255 = 70%

171
237
178

R + G + B ~ 77%. #ABEDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 237 + 178 = 586 (100%)
R 171 of 586 ~ 29.18%
G 237 of 586 ~ 40.44%
B 178 of 586 ~ 30.38'%

%29.18
%40.44
%30.38

CMYK color model

#ABEDB2 color CMYK value is (28,0,25,7).

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

CMYK: (28,0,25,7)
C28M0Y25K7 (28%, 0%, 25%, 7%)
(0.28 / 0.00 / 0.25 / 0.07)

CMYK percentages

%27.85
%0
%24.89
%7.06

Codes

Color #ABEDB2 in popluar color models

AB ED B2
RGB 171 237 178
HSL 126° 64.71% 80.00%
HSB/HSV 126° 27.85% 92.94%
CMYK 27.85% 0.00% 24.89%
7.06%

Color #ABEDB2 in popluar number systems.

HEX AB ED B2
Decimal 171 237 178
Binary 10101011 11101101 10110010
Octal 253 355 262

Shades and tints

Shades of #ABEDB2

#ABEDB2
(171,237,178)
#9CD8A2
(156,216,162)
#8DC392
(141,195,146)
#7EAE82
(126,174,130)
#6F9972
(111,153,114)
#608462
(96,132,98)
#516F52
(81,111,82)
#425A42
(66,90,66)
#334532
(51,69,50)
#243022
(36,48,34)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #ABEDB2

#ABEDB2
(171,237,178)
#B2EEB9
(178,238,185)
#B9EFC0
(185,239,192)
#C0F0C7
(192,240,199)
#C7F1CE
(199,241,206)
#CEF2D5
(206,242,213)
#D5F3DC
(213,243,220)
#DCF4E3
(220,244,227)
#E3F5EA
(227,245,234)
#EAF6F1
(234,246,241)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEDB2; }

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

This text font color is #ABEDB2.

Background Color

.myBgColor { background-color: #ABEDB2; }

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

This div background color is #ABEDB2.

Border color

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

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

This div border color is #ABEDB2.

Opacity

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

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

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

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

This text has shadow with #ABEDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEDB2.

Preview

Color preview on black background

This text has color #ABEDB2 on black background.


Color preview on white background

This text has color #ABEDB2 on white background.


Black color preview on #ABEDB2 background

This text has black color on #ABEDB2 background.


White color preview on #ABEDB2 background

This text has white color on #ABEDB2 background.


Related colors

Complementary color

Complementary color for #hex is #54124D.


I love getcolorcode.com

Triadic colors

1 #B2ABED and #EDB2AB with #ABEDB2 are triadic colors.

2 #B2EDAB and #EDABB2 with #ABEDB2 are triadic colors.