COLOR #ABE4B2

HEX: #ABE4B2
RGB: (171,228,178)

Color info

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

RGB color model

#ABE4B2 color RGB value is (171,228,178).

  • red value is 171;
  • green value is 228;
  • blue value is 178.
RGB:
(171,228,178)
(67%,89%,70%)

RGB channels and saturation

R 171 of 255 = 67%
G 228 of 255 = 89%
B 178 of 255 = 70%

171
228
178

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

Portions of RGB colors in percentages

R + G + B =
171 + 228 + 178 = 577 (100%)
R 171 of 577 ~ 29.64%
G 228 of 577 ~ 39.51%
B 178 of 577 ~ 30.85%

%29.64
%39.51
%30.85

CMYK color model

#ABE4B2 color CMYK value is (25,0,22,11).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 21.93%
  • key color value is 10.59%
CMYK:
(25,0,22,11)
C25M0Y22K11 
(25%,0%,22%,11%)
(0.25/0.00/0.22/0.11)	

CMYK percentages

%25
%0
%21.93
%10.59

Codes

Color #ABE4B2 in popluar color models

ABE4B2
RGB171228178
HSL127°51.35%78.24%
HSB/HSV127°25.00%89.41%
CMYK25.00%0.00%21.93%
10.59%

Color #ABE4B2 in popluar number systems.

HEXABE4B2
Decimal171228178
Binary101010111110010010110010
Octal253344262

Shades and tints

Shades of #ABE4B2

#ABE4B2
(171,228,178)
#9CD0A2
(156,208,162)
#8DBC92
(141,188,146)
#7EA882
(126,168,130)
#6F9472
(111,148,114)
#608062
(96,128,98)
#516C52
(81,108,82)
#425842
(66,88,66)
#334432
(51,68,50)
#243022
(36,48,34)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #ABE4B2

#ABE4B2
(171,228,178)
#B2E6B9
(178,230,185)
#B9E8C0
(185,232,192)
#C0EAC7
(192,234,199)
#C7ECCE
(199,236,206)
#CEEED5
(206,238,213)
#D5F0DC
(213,240,220)
#DCF2E3
(220,242,227)
#E3F4EA
(227,244,234)
#EAF6F1
(234,246,241)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE4B2; }

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

This text font color is #ABE4B2.


Background Color

.myBgColor { background-color: #ABE4B2; }

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

This div background color is #ABE4B2.


Border color

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

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

This div border color is #ABE4B2.


Opacity

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

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

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

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

This text has shadow with #ABE4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE4B2 on black background.


Color preview on white background

This text has color #ABE4B2 on white background.



Black color preview on #ABE4B2 background

This text has black color on #ABE4B2 background.


White color preview on #ABE4B2 background

This text has white color on #ABE4B2 background.