COLOR #ABFAE2

HEX: #ABFAE2
RGB: (171,250,226)

Color info

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

RGB color model

#ABFAE2 color RGB value is (171,250,226).

  • red value is 171;
  • green value is 250;
  • blue value is 226.
RGB:
(171,250,226)
(67%,98%,89%)

RGB channels and saturation

R 171 of 255 = 67%
G 250 of 255 = 98%
B 226 of 255 = 89%

171
250
226

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

Portions of RGB colors in percentages

R + G + B =
171 + 250 + 226 = 647 (100%)
R 171 of 647 ~ 26.43%
G 250 of 647 ~ 38.64%
B 226 of 647 ~ 34.93%

%26.43
%38.64
%34.93

CMYK color model

#ABFAE2 color CMYK value is (32,0,10,2).

  • cyan value is 31.60%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 1.96%
CMYK:
(32,0,10,2)
C32M0Y10K2 
(32%,0%,10%,2%)
(0.32/0.00/0.10/0.02)	

CMYK percentages

%31.6
%0
%9.6
%1.96

Codes

Color #ABFAE2 in popluar color models

ABFAE2
RGB171250226
HSL162°88.76%82.55%
HSB/HSV162°31.60%98.04%
CMYK31.60%0.00%9.60%
1.96%

Color #ABFAE2 in popluar number systems.

HEXABFAE2
Decimal171250226
Binary101010111111101011100010
Octal253372342

Shades and tints

Shades of #ABFAE2

#ABFAE2
(171,250,226)
#9CE4CE
(156,228,206)
#8DCEBA
(141,206,186)
#7EB8A6
(126,184,166)
#6FA292
(111,162,146)
#608C7E
(96,140,126)
#51766A
(81,118,106)
#426056
(66,96,86)
#334A42
(51,74,66)
#24342E
(36,52,46)
#151E1A
(21,30,26)
#000000
(0,0,0)

Tints of #ABFAE2

#ABFAE2
(171,250,226)
#B2FAE4
(178,250,228)
#B9FAE6
(185,250,230)
#C0FAE8
(192,250,232)
#C7FAEA
(199,250,234)
#CEFAEC
(206,250,236)
#D5FAEE
(213,250,238)
#DCFAF0
(220,250,240)
#E3FAF2
(227,250,242)
#EAFAF4
(234,250,244)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABFAE2 color. Also use rgb(171,250,226) instead hex code.

Text Font Color

.myTextColor { color: #ABFAE2; }

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

This text font color is #ABFAE2.


Background Color

.myBgColor { background-color: #ABFAE2; }

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

This div background color is #ABFAE2.


Border color

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

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

This div border color is #ABFAE2.


Opacity

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

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

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

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

This text has shadow with #ABFAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFAE2 on black background.


Color preview on white background

This text has color #ABFAE2 on white background.



Black color preview on #ABFAE2 background

This text has black color on #ABFAE2 background.


White color preview on #ABFAE2 background

This text has white color on #ABFAE2 background.