COLOR #ABE9BD

HEX: #ABE9BD
RGB: (171,233,189)

Color info

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

RGB color model

#ABE9BD color RGB value is (171,233,189).

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

RGB channels and saturation

R 171 of 255 = 67%
G 233 of 255 = 91%
B 189 of 255 = 74%

171
233
189

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

Portions of RGB colors in percentages

R + G + B =
171 + 233 + 189 = 593 (100%)
R 171 of 593 ~ 28.84%
G 233 of 593 ~ 39.29%
B 189 of 593 ~ 31.87%

%28.84
%39.29
%31.87

CMYK color model

#ABE9BD color CMYK value is (27,0,19,9).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 8.63%
CMYK:
(27,0,19,9)
C27M0Y19K9 
(27%,0%,19%,9%)
(0.27/0.00/0.19/0.09)	

CMYK percentages

%26.61
%0
%18.88
%8.63

Codes

Color #ABE9BD in popluar color models

ABE9BD
RGB171233189
HSL137°58.49%79.22%
HSB/HSV137°26.61%91.37%
CMYK26.61%0.00%18.88%
8.63%

Color #ABE9BD in popluar number systems.

HEXABE9BD
Decimal171233189
Binary101010111110100110111101
Octal253351275

Shades and tints

Shades of #ABE9BD

#ABE9BD
(171,233,189)
#9CD4AC
(156,212,172)
#8DBF9B
(141,191,155)
#7EAA8A
(126,170,138)
#6F9579
(111,149,121)
#608068
(96,128,104)
#516B57
(81,107,87)
#425646
(66,86,70)
#334135
(51,65,53)
#242C24
(36,44,36)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #ABE9BD

#ABE9BD
(171,233,189)
#B2EBC3
(178,235,195)
#B9EDC9
(185,237,201)
#C0EFCF
(192,239,207)
#C7F1D5
(199,241,213)
#CEF3DB
(206,243,219)
#D5F5E1
(213,245,225)
#DCF7E7
(220,247,231)
#E3F9ED
(227,249,237)
#EAFBF3
(234,251,243)
#F1FDF9
(241,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE9BD; }

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

This text font color is #ABE9BD.


Background Color

.myBgColor { background-color: #ABE9BD; }

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

This div background color is #ABE9BD.


Border color

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

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

This div border color is #ABE9BD.


Opacity

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

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

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

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

This text has shadow with #ABE9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE9BD on black background.


Color preview on white background

This text has color #ABE9BD on white background.



Black color preview on #ABE9BD background

This text has black color on #ABE9BD background.


White color preview on #ABE9BD background

This text has white color on #ABE9BD background.