COLOR #ABFDEA

HEX: #ABFDEA
RGB: (171,253,234)

Color info

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

RGB color model

#ABFDEA color RGB value is (171,253,234).

  • red value is 171;
  • green value is 253;
  • blue value is 234.
RGB:
(171,253,234)
(67%,99%,92%)

RGB channels and saturation

R 171 of 255 = 67%
G 253 of 255 = 99%
B 234 of 255 = 92%

171
253
234

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

Portions of RGB colors in percentages

R + G + B =
171 + 253 + 234 = 658 (100%)
R 171 of 658 ~ 25.99%
G 253 of 658 ~ 38.45%
B 234 of 658 ~ 35.56%

%25.99
%38.45
%35.56

CMYK color model

#ABFDEA color CMYK value is (32,0,8,1).

  • cyan value is 32.41%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 0.78%
CMYK:
(32,0,8,1)
C32M0Y8K1 
(32%,0%,8%,1%)
(0.32/0.00/0.08/0.01)	

CMYK percentages

%32.41
%0
%7.51
%0.78

Codes

Color #ABFDEA in popluar color models

ABFDEA
RGB171253234
HSL166°95.35%83.14%
HSB/HSV166°32.41%99.22%
CMYK32.41%0.00%7.51%
0.78%

Color #ABFDEA in popluar number systems.

HEXABFDEA
Decimal171253234
Binary101010111111110111101010
Octal253375352

Shades and tints

Shades of #ABFDEA

#ABFDEA
(171,253,234)
#9CE6D5
(156,230,213)
#8DCFC0
(141,207,192)
#7EB8AB
(126,184,171)
#6FA196
(111,161,150)
#608A81
(96,138,129)
#51736C
(81,115,108)
#425C57
(66,92,87)
#334542
(51,69,66)
#242E2D
(36,46,45)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #ABFDEA

#ABFDEA
(171,253,234)
#B2FDEB
(178,253,235)
#B9FDEC
(185,253,236)
#C0FDED
(192,253,237)
#C7FDEE
(199,253,238)
#CEFDEF
(206,253,239)
#D5FDF0
(213,253,240)
#DCFDF1
(220,253,241)
#E3FDF2
(227,253,242)
#EAFDF3
(234,253,243)
#F1FDF4
(241,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABFDEA color. Also use rgb(171,253,234) instead hex code.

Text Font Color

.myTextColor { color: #ABFDEA; }

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

This text font color is #ABFDEA.


Background Color

.myBgColor { background-color: #ABFDEA; }

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

This div background color is #ABFDEA.


Border color

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

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

This div border color is #ABFDEA.


Opacity

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

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

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

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

This text has shadow with #ABFDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFDEA on black background.


Color preview on white background

This text has color #ABFDEA on white background.



Black color preview on #ABFDEA background

This text has black color on #ABFDEA background.


White color preview on #ABFDEA background

This text has white color on #ABFDEA background.