COLOR #ABE6E7

HEX: #ABE6E7 RGB: (171,230,231)

Color info

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

RGB color model

#ABE6E7 color RGB value is (171,230,231).

RGB: (171,230,231) (67%, 90%, 91%)

RGB channels and saturation

R 171 of 255 = 67%
G 230 of 255 = 90%
B 231 of 255 = 91%

171
230
231

R + G + B ~ 83%. #ABE6E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 230 + 231 = 632 (100%)
R 171 of 632 ~ 27.06%
G 230 of 632 ~ 36.39%
B 231 of 632 ~ 36.55'%

%27.06
%36.39
%36.55

CMYK color model

#ABE6E7 color CMYK value is (26,0,0,9).

  • cyan value is 25.97%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (26,0,0,9)
C26M0Y0K9 (26%, 0%, 0%, 9%)
(0.26 / 0.00 / 0.00 / 0.09)

CMYK percentages

%25.97
%0.43
%0
%9.41

Codes

Color #ABE6E7 in popluar color models

AB E6 E7
RGB 171 230 231
HSL 181° 55.56% 78.82%
HSB/HSV 181° 25.97% 90.59%
CMYK 25.97% 0.43% 0.00%
9.41%

Color #ABE6E7 in popluar number systems.

HEX AB E6 E7
Decimal 171 230 231
Binary 10101011 11100110 11100111
Octal 253 346 347

Shades and tints

Shades of #ABE6E7

#ABE6E7
(171,230,231)
#9CD2D2
(156,210,210)
#8DBEBD
(141,190,189)
#7EAAA8
(126,170,168)
#6F9693
(111,150,147)
#60827E
(96,130,126)
#516E69
(81,110,105)
#425A54
(66,90,84)
#33463F
(51,70,63)
#24322A
(36,50,42)
#151E15
(21,30,21)
#000000
(0,0,0)

Tints of #ABE6E7

#ABE6E7
(171,230,231)
#B2E8E9
(178,232,233)
#B9EAEB
(185,234,235)
#C0ECED
(192,236,237)
#C7EEEF
(199,238,239)
#CEF0F1
(206,240,241)
#D5F2F3
(213,242,243)
#DCF4F5
(220,244,245)
#E3F6F7
(227,246,247)
#EAF8F9
(234,248,249)
#F1FAFB
(241,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE6E7; }

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

This text font color is #ABE6E7.

Background Color

.myBgColor { background-color: #ABE6E7; }

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

This div background color is #ABE6E7.

Border color

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

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

This div border color is #ABE6E7.

Opacity

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

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

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

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

This text has shadow with #ABE6E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE6E7.

Preview

Color preview on black background

This text has color #ABE6E7 on black background.


Color preview on white background

This text has color #ABE6E7 on white background.


Black color preview on #ABE6E7 background

This text has black color on #ABE6E7 background.


White color preview on #ABE6E7 background

This text has white color on #ABE6E7 background.


Related colors

Complementary color

Complementary color for #hex is #541918.


I love getcolorcode.com

Triadic colors

1 #E7ABE6 and #E6E7AB with #ABE6E7 are triadic colors.

2 #E7E6AB and #E6ABE7 with #ABE6E7 are triadic colors.