COLOR #ABE9DC

HEX: #ABE9DC
RGB: (171,233,220)

Color info

#ABE9DC contains mainly green and blue colors. Web safe color of #ABE9DC is #99FFCC (or #9FC).

RGB color model

#ABE9DC color RGB value is (171,233,220).

  • red value is 171;
  • green value is 233;
  • blue value is 220.
RGB:
(171,233,220)
(67%,91%,86%)

RGB channels and saturation

R 171 of 255 = 67%
G 233 of 255 = 91%
B 220 of 255 = 86%

171
233
220

R + G + B ~ 81%. #ABE9DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 233 + 220 = 624 (100%)
R 171 of 624 ~ 27.4%
G 233 of 624 ~ 37.34%
B 220 of 624 ~ 35.26%

%27.4
%37.34
%35.26

CMYK color model

#ABE9DC color CMYK value is (27,0,6,9).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 8.63%
CMYK:
(27,0,6,9)
C27M0Y6K9 
(27%,0%,6%,9%)
(0.27/0.00/0.06/0.09)	

CMYK percentages

%26.61
%0
%5.58
%8.63

Codes

Color #ABE9DC in popluar color models

ABE9DC
RGB171233220
HSL167°58.49%79.22%
HSB/HSV167°26.61%91.37%
CMYK26.61%0.00%5.58%
8.63%

Color #ABE9DC in popluar number systems.

HEXABE9DC
Decimal171233220
Binary101010111110100111011100
Octal253351334

Shades and tints

Shades of #ABE9DC

#ABE9DC
(171,233,220)
#9CD4C8
(156,212,200)
#8DBFB4
(141,191,180)
#7EAAA0
(126,170,160)
#6F958C
(111,149,140)
#608078
(96,128,120)
#516B64
(81,107,100)
#425650
(66,86,80)
#33413C
(51,65,60)
#242C28
(36,44,40)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABE9DC

#ABE9DC
(171,233,220)
#B2EBDF
(178,235,223)
#B9EDE2
(185,237,226)
#C0EFE5
(192,239,229)
#C7F1E8
(199,241,232)
#CEF3EB
(206,243,235)
#D5F5EE
(213,245,238)
#DCF7F1
(220,247,241)
#E3F9F4
(227,249,244)
#EAFBF7
(234,251,247)
#F1FDFA
(241,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE9DC; }

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

This text font color is #ABE9DC.


Background Color

.myBgColor { background-color: #ABE9DC; }

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

This div background color is #ABE9DC.


Border color

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

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

This div border color is #ABE9DC.


Opacity

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

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

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

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

This text has shadow with #ABE9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE9DC on black background.


Color preview on white background

This text has color #ABE9DC on white background.



Black color preview on #ABE9DC background

This text has black color on #ABE9DC background.


White color preview on #ABE9DC background

This text has white color on #ABE9DC background.