COLOR #8EB384

HEX: #8EB384
RGB: (142,179,132)

Color info

#8EB384 contains red, green and blue colors in about the same proportion. Web safe color of #8EB384 is #999999 (or #999).

RGB color model

#8EB384 color RGB value is (142,179,132).

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

RGB channels and saturation

R 142 of 255 = 56%
G 179 of 255 = 70%
B 132 of 255 = 52%

142
179
132

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

Portions of RGB colors in percentages

R + G + B =
142 + 179 + 132 = 453 (100%)
R 142 of 453 ~ 31.35%
G 179 of 453 ~ 39.51%
B 132 of 453 ~ 29.14%

%31.35
%39.51
%29.14

CMYK color model

#8EB384 color CMYK value is (21,0,26,30).

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 26.26%
  • key color value is 29.80%
CMYK:
(21,0,26,30)
C21M0Y26K30 
(21%,0%,26%,30%)
(0.21/0.00/0.26/0.30)	

CMYK percentages

%20.67
%0
%26.26
%29.8

Codes

Color #8EB384 in popluar color models

8EB384
RGB142179132
HSL107°23.62%60.98%
HSB/HSV107°26.26%70.20%
CMYK20.67%0.00%26.26%
29.80%

Color #8EB384 in popluar number systems.

HEX8EB384
Decimal142179132
Binary100011101011001110000100
Octal216263204

Shades and tints

Shades of #8EB384

#8EB384
(142,179,132)
#82A378
(130,163,120)
#76936C
(118,147,108)
#6A8360
(106,131,96)
#5E7354
(94,115,84)
#526348
(82,99,72)
#46533C
(70,83,60)
#3A4330
(58,67,48)
#2E3324
(46,51,36)
#222318
(34,35,24)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #8EB384

#8EB384
(142,179,132)
#98B98F
(152,185,143)
#A2BF9A
(162,191,154)
#ACC5A5
(172,197,165)
#B6CBB0
(182,203,176)
#C0D1BB
(192,209,187)
#CAD7C6
(202,215,198)
#D4DDD1
(212,221,209)
#DEE3DC
(222,227,220)
#E8E9E7
(232,233,231)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB384; }

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

This text font color is #8EB384.


Background Color

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

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

This div background color is #8EB384.


Border color

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

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

This div border color is #8EB384.


Opacity

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

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

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

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

This text has shadow with #8EB384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB384 on black background.


Color preview on white background

This text has color #8EB384 on white background.



Black color preview on #8EB384 background

This text has black color on #8EB384 background.


White color preview on #8EB384 background

This text has white color on #8EB384 background.