COLOR #ABE7ED

HEX: #ABE7ED RGB: (171,231,237)

Color info

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

RGB color model

#ABE7ED color RGB value is (171,231,237).

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

RGB channels and saturation

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

171
231
237

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

Portions of RGB colors in percentages

R + G + B = 171 + 231 + 237 = 639 (100%)
R 171 of 639 ~ 26.76%
G 231 of 639 ~ 36.15%
B 237 of 639 ~ 37.09'%

%26.76
%36.15
%37.09

CMYK color model

#ABE7ED color CMYK value is (28,3,0,7).

  • cyan value is 27.85%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (28,3,0,7)
C28M3Y0K7 (28%, 3%, 0%, 7%)
(0.28 / 0.03 / 0.00 / 0.07)

CMYK percentages

%27.85
%2.53
%0
%7.06

Codes

Color #ABE7ED in popluar color models

AB E7 ED
RGB 171 231 237
HSL 185° 64.71% 80.00%
HSB/HSV 185° 27.85% 92.94%
CMYK 27.85% 2.53% 0.00%
7.06%

Color #ABE7ED in popluar number systems.

HEX AB E7 ED
Decimal 171 231 237
Binary 10101011 11100111 11101101
Octal 253 347 355

Shades and tints

Shades of #ABE7ED

#ABE7ED
(171,231,237)
#9CD2D8
(156,210,216)
#8DBDC3
(141,189,195)
#7EA8AE
(126,168,174)
#6F9399
(111,147,153)
#607E84
(96,126,132)
#51696F
(81,105,111)
#42545A
(66,84,90)
#333F45
(51,63,69)
#242A30
(36,42,48)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #ABE7ED

#ABE7ED
(171,231,237)
#B2E9EE
(178,233,238)
#B9EBEF
(185,235,239)
#C0EDF0
(192,237,240)
#C7EFF1
(199,239,241)
#CEF1F2
(206,241,242)
#D5F3F3
(213,243,243)
#DCF5F4
(220,245,244)
#E3F7F5
(227,247,245)
#EAF9F6
(234,249,246)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE7ED; }

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

This text font color is #ABE7ED.

Background Color

.myBgColor { background-color: #ABE7ED; }

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

This div background color is #ABE7ED.

Border color

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

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

This div border color is #ABE7ED.

Opacity

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

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

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

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

This text has shadow with #ABE7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE7ED.

Preview

Color preview on black background

This text has color #ABE7ED on black background.


Color preview on white background

This text has color #ABE7ED on white background.


Black color preview on #ABE7ED background

This text has black color on #ABE7ED background.


White color preview on #ABE7ED background

This text has white color on #ABE7ED background.


Related colors

Complementary color

Complementary color for #hex is #541812.


I love getcolorcode.com

Triadic colors

1 #EDABE7 and #E7EDAB with #ABE7ED are triadic colors.

2 #EDE7AB and #E7ABED with #ABE7ED are triadic colors.