COLOR #8EB19B

HEX: #8EB19B
RGB: (142,177,155)

Color info

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

RGB color model

#8EB19B color RGB value is (142,177,155).

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

RGB channels and saturation

R 142 of 255 = 56%
G 177 of 255 = 69%
B 155 of 255 = 61%

142
177
155

R + G + B ~ 62%. #8EB19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 177 + 155 = 474 (100%)
R 142 of 474 ~ 29.96%
G 177 of 474 ~ 37.34%
B 155 of 474 ~ 32.7%

%29.96
%37.34
%32.7

CMYK color model

#8EB19B color CMYK value is (20,0,12,31).

  • cyan value is 19.77%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • key color value is 30.59%
CMYK:
(20,0,12,31)
C20M0Y12K31 
(20%,0%,12%,31%)
(0.20/0.00/0.12/0.31)	

CMYK percentages

%19.77
%0
%12.43
%30.59

Codes

Color #8EB19B in popluar color models

8EB19B
RGB142177155
HSL142°18.32%62.55%
HSB/HSV142°19.77%69.41%
CMYK19.77%0.00%12.43%
30.59%

Color #8EB19B in popluar number systems.

HEX8EB19B
Decimal142177155
Binary100011101011000110011011
Octal216261233

Shades and tints

Shades of #8EB19B

#8EB19B
(142,177,155)
#82A18D
(130,161,141)
#76917F
(118,145,127)
#6A8171
(106,129,113)
#5E7163
(94,113,99)
#526155
(82,97,85)
#465147
(70,81,71)
#3A4139
(58,65,57)
#2E312B
(46,49,43)
#22211D
(34,33,29)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #8EB19B

#8EB19B
(142,177,155)
#98B8A4
(152,184,164)
#A2BFAD
(162,191,173)
#ACC6B6
(172,198,182)
#B6CDBF
(182,205,191)
#C0D4C8
(192,212,200)
#CADBD1
(202,219,209)
#D4E2DA
(212,226,218)
#DEE9E3
(222,233,227)
#E8F0EC
(232,240,236)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB19B; }

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

This text font color is #8EB19B.


Background Color

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

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

This div background color is #8EB19B.


Border color

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

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

This div border color is #8EB19B.


Opacity

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

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

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

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

This text has shadow with #8EB19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB19B on black background.


Color preview on white background

This text has color #8EB19B on white background.



Black color preview on #8EB19B background

This text has black color on #8EB19B background.


White color preview on #8EB19B background

This text has white color on #8EB19B background.