COLOR #ABF2E7

HEX: #ABF2E7
RGB: (171,242,231)

Color info

#ABF2E7 contains mainly green and blue colors. Web safe color of #ABF2E7 is #99FFFF (or #9FF).

RGB color model

#ABF2E7 color RGB value is (171,242,231).

  • red value is 171;
  • green value is 242;
  • blue value is 231.
RGB:
(171,242,231)
(67%,95%,91%)

RGB channels and saturation

R 171 of 255 = 67%
G 242 of 255 = 95%
B 231 of 255 = 91%

171
242
231

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

Portions of RGB colors in percentages

R + G + B =
171 + 242 + 231 = 644 (100%)
R 171 of 644 ~ 26.55%
G 242 of 644 ~ 37.58%
B 231 of 644 ~ 35.87%

%26.55
%37.58
%35.87

CMYK color model

#ABF2E7 color CMYK value is (29,0,5,5).

  • cyan value is 29.34%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 5.10%
CMYK:
(29,0,5,5)
C29M0Y5K5 
(29%,0%,5%,5%)
(0.29/0.00/0.05/0.05)	

CMYK percentages

%29.34
%0
%4.55
%5.1

Codes

Color #ABF2E7 in popluar color models

ABF2E7
RGB171242231
HSL171°73.20%80.98%
HSB/HSV171°29.34%94.90%
CMYK29.34%0.00%4.55%
5.10%

Color #ABF2E7 in popluar number systems.

HEXABF2E7
Decimal171242231
Binary101010111111001011100111
Octal253362347

Shades and tints

Shades of #ABF2E7

#ABF2E7
(171,242,231)
#9CDCD2
(156,220,210)
#8DC6BD
(141,198,189)
#7EB0A8
(126,176,168)
#6F9A93
(111,154,147)
#60847E
(96,132,126)
#516E69
(81,110,105)
#425854
(66,88,84)
#33423F
(51,66,63)
#242C2A
(36,44,42)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #ABF2E7

#ABF2E7
(171,242,231)
#B2F3E9
(178,243,233)
#B9F4EB
(185,244,235)
#C0F5ED
(192,245,237)
#C7F6EF
(199,246,239)
#CEF7F1
(206,247,241)
#D5F8F3
(213,248,243)
#DCF9F5
(220,249,245)
#E3FAF7
(227,250,247)
#EAFBF9
(234,251,249)
#F1FCFB
(241,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF2E7 color. Also use rgb(171,242,231) instead hex code.

Text Font Color

.myTextColor { color: #ABF2E7; }

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

This text font color is #ABF2E7.


Background Color

.myBgColor { background-color: #ABF2E7; }

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

This div background color is #ABF2E7.


Border color

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

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

This div border color is #ABF2E7.


Opacity

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

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

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

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

This text has shadow with #ABF2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF2E7 on black background.


Color preview on white background

This text has color #ABF2E7 on white background.



Black color preview on #ABF2E7 background

This text has black color on #ABF2E7 background.


White color preview on #ABF2E7 background

This text has white color on #ABF2E7 background.