COLOR #8EB095

HEX: #8EB095
RGB: (142,176,149)

Color info

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

RGB color model

#8EB095 color RGB value is (142,176,149).

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

RGB channels and saturation

R 142 of 255 = 56%
G 176 of 255 = 69%
B 149 of 255 = 58%

142
176
149

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

Portions of RGB colors in percentages

R + G + B =
142 + 176 + 149 = 467 (100%)
R 142 of 467 ~ 30.41%
G 176 of 467 ~ 37.69%
B 149 of 467 ~ 31.91%

%30.41
%37.69
%31.91

CMYK color model

#8EB095 color CMYK value is (19,0,15,31).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 30.98%
CMYK:
(19,0,15,31)
C19M0Y15K31 
(19%,0%,15%,31%)
(0.19/0.00/0.15/0.31)	

CMYK percentages

%19.32
%0
%15.34
%30.98

Codes

Color #8EB095 in popluar color models

8EB095
RGB142176149
HSL132°17.71%62.35%
HSB/HSV132°19.32%69.02%
CMYK19.32%0.00%15.34%
30.98%

Color #8EB095 in popluar number systems.

HEX8EB095
Decimal142176149
Binary100011101011000010010101
Octal216260225

Shades and tints

Shades of #8EB095

#8EB095
(142,176,149)
#82A088
(130,160,136)
#76907B
(118,144,123)
#6A806E
(106,128,110)
#5E7061
(94,112,97)
#526054
(82,96,84)
#465047
(70,80,71)
#3A403A
(58,64,58)
#2E302D
(46,48,45)
#222020
(34,32,32)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #8EB095

#8EB095
(142,176,149)
#98B79E
(152,183,158)
#A2BEA7
(162,190,167)
#ACC5B0
(172,197,176)
#B6CCB9
(182,204,185)
#C0D3C2
(192,211,194)
#CADACB
(202,218,203)
#D4E1D4
(212,225,212)
#DEE8DD
(222,232,221)
#E8EFE6
(232,239,230)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB095; }

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

This text font color is #8EB095.


Background Color

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

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

This div background color is #8EB095.


Border color

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

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

This div border color is #8EB095.


Opacity

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

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

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

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

This text has shadow with #8EB095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB095 on black background.


Color preview on white background

This text has color #8EB095 on white background.



Black color preview on #8EB095 background

This text has black color on #8EB095 background.


White color preview on #8EB095 background

This text has white color on #8EB095 background.