COLOR #ABF4E0

HEX: #ABF4E0
RGB: (171,244,224)

Color info

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

RGB color model

#ABF4E0 color RGB value is (171,244,224).

  • red value is 171;
  • green value is 244;
  • blue value is 224.
RGB:
(171,244,224)
(67%,96%,88%)

RGB channels and saturation

R 171 of 255 = 67%
G 244 of 255 = 96%
B 224 of 255 = 88%

171
244
224

R + G + B ~ 84%. #ABF4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 244 + 224 = 639 (100%)
R 171 of 639 ~ 26.76%
G 244 of 639 ~ 38.18%
B 224 of 639 ~ 35.05%

%26.76
%38.18
%35.05

CMYK color model

#ABF4E0 color CMYK value is (30,0,8,4).

  • cyan value is 29.92%
  • magenta value is 0.00%
  • yellow value is 8.20%
  • key color value is 4.31%
CMYK:
(30,0,8,4)
C30M0Y8K4 
(30%,0%,8%,4%)
(0.30/0.00/0.08/0.04)	

CMYK percentages

%29.92
%0
%8.2
%4.31

Codes

Color #ABF4E0 in popluar color models

ABF4E0
RGB171244224
HSL164°76.84%81.37%
HSB/HSV164°29.92%95.69%
CMYK29.92%0.00%8.20%
4.31%

Color #ABF4E0 in popluar number systems.

HEXABF4E0
Decimal171244224
Binary101010111111010011100000
Octal253364340

Shades and tints

Shades of #ABF4E0

#ABF4E0
(171,244,224)
#9CDECC
(156,222,204)
#8DC8B8
(141,200,184)
#7EB2A4
(126,178,164)
#6F9C90
(111,156,144)
#60867C
(96,134,124)
#517068
(81,112,104)
#425A54
(66,90,84)
#334440
(51,68,64)
#242E2C
(36,46,44)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #ABF4E0

#ABF4E0
(171,244,224)
#B2F5E2
(178,245,226)
#B9F6E4
(185,246,228)
#C0F7E6
(192,247,230)
#C7F8E8
(199,248,232)
#CEF9EA
(206,249,234)
#D5FAEC
(213,250,236)
#DCFBEE
(220,251,238)
#E3FCF0
(227,252,240)
#EAFDF2
(234,253,242)
#F1FEF4
(241,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF4E0 color. Also use rgb(171,244,224) instead hex code.

Text Font Color

.myTextColor { color: #ABF4E0; }

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

This text font color is #ABF4E0.


Background Color

.myBgColor { background-color: #ABF4E0; }

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

This div background color is #ABF4E0.


Border color

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

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

This div border color is #ABF4E0.


Opacity

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

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

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

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

This text has shadow with #ABF4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF4E0 on black background.


Color preview on white background

This text has color #ABF4E0 on white background.



Black color preview on #ABF4E0 background

This text has black color on #ABF4E0 background.


White color preview on #ABF4E0 background

This text has white color on #ABF4E0 background.