COLOR #8EB588

HEX: #8EB588 RGB: (142,181,136)

Color info

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

RGB color model

#8EB588 color RGB value is (142,181,136).

RGB: (142,181,136) (56%, 71%, 53%)

RGB channels and saturation

R 142 of 255 = 56%
G 181 of 255 = 71%
B 136 of 255 = 53%

142
181
136

R + G + B ~ 60%. #8EB588 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 181 + 136 = 459 (100%)
R 142 of 459 ~ 30.94%
G 181 of 459 ~ 39.43%
B 136 of 459 ~ 29.63'%

%30.94
%39.43
%29.63

CMYK color model

#8EB588 color CMYK value is (22,0,25,29).

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

CMYK: (22,0,25,29)
C22M0Y25K29 (22%, 0%, 25%, 29%)
(0.22 / 0.00 / 0.25 / 0.29)

CMYK percentages

%21.55
%0
%24.86
%29.02

Codes

Color #8EB588 in popluar color models

8E B5 88
RGB 142 181 136
HSL 112° 23.32% 62.16%
HSB/HSV 112° 24.86% 70.98%
CMYK 21.55% 0.00% 24.86%
29.02%

Color #8EB588 in popluar number systems.

HEX 8E B5 88
Decimal 142 181 136
Binary 10001110 10110101 10001000
Octal 216 265 210

Shades and tints

Shades of #8EB588

#8EB588
(142,181,136)
#82A57C
(130,165,124)
#769570
(118,149,112)
#6A8564
(106,133,100)
#5E7558
(94,117,88)
#52654C
(82,101,76)
#465540
(70,85,64)
#3A4534
(58,69,52)
#2E3528
(46,53,40)
#22251C
(34,37,28)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #8EB588

#8EB588
(142,181,136)
#98BB92
(152,187,146)
#A2C19C
(162,193,156)
#ACC7A6
(172,199,166)
#B6CDB0
(182,205,176)
#C0D3BA
(192,211,186)
#CAD9C4
(202,217,196)
#D4DFCE
(212,223,206)
#DEE5D8
(222,229,216)
#E8EBE2
(232,235,226)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB588; }

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

This text font color is #8EB588.

Background Color

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

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

This div background color is #8EB588.

Border color

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

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

This div border color is #8EB588.

Opacity

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

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

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

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

This text has shadow with #8EB588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB588.

Preview

Color preview on black background

This text has color #8EB588 on black background.


Color preview on white background

This text has color #8EB588 on white background.


Black color preview on #8EB588 background

This text has black color on #8EB588 background.


White color preview on #8EB588 background

This text has white color on #8EB588 background.


Related colors

Complementary color

Complementary color for #hex is #714A77.


I love getcolorcode.com

Triadic colors

1 #888EB5 and #B5888E with #8EB588 are triadic colors.

2 #88B58E and #B58E88 with #8EB588 are triadic colors.