COLOR #ABE0B8

HEX: #ABE0B8
RGB: (171,224,184)

Color info

#ABE0B8 contains red, green and blue colors in about the same proportion. Web safe color of #ABE0B8 is #99CCCC (or #9CC).

RGB color model

#ABE0B8 color RGB value is (171,224,184).

  • red value is 171;
  • green value is 224;
  • blue value is 184.
RGB:
(171,224,184)
(67%,88%,72%)

RGB channels and saturation

R 171 of 255 = 67%
G 224 of 255 = 88%
B 184 of 255 = 72%

171
224
184

R + G + B ~ 76%. #ABE0B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 224 + 184 = 579 (100%)
R 171 of 579 ~ 29.53%
G 224 of 579 ~ 38.69%
B 184 of 579 ~ 31.78%

%29.53
%38.69
%31.78

CMYK color model

#ABE0B8 color CMYK value is (24,0,18,12).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 12.16%
CMYK:
(24,0,18,12)
C24M0Y18K12 
(24%,0%,18%,12%)
(0.24/0.00/0.18/0.12)	

CMYK percentages

%23.66
%0
%17.86
%12.16

Codes

Color #ABE0B8 in popluar color models

ABE0B8
RGB171224184
HSL135°46.09%77.45%
HSB/HSV135°23.66%87.84%
CMYK23.66%0.00%17.86%
12.16%

Color #ABE0B8 in popluar number systems.

HEXABE0B8
Decimal171224184
Binary101010111110000010111000
Octal253340270

Shades and tints

Shades of #ABE0B8

#ABE0B8
(171,224,184)
#9CCCA8
(156,204,168)
#8DB898
(141,184,152)
#7EA488
(126,164,136)
#6F9078
(111,144,120)
#607C68
(96,124,104)
#516858
(81,104,88)
#425448
(66,84,72)
#334038
(51,64,56)
#242C28
(36,44,40)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #ABE0B8

#ABE0B8
(171,224,184)
#B2E2BE
(178,226,190)
#B9E4C4
(185,228,196)
#C0E6CA
(192,230,202)
#C7E8D0
(199,232,208)
#CEEAD6
(206,234,214)
#D5ECDC
(213,236,220)
#DCEEE2
(220,238,226)
#E3F0E8
(227,240,232)
#EAF2EE
(234,242,238)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE0B8 color. Also use rgb(171,224,184) instead hex code.

Text Font Color

.myTextColor { color: #ABE0B8; }

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

This text font color is #ABE0B8.


Background Color

.myBgColor { background-color: #ABE0B8; }

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

This div background color is #ABE0B8.


Border color

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

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

This div border color is #ABE0B8.


Opacity

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

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

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

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

This text has shadow with #ABE0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE0B8 on black background.


Color preview on white background

This text has color #ABE0B8 on white background.



Black color preview on #ABE0B8 background

This text has black color on #ABE0B8 background.


White color preview on #ABE0B8 background

This text has white color on #ABE0B8 background.