COLOR #8EB394

HEX: #8EB394
RGB: (142,179,148)

Color info

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

RGB color model

#8EB394 color RGB value is (142,179,148).

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

RGB channels and saturation

R 142 of 255 = 56%
G 179 of 255 = 70%
B 148 of 255 = 58%

142
179
148

R + G + B ~ 61%. #8EB394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 179 + 148 = 469 (100%)
R 142 of 469 ~ 30.28%
G 179 of 469 ~ 38.17%
B 148 of 469 ~ 31.56%

%30.28
%38.17
%31.56

CMYK color model

#8EB394 color CMYK value is (21,0,17,30).

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 29.80%
CMYK:
(21,0,17,30)
C21M0Y17K30 
(21%,0%,17%,30%)
(0.21/0.00/0.17/0.30)	

CMYK percentages

%20.67
%0
%17.32
%29.8

Codes

Color #8EB394 in popluar color models

8EB394
RGB142179148
HSL130°19.58%62.94%
HSB/HSV130°20.67%70.20%
CMYK20.67%0.00%17.32%
29.80%

Color #8EB394 in popluar number systems.

HEX8EB394
Decimal142179148
Binary100011101011001110010100
Octal216263224

Shades and tints

Shades of #8EB394

#8EB394
(142,179,148)
#82A387
(130,163,135)
#76937A
(118,147,122)
#6A836D
(106,131,109)
#5E7360
(94,115,96)
#526353
(82,99,83)
#465346
(70,83,70)
#3A4339
(58,67,57)
#2E332C
(46,51,44)
#22231F
(34,35,31)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #8EB394

#8EB394
(142,179,148)
#98B99D
(152,185,157)
#A2BFA6
(162,191,166)
#ACC5AF
(172,197,175)
#B6CBB8
(182,203,184)
#C0D1C1
(192,209,193)
#CAD7CA
(202,215,202)
#D4DDD3
(212,221,211)
#DEE3DC
(222,227,220)
#E8E9E5
(232,233,229)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB394; }

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

This text font color is #8EB394.


Background Color

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

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

This div background color is #8EB394.


Border color

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

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

This div border color is #8EB394.


Opacity

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

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

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

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

This text has shadow with #8EB394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB394 on black background.


Color preview on white background

This text has color #8EB394 on white background.



Black color preview on #8EB394 background

This text has black color on #8EB394 background.


White color preview on #8EB394 background

This text has white color on #8EB394 background.