COLOR #ABF2F3

HEX: #ABF2F3
RGB: (171,242,243)

Color info

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

RGB color model

#ABF2F3 color RGB value is (171,242,243).

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

RGB channels and saturation

R 171 of 255 = 67%
G 242 of 255 = 95%
B 243 of 255 = 95%

171
242
243

R + G + B ~ 86%. #ABF2F3 is light color.

Portions of RGB colors in percentages

R + G + B =
171 + 242 + 243 = 656 (100%)
R 171 of 656 ~ 26.07%
G 242 of 656 ~ 36.89%
B 243 of 656 ~ 37.04%

%26.07
%36.89
%37.04

CMYK color model

#ABF2F3 color CMYK value is (30,0,0,5).

  • cyan value is 29.63%
  • magenta value is 0.41%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(30,0,0,5)
C30M0Y0K5 
(30%,0%,0%,5%)
(0.30/0.00/0.00/0.05)	

CMYK percentages

%29.63
%0.41
%0
%4.71

Codes

Color #ABF2F3 in popluar color models

ABF2F3
RGB171242243
HSL181°75.00%81.18%
HSB/HSV181°29.63%95.29%
CMYK29.63%0.41%0.00%
4.71%

Color #ABF2F3 in popluar number systems.

HEXABF2F3
Decimal171242243
Binary101010111111001011110011
Octal253362363

Shades and tints

Shades of #ABF2F3

#ABF2F3
(171,242,243)
#9CDCDD
(156,220,221)
#8DC6C7
(141,198,199)
#7EB0B1
(126,176,177)
#6F9A9B
(111,154,155)
#608485
(96,132,133)
#516E6F
(81,110,111)
#425859
(66,88,89)
#334243
(51,66,67)
#242C2D
(36,44,45)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #ABF2F3

#ABF2F3
(171,242,243)
#B2F3F4
(178,243,244)
#B9F4F5
(185,244,245)
#C0F5F6
(192,245,246)
#C7F6F7
(199,246,247)
#CEF7F8
(206,247,248)
#D5F8F9
(213,248,249)
#DCF9FA
(220,249,250)
#E3FAFB
(227,250,251)
#EAFBFC
(234,251,252)
#F1FCFD
(241,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF2F3; }

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

This text font color is #ABF2F3.


Background Color

.myBgColor { background-color: #ABF2F3; }

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

This div background color is #ABF2F3.


Border color

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

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

This div border color is #ABF2F3.


Opacity

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

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

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

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

This text has shadow with #ABF2F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF2F3 on black background.


Color preview on white background

This text has color #ABF2F3 on white background.



Black color preview on #ABF2F3 background

This text has black color on #ABF2F3 background.


White color preview on #ABF2F3 background

This text has white color on #ABF2F3 background.