COLOR #ABE0E9

HEX: #ABE0E9 RGB: (171,224,233)

Color info

#ABE0E9 contains mainly green and blue colors. Web safe color of #ABE0E9 is #99CCFF (or #9CF).

RGB color model

#ABE0E9 color RGB value is (171,224,233).

RGB: (171,224,233) (67%, 88%, 91%)

RGB channels and saturation

R 171 of 255 = 67%
G 224 of 255 = 88%
B 233 of 255 = 91%

171
224
233

R + G + B ~ 82%. #ABE0E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 224 + 233 = 628 (100%)
R 171 of 628 ~ 27.23%
G 224 of 628 ~ 35.67%
B 233 of 628 ~ 37.1'%

%27.23
%35.67
%37.1

CMYK color model

#ABE0E9 color CMYK value is (27,4,0,9).

  • cyan value is 26.61%
  • magenta value is 3.86%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (27,4,0,9) C27M4Y0K9 (27%,4%,0%,9%) (0.27/0.04/0.00/0.09) 

CMYK percentages

%26.61
%3.86
%0
%8.63

Codes

Color #ABE0E9 in popluar color models

AB E0 E9
RGB 171 224 233
HSL 189° 58.49% 79.22%
HSB/HSV 189° 26.61% 91.37%
CMYK 26.61% 3.86% 0.00%
8.63%

Color #ABE0E9 in popluar number systems.

HEX AB E0 E9
Decimal 171 224 233
Binary 10101011 11100000 11101001
Octal 253 340 351

Shades and tints

Shades of #ABE0E9

#ABE0E9
(171,224,233)
#9CCCD4
(156,204,212)
#8DB8BF
(141,184,191)
#7EA4AA
(126,164,170)
#6F9095
(111,144,149)
#607C80
(96,124,128)
#51686B
(81,104,107)
#425456
(66,84,86)
#334041
(51,64,65)
#242C2C
(36,44,44)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #ABE0E9

#ABE0E9
(171,224,233)
#B2E2EB
(178,226,235)
#B9E4ED
(185,228,237)
#C0E6EF
(192,230,239)
#C7E8F1
(199,232,241)
#CEEAF3
(206,234,243)
#D5ECF5
(213,236,245)
#DCEEF7
(220,238,247)
#E3F0F9
(227,240,249)
#EAF2FB
(234,242,251)
#F1F4FD
(241,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE0E9 color. Also use rgb(171,224,233) instead hex code.

Text Font Color

.myTextColor { color: #ABE0E9; }

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

This text font color is #ABE0E9.

Background Color

.myBgColor { background-color: #ABE0E9; }

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

This div background color is #ABE0E9.

Border color

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

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

This div border color is #ABE0E9.

Opacity

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

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

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

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

This text has shadow with #ABE0E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE0E9.

Preview

Color preview on black background

This text has color #ABE0E9 on black background.


Color preview on white background

This text has color #ABE0E9 on white background.


Black color preview on #ABE0E9 background

This text has black color on #ABE0E9 background.


White color preview on #ABE0E9 background

This text has white color on #ABE0E9 background.


Related colors

Complementary color

Complementary color for #hex is #541F16.


I love getcolorcode.com

Triadic colors

1 #E9ABE0 and #E0E9AB with #ABE0E9 are triadic colors.

2 #E9E0AB and #E0ABE9 with #ABE0E9 are triadic colors.