COLOR #8EB29E

HEX: #8EB29E
RGB: (142,178,158)

Color info

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

RGB color model

#8EB29E color RGB value is (142,178,158).

  • red value is 142;
  • green value is 178;
  • blue value is 158.
RGB:
(142,178,158)
(56%,70%,62%)

RGB channels and saturation

R 142 of 255 = 56%
G 178 of 255 = 70%
B 158 of 255 = 62%

142
178
158

R + G + B ~ 63%. #8EB29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 178 + 158 = 478 (100%)
R 142 of 478 ~ 29.71%
G 178 of 478 ~ 37.24%
B 158 of 478 ~ 33.05%

%29.71
%37.24
%33.05

CMYK color model

#8EB29E color CMYK value is (20,0,11,30).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 30.20%
CMYK:
(20,0,11,30)
C20M0Y11K30 
(20%,0%,11%,30%)
(0.20/0.00/0.11/0.30)	

CMYK percentages

%20.22
%0
%11.24
%30.2

Codes

Color #8EB29E in popluar color models

8EB29E
RGB142178158
HSL147°18.95%62.75%
HSB/HSV147°20.22%69.80%
CMYK20.22%0.00%11.24%
30.20%

Color #8EB29E in popluar number systems.

HEX8EB29E
Decimal142178158
Binary100011101011001010011110
Octal216262236

Shades and tints

Shades of #8EB29E

#8EB29E
(142,178,158)
#82A290
(130,162,144)
#769282
(118,146,130)
#6A8274
(106,130,116)
#5E7266
(94,114,102)
#526258
(82,98,88)
#46524A
(70,82,74)
#3A423C
(58,66,60)
#2E322E
(46,50,46)
#222220
(34,34,32)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #8EB29E

#8EB29E
(142,178,158)
#98B9A6
(152,185,166)
#A2C0AE
(162,192,174)
#ACC7B6
(172,199,182)
#B6CEBE
(182,206,190)
#C0D5C6
(192,213,198)
#CADCCE
(202,220,206)
#D4E3D6
(212,227,214)
#DEEADE
(222,234,222)
#E8F1E6
(232,241,230)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB29E color. Also use rgb(142,178,158) instead hex code.

Text Font Color

.myTextColor { color: #8EB29E; }

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

This text font color is #8EB29E.


Background Color

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

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

This div background color is #8EB29E.


Border color

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

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

This div border color is #8EB29E.


Opacity

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

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

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

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

This text has shadow with #8EB29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB29E on black background.


Color preview on white background

This text has color #8EB29E on white background.



Black color preview on #8EB29E background

This text has black color on #8EB29E background.


White color preview on #8EB29E background

This text has white color on #8EB29E background.