COLOR #8EB184

HEX: #8EB184
RGB: (142,177,132)

Color info

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

RGB color model

#8EB184 color RGB value is (142,177,132).

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

RGB channels and saturation

R 142 of 255 = 56%
G 177 of 255 = 69%
B 132 of 255 = 52%

142
177
132

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

Portions of RGB colors in percentages

R + G + B =
142 + 177 + 132 = 451 (100%)
R 142 of 451 ~ 31.49%
G 177 of 451 ~ 39.25%
B 132 of 451 ~ 29.27%

%31.49
%39.25
%29.27

CMYK color model

#8EB184 color CMYK value is (20,0,25,31).

  • cyan value is 19.77%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 30.59%
CMYK:
(20,0,25,31)
C20M0Y25K31 
(20%,0%,25%,31%)
(0.20/0.00/0.25/0.31)	

CMYK percentages

%19.77
%0
%25.42
%30.59

Codes

Color #8EB184 in popluar color models

8EB184
RGB142177132
HSL107°22.39%60.59%
HSB/HSV107°25.42%69.41%
CMYK19.77%0.00%25.42%
30.59%

Color #8EB184 in popluar number systems.

HEX8EB184
Decimal142177132
Binary100011101011000110000100
Octal216261204

Shades and tints

Shades of #8EB184

#8EB184
(142,177,132)
#82A178
(130,161,120)
#76916C
(118,145,108)
#6A8160
(106,129,96)
#5E7154
(94,113,84)
#526148
(82,97,72)
#46513C
(70,81,60)
#3A4130
(58,65,48)
#2E3124
(46,49,36)
#222118
(34,33,24)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #8EB184

#8EB184
(142,177,132)
#98B88F
(152,184,143)
#A2BF9A
(162,191,154)
#ACC6A5
(172,198,165)
#B6CDB0
(182,205,176)
#C0D4BB
(192,212,187)
#CADBC6
(202,219,198)
#D4E2D1
(212,226,209)
#DEE9DC
(222,233,220)
#E8F0E7
(232,240,231)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB184; }

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

This text font color is #8EB184.


Background Color

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

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

This div background color is #8EB184.


Border color

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

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

This div border color is #8EB184.


Opacity

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

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

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

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

This text has shadow with #8EB184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB184 on black background.


Color preview on white background

This text has color #8EB184 on white background.



Black color preview on #8EB184 background

This text has black color on #8EB184 background.


White color preview on #8EB184 background

This text has white color on #8EB184 background.