COLOR #ABF9FF

HEX: #ABF9FF
RGB: (171,249,255)

Color info

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

RGB color model

#ABF9FF color RGB value is (171,249,255).

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

RGB channels and saturation

R 171 of 255 = 67%
G 249 of 255 = 98%
B 255 of 255 = 100%

171
249
255

R + G + B ~ 88%. #ABF9FF is light color.

Portions of RGB colors in percentages

R + G + B =
171 + 249 + 255 = 675 (100%)
R 171 of 675 ~ 25.33%
G 249 of 675 ~ 36.89%
B 255 of 675 ~ 37.78%

%25.33
%36.89
%37.78

CMYK color model

#ABF9FF color CMYK value is (33,2,0,0).

  • cyan value is 32.94%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,2,0,0)
C33M2Y0K0 
(33%,2%,0%,0%)
(0.33/0.02/0.00/0.00)	

CMYK percentages

%32.94
%2.35
%0
%0

Codes

Color #ABF9FF in popluar color models

ABF9FF
RGB171249255
HSL184°100.00%83.53%
HSB/HSV184°32.94%100.00%
CMYK32.94%2.35%0.00%
0.00%

Color #ABF9FF in popluar number systems.

HEXABF9FF
Decimal171249255
Binary101010111111100111111111
Octal253371377

Shades and tints

Shades of #ABF9FF

#ABF9FF
(171,249,255)
#9CE3E8
(156,227,232)
#8DCDD1
(141,205,209)
#7EB7BA
(126,183,186)
#6FA1A3
(111,161,163)
#608B8C
(96,139,140)
#517575
(81,117,117)
#425F5E
(66,95,94)
#334947
(51,73,71)
#243330
(36,51,48)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #ABF9FF

#ABF9FF
(171,249,255)
#B2F9FF
(178,249,255)
#B9F9FF
(185,249,255)
#C0F9FF
(192,249,255)
#C7F9FF
(199,249,255)
#CEF9FF
(206,249,255)
#D5F9FF
(213,249,255)
#DCF9FF
(220,249,255)
#E3F9FF
(227,249,255)
#EAF9FF
(234,249,255)
#F1F9FF
(241,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF9FF; }

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

This text font color is #ABF9FF.


Background Color

.myBgColor { background-color: #ABF9FF; }

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

This div background color is #ABF9FF.


Border color

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

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

This div border color is #ABF9FF.


Opacity

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

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

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

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

This text has shadow with #ABF9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF9FF on black background.


Color preview on white background

This text has color #ABF9FF on white background.



Black color preview on #ABF9FF background

This text has black color on #ABF9FF background.


White color preview on #ABF9FF background

This text has white color on #ABF9FF background.