COLOR #8EAE95

HEX: #8EAE95
RGB: (142,174,149)

Color info

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

RGB color model

#8EAE95 color RGB value is (142,174,149).

  • red value is 142;
  • green value is 174;
  • blue value is 149.
RGB:
(142,174,149)
(56%,68%,58%)

RGB channels and saturation

R 142 of 255 = 56%
G 174 of 255 = 68%
B 149 of 255 = 58%

142
174
149

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

Portions of RGB colors in percentages

R + G + B =
142 + 174 + 149 = 465 (100%)
R 142 of 465 ~ 30.54%
G 174 of 465 ~ 37.42%
B 149 of 465 ~ 32.04%

%30.54
%37.42
%32.04

CMYK color model

#8EAE95 color CMYK value is (18,0,14,32).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 14.37%
  • key color value is 31.76%
CMYK:
(18,0,14,32)
C18M0Y14K32 
(18%,0%,14%,32%)
(0.18/0.00/0.14/0.32)	

CMYK percentages

%18.39
%0
%14.37
%31.76

Codes

Color #8EAE95 in popluar color models

8EAE95
RGB142174149
HSL133°16.49%61.96%
HSB/HSV133°18.39%68.24%
CMYK18.39%0.00%14.37%
31.76%

Color #8EAE95 in popluar number systems.

HEX8EAE95
Decimal142174149
Binary100011101010111010010101
Octal216256225

Shades and tints

Shades of #8EAE95

#8EAE95
(142,174,149)
#829F88
(130,159,136)
#76907B
(118,144,123)
#6A816E
(106,129,110)
#5E7261
(94,114,97)
#526354
(82,99,84)
#465447
(70,84,71)
#3A453A
(58,69,58)
#2E362D
(46,54,45)
#222720
(34,39,32)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #8EAE95

#8EAE95
(142,174,149)
#98B59E
(152,181,158)
#A2BCA7
(162,188,167)
#ACC3B0
(172,195,176)
#B6CAB9
(182,202,185)
#C0D1C2
(192,209,194)
#CAD8CB
(202,216,203)
#D4DFD4
(212,223,212)
#DEE6DD
(222,230,221)
#E8EDE6
(232,237,230)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAE95 color. Also use rgb(142,174,149) instead hex code.

Text Font Color

.myTextColor { color: #8EAE95; }

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

This text font color is #8EAE95.


Background Color

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

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

This div background color is #8EAE95.


Border color

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

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

This div border color is #8EAE95.


Opacity

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

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

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

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

This text has shadow with #8EAE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAE95 on black background.


Color preview on white background

This text has color #8EAE95 on white background.



Black color preview on #8EAE95 background

This text has black color on #8EAE95 background.


White color preview on #8EAE95 background

This text has white color on #8EAE95 background.