COLOR #ABE9B9

HEX: #ABE9B9
RGB: (171,233,185)

Color info

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

RGB color model

#ABE9B9 color RGB value is (171,233,185).

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

RGB channels and saturation

R 171 of 255 = 67%
G 233 of 255 = 91%
B 185 of 255 = 73%

171
233
185

R + G + B ~ 77%. #ABE9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 233 + 185 = 589 (100%)
R 171 of 589 ~ 29.03%
G 233 of 589 ~ 39.56%
B 185 of 589 ~ 31.41%

%29.03
%39.56
%31.41

CMYK color model

#ABE9B9 color CMYK value is (27,0,21,9).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 20.60%
  • key color value is 8.63%
CMYK:
(27,0,21,9)
C27M0Y21K9 
(27%,0%,21%,9%)
(0.27/0.00/0.21/0.09)	

CMYK percentages

%26.61
%0
%20.6
%8.63

Codes

Color #ABE9B9 in popluar color models

ABE9B9
RGB171233185
HSL134°58.49%79.22%
HSB/HSV134°26.61%91.37%
CMYK26.61%0.00%20.60%
8.63%

Color #ABE9B9 in popluar number systems.

HEXABE9B9
Decimal171233185
Binary101010111110100110111001
Octal253351271

Shades and tints

Shades of #ABE9B9

#ABE9B9
(171,233,185)
#9CD4A9
(156,212,169)
#8DBF99
(141,191,153)
#7EAA89
(126,170,137)
#6F9579
(111,149,121)
#608069
(96,128,105)
#516B59
(81,107,89)
#425649
(66,86,73)
#334139
(51,65,57)
#242C29
(36,44,41)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #ABE9B9

#ABE9B9
(171,233,185)
#B2EBBF
(178,235,191)
#B9EDC5
(185,237,197)
#C0EFCB
(192,239,203)
#C7F1D1
(199,241,209)
#CEF3D7
(206,243,215)
#D5F5DD
(213,245,221)
#DCF7E3
(220,247,227)
#E3F9E9
(227,249,233)
#EAFBEF
(234,251,239)
#F1FDF5
(241,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE9B9; }

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

This text font color is #ABE9B9.


Background Color

.myBgColor { background-color: #ABE9B9; }

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

This div background color is #ABE9B9.


Border color

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

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

This div border color is #ABE9B9.


Opacity

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

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

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

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

This text has shadow with #ABE9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE9B9 on black background.


Color preview on white background

This text has color #ABE9B9 on white background.



Black color preview on #ABE9B9 background

This text has black color on #ABE9B9 background.


White color preview on #ABE9B9 background

This text has white color on #ABE9B9 background.