COLOR #8ABC93

HEX: #8ABC93
RGB: (138,188,147)

Color info

#8ABC93 contains red, green and blue colors in about the same proportion. Web safe color of #8ABC93 is #99CC99 (or #9C9).

RGB color model

#8ABC93 color RGB value is (138,188,147).

  • red value is 138;
  • green value is 188;
  • blue value is 147.
RGB:
(138,188,147)
(54%,74%,58%)

RGB channels and saturation

R 138 of 255 = 54%
G 188 of 255 = 74%
B 147 of 255 = 58%

138
188
147

R + G + B ~ 62%. #8ABC93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 188 + 147 = 473 (100%)
R 138 of 473 ~ 29.18%
G 188 of 473 ~ 39.75%
B 147 of 473 ~ 31.08%

%29.18
%39.75
%31.08

CMYK color model

#8ABC93 color CMYK value is (27,0,22,26).

  • cyan value is 26.60%
  • magenta value is 0.00%
  • yellow value is 21.81%
  • key color value is 26.27%
CMYK:
(27,0,22,26)
C27M0Y22K26 
(27%,0%,22%,26%)
(0.27/0.00/0.22/0.26)	

CMYK percentages

%26.6
%0
%21.81
%26.27

Codes

Color #8ABC93 in popluar color models

8ABC93
RGB138188147
HSL131°27.17%63.92%
HSB/HSV131°26.60%73.73%
CMYK26.60%0.00%21.81%
26.27%

Color #8ABC93 in popluar number systems.

HEX8ABC93
Decimal138188147
Binary100010101011110010010011
Octal212274223

Shades and tints

Shades of #8ABC93

#8ABC93
(138,188,147)
#7EAB86
(126,171,134)
#729A79
(114,154,121)
#66896C
(102,137,108)
#5A785F
(90,120,95)
#4E6752
(78,103,82)
#425645
(66,86,69)
#364538
(54,69,56)
#2A342B
(42,52,43)
#1E231E
(30,35,30)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8ABC93

#8ABC93
(138,188,147)
#94C29C
(148,194,156)
#9EC8A5
(158,200,165)
#A8CEAE
(168,206,174)
#B2D4B7
(178,212,183)
#BCDAC0
(188,218,192)
#C6E0C9
(198,224,201)
#D0E6D2
(208,230,210)
#DAECDB
(218,236,219)
#E4F2E4
(228,242,228)
#EEF8ED
(238,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABC93 color. Also use rgb(138,188,147) instead hex code.

Text Font Color

.myTextColor { color: #8ABC93; }

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

This text font color is #8ABC93.


Background Color

.myBgColor { background-color: #8ABC93; }

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

This div background color is #8ABC93.


Border color

.myBorderColor { border: 1px solid #8ABC93; }

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

This div border color is #8ABC93.


Opacity

.myOpacity80 { color: #8ABC93; opacity: 0.8; }

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

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

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

This text has shadow with #8ABC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABC93 on black background.


Color preview on white background

This text has color #8ABC93 on white background.



Black color preview on #8ABC93 background

This text has black color on #8ABC93 background.


White color preview on #8ABC93 background

This text has white color on #8ABC93 background.