COLOR #ABEEC9

HEX: #ABEEC9
RGB: (171,238,201)

Color info

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

RGB color model

#ABEEC9 color RGB value is (171,238,201).

  • red value is 171;
  • green value is 238;
  • blue value is 201.
RGB:
(171,238,201)
(67%,93%,79%)

RGB channels and saturation

R 171 of 255 = 67%
G 238 of 255 = 93%
B 201 of 255 = 79%

171
238
201

R + G + B ~ 80%. #ABEEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 238 + 201 = 610 (100%)
R 171 of 610 ~ 28.03%
G 238 of 610 ~ 39.02%
B 201 of 610 ~ 32.95%

%28.03
%39.02
%32.95

CMYK color model

#ABEEC9 color CMYK value is (28,0,16,7).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 15.55%
  • key color value is 6.67%
CMYK:
(28,0,16,7)
C28M0Y16K7 
(28%,0%,16%,7%)
(0.28/0.00/0.16/0.07)	

CMYK percentages

%28.15
%0
%15.55
%6.67

Codes

Color #ABEEC9 in popluar color models

ABEEC9
RGB171238201
HSL147°66.34%80.20%
HSB/HSV147°28.15%93.33%
CMYK28.15%0.00%15.55%
6.67%

Color #ABEEC9 in popluar number systems.

HEXABEEC9
Decimal171238201
Binary101010111110111011001001
Octal253356311

Shades and tints

Shades of #ABEEC9

#ABEEC9
(171,238,201)
#9CD9B7
(156,217,183)
#8DC4A5
(141,196,165)
#7EAF93
(126,175,147)
#6F9A81
(111,154,129)
#60856F
(96,133,111)
#51705D
(81,112,93)
#425B4B
(66,91,75)
#334639
(51,70,57)
#243127
(36,49,39)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #ABEEC9

#ABEEC9
(171,238,201)
#B2EFCD
(178,239,205)
#B9F0D1
(185,240,209)
#C0F1D5
(192,241,213)
#C7F2D9
(199,242,217)
#CEF3DD
(206,243,221)
#D5F4E1
(213,244,225)
#DCF5E5
(220,245,229)
#E3F6E9
(227,246,233)
#EAF7ED
(234,247,237)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABEEC9 color. Also use rgb(171,238,201) instead hex code.

Text Font Color

.myTextColor { color: #ABEEC9; }

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

This text font color is #ABEEC9.


Background Color

.myBgColor { background-color: #ABEEC9; }

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

This div background color is #ABEEC9.


Border color

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

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

This div border color is #ABEEC9.


Opacity

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

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

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

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

This text has shadow with #ABEEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABEEC9 on black background.


Color preview on white background

This text has color #ABEEC9 on white background.



Black color preview on #ABEEC9 background

This text has black color on #ABEEC9 background.


White color preview on #ABEEC9 background

This text has white color on #ABEEC9 background.