COLOR #8EB593

HEX: #8EB593 RGB: (142,181,147)

Color info

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

RGB color model

#8EB593 color RGB value is (142,181,147).

RGB: (142,181,147) (56%, 71%, 58%)

RGB channels and saturation

R 142 of 255 = 56%
G 181 of 255 = 71%
B 147 of 255 = 58%

142
181
147

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

Portions of RGB colors in percentages

R + G + B = 142 + 181 + 147 = 470 (100%)
R 142 of 470 ~ 30.21%
G 181 of 470 ~ 38.51%
B 147 of 470 ~ 31.28'%

%30.21
%38.51
%31.28

CMYK color model

#8EB593 color CMYK value is (22,0,19,29).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 29.02%

CMYK: (22,0,19,29)
C22M0Y19K29 (22%, 0%, 19%, 29%)
(0.22 / 0.00 / 0.19 / 0.29)

CMYK percentages

%21.55
%0
%18.78
%29.02

Codes

Color #8EB593 in popluar color models

8E B5 93
RGB 142 181 147
HSL 128° 20.86% 63.33%
HSB/HSV 128° 21.55% 70.98%
CMYK 21.55% 0.00% 18.78%
29.02%

Color #8EB593 in popluar number systems.

HEX 8E B5 93
Decimal 142 181 147
Binary 10001110 10110101 10010011
Octal 216 265 223

Shades and tints

Shades of #8EB593

#8EB593
(142,181,147)
#82A586
(130,165,134)
#769579
(118,149,121)
#6A856C
(106,133,108)
#5E755F
(94,117,95)
#526552
(82,101,82)
#465545
(70,85,69)
#3A4538
(58,69,56)
#2E352B
(46,53,43)
#22251E
(34,37,30)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #8EB593

#8EB593
(142,181,147)
#98BB9C
(152,187,156)
#A2C1A5
(162,193,165)
#ACC7AE
(172,199,174)
#B6CDB7
(182,205,183)
#C0D3C0
(192,211,192)
#CAD9C9
(202,217,201)
#D4DFD2
(212,223,210)
#DEE5DB
(222,229,219)
#E8EBE4
(232,235,228)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB593; }

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

This text font color is #8EB593.

Background Color

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

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

This div background color is #8EB593.

Border color

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

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

This div border color is #8EB593.

Opacity

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

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

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

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

This text has shadow with #8EB593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB593.

Preview

Color preview on black background

This text has color #8EB593 on black background.


Color preview on white background

This text has color #8EB593 on white background.


Black color preview on #8EB593 background

This text has black color on #8EB593 background.


White color preview on #8EB593 background

This text has white color on #8EB593 background.


Related colors

Complementary color

Complementary color for #hex is #714A6C.


I love getcolorcode.com

Triadic colors

1 #938EB5 and #B5938E with #8EB593 are triadic colors.

2 #93B58E and #B58E93 with #8EB593 are triadic colors.