COLOR #8EBC93

HEX: #8EBC93
RGB: (142,188,147)

Color info

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

RGB color model

#8EBC93 color RGB value is (142,188,147).

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

RGB channels and saturation

R 142 of 255 = 56%
G 188 of 255 = 74%
B 147 of 255 = 58%

142
188
147

R + G + B ~ 63%. #8EBC93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 188 + 147 = 477 (100%)
R 142 of 477 ~ 29.77%
G 188 of 477 ~ 39.41%
B 147 of 477 ~ 30.82%

%29.77
%39.41
%30.82

CMYK color model

#8EBC93 color CMYK value is (24,0,22,26).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 21.81%
  • key color value is 26.27%
CMYK:
(24,0,22,26)
C24M0Y22K26 
(24%,0%,22%,26%)
(0.24/0.00/0.22/0.26)	

CMYK percentages

%24.47
%0
%21.81
%26.27

Codes

Color #8EBC93 in popluar color models

8EBC93
RGB142188147
HSL127°25.56%64.71%
HSB/HSV127°24.47%73.73%
CMYK24.47%0.00%21.81%
26.27%

Color #8EBC93 in popluar number systems.

HEX8EBC93
Decimal142188147
Binary100011101011110010010011
Octal216274223

Shades and tints

Shades of #8EBC93

#8EBC93
(142,188,147)
#82AB86
(130,171,134)
#769A79
(118,154,121)
#6A896C
(106,137,108)
#5E785F
(94,120,95)
#526752
(82,103,82)
#465645
(70,86,69)
#3A4538
(58,69,56)
#2E342B
(46,52,43)
#22231E
(34,35,30)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #8EBC93

#8EBC93
(142,188,147)
#98C29C
(152,194,156)
#A2C8A5
(162,200,165)
#ACCEAE
(172,206,174)
#B6D4B7
(182,212,183)
#C0DAC0
(192,218,192)
#CAE0C9
(202,224,201)
#D4E6D2
(212,230,210)
#DEECDB
(222,236,219)
#E8F2E4
(232,242,228)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBC93; }

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

This text font color is #8EBC93.


Background Color

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

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

This div background color is #8EBC93.


Border color

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

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

This div border color is #8EBC93.


Opacity

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

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

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

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

This text has shadow with #8EBC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBC93 on black background.


Color preview on white background

This text has color #8EBC93 on white background.



Black color preview on #8EBC93 background

This text has black color on #8EBC93 background.


White color preview on #8EBC93 background

This text has white color on #8EBC93 background.