COLOR #ABEEFA

HEX: #ABEEFA RGB: (171,238,250)

Color info

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

RGB color model

#ABEEFA color RGB value is (171,238,250).

RGB: (171,238,250) (67%, 93%, 98%)

RGB channels and saturation

R 171 of 255 = 67%
G 238 of 255 = 93%
B 250 of 255 = 98%

171
238
250

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

Portions of RGB colors in percentages

R + G + B = 171 + 238 + 250 = 659 (100%)
R 171 of 659 ~ 25.95%
G 238 of 659 ~ 36.12%
B 250 of 659 ~ 37.94'%

%25.95
%36.12
%37.94

CMYK color model

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

  • cyan value is 31.60%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (32,5,0,2)
C32M5Y0K2 (32%, 5%, 0%, 2%)
(0.32 / 0.05 / 0.00 / 0.02)

CMYK percentages

%31.6
%4.8
%0
%1.96

Codes

Color #ABEEFA in popluar color models

AB EE FA
RGB 171 238 250
HSL 189° 88.76% 82.55%
HSB/HSV 189° 31.60% 98.04%
CMYK 31.60% 4.80% 0.00%
1.96%

Color #ABEEFA in popluar number systems.

HEX AB EE FA
Decimal 171 238 250
Binary 10101011 11101110 11111010
Octal 253 356 372

Shades and tints

Shades of #ABEEFA

#ABEEFA
(171,238,250)
#9CD9E4
(156,217,228)
#8DC4CE
(141,196,206)
#7EAFB8
(126,175,184)
#6F9AA2
(111,154,162)
#60858C
(96,133,140)
#517076
(81,112,118)
#425B60
(66,91,96)
#33464A
(51,70,74)
#243134
(36,49,52)
#151C1E
(21,28,30)
#000000
(0,0,0)

Tints of #ABEEFA

#ABEEFA
(171,238,250)
#B2EFFA
(178,239,250)
#B9F0FA
(185,240,250)
#C0F1FA
(192,241,250)
#C7F2FA
(199,242,250)
#CEF3FA
(206,243,250)
#D5F4FA
(213,244,250)
#DCF5FA
(220,245,250)
#E3F6FA
(227,246,250)
#EAF7FA
(234,247,250)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEEFA; }

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

This text font color is #ABEEFA.

Background Color

.myBgColor { background-color: #ABEEFA; }

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

This div background color is #ABEEFA.

Border color

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

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

This div border color is #ABEEFA.

Opacity

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

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

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

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

This text has shadow with #ABEEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEEFA.

Preview

Color preview on black background

This text has color #ABEEFA on black background.


Color preview on white background

This text has color #ABEEFA on white background.


Black color preview on #ABEEFA background

This text has black color on #ABEEFA background.


White color preview on #ABEEFA background

This text has white color on #ABEEFA background.


Related colors

Complementary color

Complementary color for #hex is #541105.


I love getcolorcode.com

Triadic colors

1 #FAABEE and #EEFAAB with #ABEEFA are triadic colors.

2 #FAEEAB and #EEABFA with #ABEEFA are triadic colors.