COLOR #8EB584

HEX: #8EB584
RGB: (142,181,132)

Color info

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

RGB color model

#8EB584 color RGB value is (142,181,132).

  • red value is 142;
  • green value is 181;
  • blue value is 132.
RGB:
(142,181,132)
(56%,71%,52%)

RGB channels and saturation

R 142 of 255 = 56%
G 181 of 255 = 71%
B 132 of 255 = 52%

142
181
132

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

Portions of RGB colors in percentages

R + G + B =
142 + 181 + 132 = 455 (100%)
R 142 of 455 ~ 31.21%
G 181 of 455 ~ 39.78%
B 132 of 455 ~ 29.01%

%31.21
%39.78
%29.01

CMYK color model

#8EB584 color CMYK value is (22,0,27,29).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 27.07%
  • key color value is 29.02%
CMYK:
(22,0,27,29)
C22M0Y27K29 
(22%,0%,27%,29%)
(0.22/0.00/0.27/0.29)	

CMYK percentages

%21.55
%0
%27.07
%29.02

Codes

Color #8EB584 in popluar color models

8EB584
RGB142181132
HSL108°24.87%61.37%
HSB/HSV108°27.07%70.98%
CMYK21.55%0.00%27.07%
29.02%

Color #8EB584 in popluar number systems.

HEX8EB584
Decimal142181132
Binary100011101011010110000100
Octal216265204

Shades and tints

Shades of #8EB584

#8EB584
(142,181,132)
#82A578
(130,165,120)
#76956C
(118,149,108)
#6A8560
(106,133,96)
#5E7554
(94,117,84)
#526548
(82,101,72)
#46553C
(70,85,60)
#3A4530
(58,69,48)
#2E3524
(46,53,36)
#222518
(34,37,24)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #8EB584

#8EB584
(142,181,132)
#98BB8F
(152,187,143)
#A2C19A
(162,193,154)
#ACC7A5
(172,199,165)
#B6CDB0
(182,205,176)
#C0D3BB
(192,211,187)
#CAD9C6
(202,217,198)
#D4DFD1
(212,223,209)
#DEE5DC
(222,229,220)
#E8EBE7
(232,235,231)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB584; }

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

This text font color is #8EB584.


Background Color

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

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

This div background color is #8EB584.


Border color

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

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

This div border color is #8EB584.


Opacity

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

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

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

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

This text has shadow with #8EB584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB584 on black background.


Color preview on white background

This text has color #8EB584 on white background.



Black color preview on #8EB584 background

This text has black color on #8EB584 background.


White color preview on #8EB584 background

This text has white color on #8EB584 background.