COLOR #ABEEEF

HEX: #ABEEEF RGB: (171,238,239)

Color info

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

RGB color model

#ABEEEF color RGB value is (171,238,239).

RGB: (171,238,239) (67%, 93%, 94%)

RGB channels and saturation

R 171 of 255 = 67%
G 238 of 255 = 93%
B 239 of 255 = 94%

171
238
239

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

Portions of RGB colors in percentages

R + G + B = 171 + 238 + 239 = 648 (100%)
R 171 of 648 ~ 26.39%
G 238 of 648 ~ 36.73%
B 239 of 648 ~ 36.88'%

%26.39
%36.73
%36.88

CMYK color model

#ABEEEF color CMYK value is (28,0,0,6).

  • cyan value is 28.45%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (28,0,0,6)
C28M0Y0K6 (28%, 0%, 0%, 6%)
(0.28 / 0.00 / 0.00 / 0.06)

CMYK percentages

%28.45
%0.42
%0
%6.27

Codes

Color #ABEEEF in popluar color models

AB EE EF
RGB 171 238 239
HSL 181° 68.00% 80.39%
HSB/HSV 181° 28.45% 93.73%
CMYK 28.45% 0.42% 0.00%
6.27%

Color #ABEEEF in popluar number systems.

HEX AB EE EF
Decimal 171 238 239
Binary 10101011 11101110 11101111
Octal 253 356 357

Shades and tints

Shades of #ABEEEF

#ABEEEF
(171,238,239)
#9CD9DA
(156,217,218)
#8DC4C5
(141,196,197)
#7EAFB0
(126,175,176)
#6F9A9B
(111,154,155)
#608586
(96,133,134)
#517071
(81,112,113)
#425B5C
(66,91,92)
#334647
(51,70,71)
#243132
(36,49,50)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #ABEEEF

#ABEEEF
(171,238,239)
#B2EFF0
(178,239,240)
#B9F0F1
(185,240,241)
#C0F1F2
(192,241,242)
#C7F2F3
(199,242,243)
#CEF3F4
(206,243,244)
#D5F4F5
(213,244,245)
#DCF5F6
(220,245,246)
#E3F6F7
(227,246,247)
#EAF7F8
(234,247,248)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEEEF; }

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

This text font color is #ABEEEF.

Background Color

.myBgColor { background-color: #ABEEEF; }

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

This div background color is #ABEEEF.

Border color

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

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

This div border color is #ABEEEF.

Opacity

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

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

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

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

This text has shadow with #ABEEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEEEF.

Preview

Color preview on black background

This text has color #ABEEEF on black background.


Color preview on white background

This text has color #ABEEEF on white background.


Black color preview on #ABEEEF background

This text has black color on #ABEEEF background.


White color preview on #ABEEEF background

This text has white color on #ABEEEF background.


Related colors

Complementary color

Complementary color for #hex is #541110.


I love getcolorcode.com

Triadic colors

1 #EFABEE and #EEEFAB with #ABEEEF are triadic colors.

2 #EFEEAB and #EEABEF with #ABEEEF are triadic colors.