COLOR #ABE0B7

HEX: #ABE0B7
RGB: (171,224,183)

Color info

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

RGB color model

#ABE0B7 color RGB value is (171,224,183).

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

RGB channels and saturation

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

171
224
183

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

Portions of RGB colors in percentages

R + G + B =
171 + 224 + 183 = 578 (100%)
R 171 of 578 ~ 29.58%
G 224 of 578 ~ 38.75%
B 183 of 578 ~ 31.66%

%29.58
%38.75
%31.66

CMYK color model

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

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • 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
%18.3
%12.16

Codes

Color #ABE0B7 in popluar color models

ABE0B7
RGB171224183
HSL134°46.09%77.45%
HSB/HSV134°23.66%87.84%
CMYK23.66%0.00%18.30%
12.16%

Color #ABE0B7 in popluar number systems.

HEXABE0B7
Decimal171224183
Binary101010111110000010110111
Octal253340267

Shades and tints

Shades of #ABE0B7

#ABE0B7
(171,224,183)
#9CCCA7
(156,204,167)
#8DB897
(141,184,151)
#7EA487
(126,164,135)
#6F9077
(111,144,119)
#607C67
(96,124,103)
#516857
(81,104,87)
#425447
(66,84,71)
#334037
(51,64,55)
#242C27
(36,44,39)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #ABE0B7

#ABE0B7
(171,224,183)
#B2E2BD
(178,226,189)
#B9E4C3
(185,228,195)
#C0E6C9
(192,230,201)
#C7E8CF
(199,232,207)
#CEEAD5
(206,234,213)
#D5ECDB
(213,236,219)
#DCEEE1
(220,238,225)
#E3F0E7
(227,240,231)
#EAF2ED
(234,242,237)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE0B7; }

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

This text font color is #ABE0B7.


Background Color

.myBgColor { background-color: #ABE0B7; }

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

This div background color is #ABE0B7.


Border color

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

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

This div border color is #ABE0B7.


Opacity

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

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

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

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

This text has shadow with #ABE0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE0B7 on black background.


Color preview on white background

This text has color #ABE0B7 on white background.



Black color preview on #ABE0B7 background

This text has black color on #ABE0B7 background.


White color preview on #ABE0B7 background

This text has white color on #ABE0B7 background.