COLOR #ABECB8

HEX: #ABECB8
RGB: (171,236,184)

Color info

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

RGB color model

#ABECB8 color RGB value is (171,236,184).

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

RGB channels and saturation

R 171 of 255 = 67%
G 236 of 255 = 93%
B 184 of 255 = 72%

171
236
184

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

Portions of RGB colors in percentages

R + G + B =
171 + 236 + 184 = 591 (100%)
R 171 of 591 ~ 28.93%
G 236 of 591 ~ 39.93%
B 184 of 591 ~ 31.13%

%28.93
%39.93
%31.13

CMYK color model

#ABECB8 color CMYK value is (28,0,22,7).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 7.45%
CMYK:
(28,0,22,7)
C28M0Y22K7 
(28%,0%,22%,7%)
(0.28/0.00/0.22/0.07)	

CMYK percentages

%27.54
%0
%22.03
%7.45

Codes

Color #ABECB8 in popluar color models

ABECB8
RGB171236184
HSL132°63.11%79.80%
HSB/HSV132°27.54%92.55%
CMYK27.54%0.00%22.03%
7.45%

Color #ABECB8 in popluar number systems.

HEXABECB8
Decimal171236184
Binary101010111110110010111000
Octal253354270

Shades and tints

Shades of #ABECB8

#ABECB8
(171,236,184)
#9CD7A8
(156,215,168)
#8DC298
(141,194,152)
#7EAD88
(126,173,136)
#6F9878
(111,152,120)
#608368
(96,131,104)
#516E58
(81,110,88)
#425948
(66,89,72)
#334438
(51,68,56)
#242F28
(36,47,40)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #ABECB8

#ABECB8
(171,236,184)
#B2EDBE
(178,237,190)
#B9EEC4
(185,238,196)
#C0EFCA
(192,239,202)
#C7F0D0
(199,240,208)
#CEF1D6
(206,241,214)
#D5F2DC
(213,242,220)
#DCF3E2
(220,243,226)
#E3F4E8
(227,244,232)
#EAF5EE
(234,245,238)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABECB8; }

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

This text font color is #ABECB8.


Background Color

.myBgColor { background-color: #ABECB8; }

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

This div background color is #ABECB8.


Border color

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

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

This div border color is #ABECB8.


Opacity

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

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

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

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

This text has shadow with #ABECB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABECB8 on black background.


Color preview on white background

This text has color #ABECB8 on white background.



Black color preview on #ABECB8 background

This text has black color on #ABECB8 background.


White color preview on #ABECB8 background

This text has white color on #ABECB8 background.