COLOR #ABFBEF

HEX: #ABFBEF
RGB: (171,251,239)

Color info

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

RGB color model

#ABFBEF color RGB value is (171,251,239).

  • red value is 171;
  • green value is 251;
  • blue value is 239.
RGB:
(171,251,239)
(67%,98%,94%)

RGB channels and saturation

R 171 of 255 = 67%
G 251 of 255 = 98%
B 239 of 255 = 94%

171
251
239

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

Portions of RGB colors in percentages

R + G + B =
171 + 251 + 239 = 661 (100%)
R 171 of 661 ~ 25.87%
G 251 of 661 ~ 37.97%
B 239 of 661 ~ 36.16%

%25.87
%37.97
%36.16

CMYK color model

#ABFBEF color CMYK value is (32,0,5,2).

  • cyan value is 31.87%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK:
(32,0,5,2)
C32M0Y5K2 
(32%,0%,5%,2%)
(0.32/0.00/0.05/0.02)	

CMYK percentages

%31.87
%0
%4.78
%1.57

Codes

Color #ABFBEF in popluar color models

ABFBEF
RGB171251239
HSL171°90.91%82.75%
HSB/HSV171°31.87%98.43%
CMYK31.87%0.00%4.78%
1.57%

Color #ABFBEF in popluar number systems.

HEXABFBEF
Decimal171251239
Binary101010111111101111101111
Octal253373357

Shades and tints

Shades of #ABFBEF

#ABFBEF
(171,251,239)
#9CE5DA
(156,229,218)
#8DCFC5
(141,207,197)
#7EB9B0
(126,185,176)
#6FA39B
(111,163,155)
#608D86
(96,141,134)
#517771
(81,119,113)
#42615C
(66,97,92)
#334B47
(51,75,71)
#243532
(36,53,50)
#151F1D
(21,31,29)
#000000
(0,0,0)

Tints of #ABFBEF

#ABFBEF
(171,251,239)
#B2FBF0
(178,251,240)
#B9FBF1
(185,251,241)
#C0FBF2
(192,251,242)
#C7FBF3
(199,251,243)
#CEFBF4
(206,251,244)
#D5FBF5
(213,251,245)
#DCFBF6
(220,251,246)
#E3FBF7
(227,251,247)
#EAFBF8
(234,251,248)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABFBEF color. Also use rgb(171,251,239) instead hex code.

Text Font Color

.myTextColor { color: #ABFBEF; }

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

This text font color is #ABFBEF.


Background Color

.myBgColor { background-color: #ABFBEF; }

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

This div background color is #ABFBEF.


Border color

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

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

This div border color is #ABFBEF.


Opacity

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

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

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

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

This text has shadow with #ABFBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFBEF on black background.


Color preview on white background

This text has color #ABFBEF on white background.



Black color preview on #ABFBEF background

This text has black color on #ABFBEF background.


White color preview on #ABFBEF background

This text has white color on #ABFBEF background.