COLOR #ABFFE0

HEX: #ABFFE0
RGB: (171,255,224)

Color info

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

RGB color model

#ABFFE0 color RGB value is (171,255,224).

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

RGB channels and saturation

R 171 of 255 = 67%
G 255 of 255 = 100%
B 224 of 255 = 88%

171
255
224

R + G + B ~ 85%. #ABFFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 255 + 224 = 650 (100%)
R 171 of 650 ~ 26.31%
G 255 of 650 ~ 39.23%
B 224 of 650 ~ 34.46%

%26.31
%39.23
%34.46

CMYK color model

#ABFFE0 color CMYK value is (33,0,12,0).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(33,0,12,0)
C33M0Y12K0 
(33%,0%,12%,0%)
(0.33/0.00/0.12/0.00)	

CMYK percentages

%32.94
%0
%12.16
%0

Codes

Color #ABFFE0 in popluar color models

ABFFE0
RGB171255224
HSL158°100.00%83.53%
HSB/HSV158°32.94%100.00%
CMYK32.94%0.00%12.16%
0.00%

Color #ABFFE0 in popluar number systems.

HEXABFFE0
Decimal171255224
Binary101010111111111111100000
Octal253377340

Shades and tints

Shades of #ABFFE0

#ABFFE0
(171,255,224)
#9CE8CC
(156,232,204)
#8DD1B8
(141,209,184)
#7EBAA4
(126,186,164)
#6FA390
(111,163,144)
#608C7C
(96,140,124)
#517568
(81,117,104)
#425E54
(66,94,84)
#334740
(51,71,64)
#24302C
(36,48,44)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #ABFFE0

#ABFFE0
(171,255,224)
#B2FFE2
(178,255,226)
#B9FFE4
(185,255,228)
#C0FFE6
(192,255,230)
#C7FFE8
(199,255,232)
#CEFFEA
(206,255,234)
#D5FFEC
(213,255,236)
#DCFFEE
(220,255,238)
#E3FFF0
(227,255,240)
#EAFFF2
(234,255,242)
#F1FFF4
(241,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABFFE0; }

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

This text font color is #ABFFE0.


Background Color

.myBgColor { background-color: #ABFFE0; }

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

This div background color is #ABFFE0.


Border color

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

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

This div border color is #ABFFE0.


Opacity

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

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

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

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

This text has shadow with #ABFFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFFE0 on black background.


Color preview on white background

This text has color #ABFFE0 on white background.



Black color preview on #ABFFE0 background

This text has black color on #ABFFE0 background.


White color preview on #ABFFE0 background

This text has white color on #ABFFE0 background.