COLOR #ABF0B9

HEX: #ABF0B9
RGB: (171,240,185)

Color info

#ABF0B9 contains mainly green and blue colors. Web safe color of #ABF0B9 is #99FFCC (or #9FC).

RGB color model

#ABF0B9 color RGB value is (171,240,185).

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

RGB channels and saturation

R 171 of 255 = 67%
G 240 of 255 = 94%
B 185 of 255 = 73%

171
240
185

R + G + B ~ 78%. #ABF0B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 240 + 185 = 596 (100%)
R 171 of 596 ~ 28.69%
G 240 of 596 ~ 40.27%
B 185 of 596 ~ 31.04%

%28.69
%40.27
%31.04

CMYK color model

#ABF0B9 color CMYK value is (29,0,23,6).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 5.88%
CMYK:
(29,0,23,6)
C29M0Y23K6 
(29%,0%,23%,6%)
(0.29/0.00/0.23/0.06)	

CMYK percentages

%28.75
%0
%22.92
%5.88

Codes

Color #ABF0B9 in popluar color models

ABF0B9
RGB171240185
HSL132°69.70%80.59%
HSB/HSV132°28.75%94.12%
CMYK28.75%0.00%22.92%
5.88%

Color #ABF0B9 in popluar number systems.

HEXABF0B9
Decimal171240185
Binary101010111111000010111001
Octal253360271

Shades and tints

Shades of #ABF0B9

#ABF0B9
(171,240,185)
#9CDBA9
(156,219,169)
#8DC699
(141,198,153)
#7EB189
(126,177,137)
#6F9C79
(111,156,121)
#608769
(96,135,105)
#517259
(81,114,89)
#425D49
(66,93,73)
#334839
(51,72,57)
#243329
(36,51,41)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #ABF0B9

#ABF0B9
(171,240,185)
#B2F1BF
(178,241,191)
#B9F2C5
(185,242,197)
#C0F3CB
(192,243,203)
#C7F4D1
(199,244,209)
#CEF5D7
(206,245,215)
#D5F6DD
(213,246,221)
#DCF7E3
(220,247,227)
#E3F8E9
(227,248,233)
#EAF9EF
(234,249,239)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF0B9; }

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

This text font color is #ABF0B9.


Background Color

.myBgColor { background-color: #ABF0B9; }

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

This div background color is #ABF0B9.


Border color

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

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

This div border color is #ABF0B9.


Opacity

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

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

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

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

This text has shadow with #ABF0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF0B9 on black background.


Color preview on white background

This text has color #ABF0B9 on white background.



Black color preview on #ABF0B9 background

This text has black color on #ABF0B9 background.


White color preview on #ABF0B9 background

This text has white color on #ABF0B9 background.