COLOR #ABF0B0

HEX: #ABF0B0
RGB: (171,240,176)

Color info

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

RGB color model

#ABF0B0 color RGB value is (171,240,176).

  • red value is 171;
  • green value is 240;
  • blue value is 176.
RGB:
(171,240,176)
(67%,94%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 240 of 255 = 94%
B 176 of 255 = 69%

171
240
176

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

Portions of RGB colors in percentages

R + G + B =
171 + 240 + 176 = 587 (100%)
R 171 of 587 ~ 29.13%
G 240 of 587 ~ 40.89%
B 176 of 587 ~ 29.98%

%29.13
%40.89
%29.98

CMYK color model

#ABF0B0 color CMYK value is (29,0,27,6).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 5.88%
CMYK:
(29,0,27,6)
C29M0Y27K6 
(29%,0%,27%,6%)
(0.29/0.00/0.27/0.06)	

CMYK percentages

%28.75
%0
%26.67
%5.88

Codes

Color #ABF0B0 in popluar color models

ABF0B0
RGB171240176
HSL124°69.70%80.59%
HSB/HSV124°28.75%94.12%
CMYK28.75%0.00%26.67%
5.88%

Color #ABF0B0 in popluar number systems.

HEXABF0B0
Decimal171240176
Binary101010111111000010110000
Octal253360260

Shades and tints

Shades of #ABF0B0

#ABF0B0
(171,240,176)
#9CDBA0
(156,219,160)
#8DC690
(141,198,144)
#7EB180
(126,177,128)
#6F9C70
(111,156,112)
#608760
(96,135,96)
#517250
(81,114,80)
#425D40
(66,93,64)
#334830
(51,72,48)
#243320
(36,51,32)
#151E10
(21,30,16)
#000000
(0,0,0)

Tints of #ABF0B0

#ABF0B0
(171,240,176)
#B2F1B7
(178,241,183)
#B9F2BE
(185,242,190)
#C0F3C5
(192,243,197)
#C7F4CC
(199,244,204)
#CEF5D3
(206,245,211)
#D5F6DA
(213,246,218)
#DCF7E1
(220,247,225)
#E3F8E8
(227,248,232)
#EAF9EF
(234,249,239)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF0B0 color. Also use rgb(171,240,176) instead hex code.

Text Font Color

.myTextColor { color: #ABF0B0; }

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

This text font color is #ABF0B0.


Background Color

.myBgColor { background-color: #ABF0B0; }

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

This div background color is #ABF0B0.


Border color

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

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

This div border color is #ABF0B0.


Opacity

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

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

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

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

This text has shadow with #ABF0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF0B0 on black background.


Color preview on white background

This text has color #ABF0B0 on white background.



Black color preview on #ABF0B0 background

This text has black color on #ABF0B0 background.


White color preview on #ABF0B0 background

This text has white color on #ABF0B0 background.