COLOR #8EBA93

HEX: #8EBA93 RGB: (142,186,147)

Color info

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

RGB color model

#8EBA93 color RGB value is (142,186,147).

RGB: (142,186,147) (56%, 73%, 58%)

RGB channels and saturation

R 142 of 255 = 56%
G 186 of 255 = 73%
B 147 of 255 = 58%

142
186
147

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

Portions of RGB colors in percentages

R + G + B = 142 + 186 + 147 = 475 (100%)
R 142 of 475 ~ 29.89%
G 186 of 475 ~ 39.16%
B 147 of 475 ~ 30.95'%

%29.89
%39.16
%30.95

CMYK color model

#8EBA93 color CMYK value is (24,0,21,27).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 20.97%
  • key color value is 27.06%

CMYK: (24,0,21,27)
C24M0Y21K27 (24%, 0%, 21%, 27%)
(0.24 / 0.00 / 0.21 / 0.27)

CMYK percentages

%23.66
%0
%20.97
%27.06

Codes

Color #8EBA93 in popluar color models

8E BA 93
RGB 142 186 147
HSL 127° 24.18% 64.31%
HSB/HSV 127° 23.66% 72.94%
CMYK 23.66% 0.00% 20.97%
27.06%

Color #8EBA93 in popluar number systems.

HEX 8E BA 93
Decimal 142 186 147
Binary 10001110 10111010 10010011
Octal 216 272 223

Shades and tints

Shades of #8EBA93

#8EBA93
(142,186,147)
#82AA86
(130,170,134)
#769A79
(118,154,121)
#6A8A6C
(106,138,108)
#5E7A5F
(94,122,95)
#526A52
(82,106,82)
#465A45
(70,90,69)
#3A4A38
(58,74,56)
#2E3A2B
(46,58,43)
#222A1E
(34,42,30)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #8EBA93

#8EBA93
(142,186,147)
#98C09C
(152,192,156)
#A2C6A5
(162,198,165)
#ACCCAE
(172,204,174)
#B6D2B7
(182,210,183)
#C0D8C0
(192,216,192)
#CADEC9
(202,222,201)
#D4E4D2
(212,228,210)
#DEEADB
(222,234,219)
#E8F0E4
(232,240,228)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBA93; }

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

This text font color is #8EBA93.

Background Color

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

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

This div background color is #8EBA93.

Border color

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

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

This div border color is #8EBA93.

Opacity

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

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

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

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

This text has shadow with #8EBA93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBA93.

Preview

Color preview on black background

This text has color #8EBA93 on black background.


Color preview on white background

This text has color #8EBA93 on white background.


Black color preview on #8EBA93 background

This text has black color on #8EBA93 background.


White color preview on #8EBA93 background

This text has white color on #8EBA93 background.


Related colors

Complementary color

Complementary color for #hex is #71456C.


I love getcolorcode.com

Triadic colors

1 #938EBA and #BA938E with #8EBA93 are triadic colors.

2 #93BA8E and #BA8E93 with #8EBA93 are triadic colors.