COLOR #ABE8ED

HEX: #ABE8ED RGB: (171,232,237)

Color info

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

RGB color model

#ABE8ED color RGB value is (171,232,237).

RGB: (171,232,237) (67%, 91%, 93%)

RGB channels and saturation

R 171 of 255 = 67%
G 232 of 255 = 91%
B 237 of 255 = 93%

171
232
237

R + G + B ~ 84%. #ABE8ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 232 + 237 = 640 (100%)
R 171 of 640 ~ 26.72%
G 232 of 640 ~ 36.25%
B 237 of 640 ~ 37.03'%

%26.72
%36.25
%37.03

CMYK color model

#ABE8ED color CMYK value is (28,2,0,7).

  • cyan value is 27.85%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (28,2,0,7) C28M2Y0K7 (28%,2%,0%,7%) (0.28/0.02/0.00/0.07) 

CMYK percentages

%27.85
%2.11
%0
%7.06

Codes

Color #ABE8ED in popluar color models

AB E8 ED
RGB 171 232 237
HSL 185° 64.71% 80.00%
HSB/HSV 185° 27.85% 92.94%
CMYK 27.85% 2.11% 0.00%
7.06%

Color #ABE8ED in popluar number systems.

HEX AB E8 ED
Decimal 171 232 237
Binary 10101011 11101000 11101101
Octal 253 350 355

Shades and tints

Shades of #ABE8ED

#ABE8ED
(171,232,237)
#9CD3D8
(156,211,216)
#8DBEC3
(141,190,195)
#7EA9AE
(126,169,174)
#6F9499
(111,148,153)
#607F84
(96,127,132)
#516A6F
(81,106,111)
#42555A
(66,85,90)
#334045
(51,64,69)
#242B30
(36,43,48)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #ABE8ED

#ABE8ED
(171,232,237)
#B2EAEE
(178,234,238)
#B9ECEF
(185,236,239)
#C0EEF0
(192,238,240)
#C7F0F1
(199,240,241)
#CEF2F2
(206,242,242)
#D5F4F3
(213,244,243)
#DCF6F4
(220,246,244)
#E3F8F5
(227,248,245)
#EAFAF6
(234,250,246)
#F1FCF7
(241,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE8ED color. Also use rgb(171,232,237) instead hex code.

Text Font Color

.myTextColor { color: #ABE8ED; }

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

This text font color is #ABE8ED.

Background Color

.myBgColor { background-color: #ABE8ED; }

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

This div background color is #ABE8ED.

Border color

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

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

This div border color is #ABE8ED.

Opacity

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

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

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

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

This text has shadow with #ABE8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE8ED.

Preview

Color preview on black background

This text has color #ABE8ED on black background.


Color preview on white background

This text has color #ABE8ED on white background.


Black color preview on #ABE8ED background

This text has black color on #ABE8ED background.


White color preview on #ABE8ED background

This text has white color on #ABE8ED background.


Related colors

Complementary color

Complementary color for #hex is #541712.


I love getcolorcode.com

Triadic colors

1 #EDABE8 and #E8EDAB with #ABE8ED are triadic colors.

2 #EDE8AB and #E8ABED with #ABE8ED are triadic colors.