COLOR #8EB19F

HEX: #8EB19F RGB: (142,177,159)

Color info

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

RGB color model

#8EB19F color RGB value is (142,177,159).

RGB: (142,177,159) (56%, 69%, 62%)

RGB channels and saturation

R 142 of 255 = 56%
G 177 of 255 = 69%
B 159 of 255 = 62%

142
177
159

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

Portions of RGB colors in percentages

R + G + B = 142 + 177 + 159 = 478 (100%)
R 142 of 478 ~ 29.71%
G 177 of 478 ~ 37.03%
B 159 of 478 ~ 33.26'%

%29.71
%37.03
%33.26

CMYK color model

#8EB19F color CMYK value is (20,0,10,31).

  • cyan value is 19.77%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 30.59%

CMYK: (20,0,10,31)
C20M0Y10K31 (20%, 0%, 10%, 31%)
(0.20 / 0.00 / 0.10 / 0.31)

CMYK percentages

%19.77
%0
%10.17
%30.59

Codes

Color #8EB19F in popluar color models

8E B1 9F
RGB 142 177 159
HSL 149° 18.32% 62.55%
HSB/HSV 149° 19.77% 69.41%
CMYK 19.77% 0.00% 10.17%
30.59%

Color #8EB19F in popluar number systems.

HEX 8E B1 9F
Decimal 142 177 159
Binary 10001110 10110001 10011111
Octal 216 261 237

Shades and tints

Shades of #8EB19F

#8EB19F
(142,177,159)
#82A191
(130,161,145)
#769183
(118,145,131)
#6A8175
(106,129,117)
#5E7167
(94,113,103)
#526159
(82,97,89)
#46514B
(70,81,75)
#3A413D
(58,65,61)
#2E312F
(46,49,47)
#222121
(34,33,33)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #8EB19F

#8EB19F
(142,177,159)
#98B8A7
(152,184,167)
#A2BFAF
(162,191,175)
#ACC6B7
(172,198,183)
#B6CDBF
(182,205,191)
#C0D4C7
(192,212,199)
#CADBCF
(202,219,207)
#D4E2D7
(212,226,215)
#DEE9DF
(222,233,223)
#E8F0E7
(232,240,231)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB19F; }

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

This text font color is #8EB19F.

Background Color

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

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

This div background color is #8EB19F.

Border color

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

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

This div border color is #8EB19F.

Opacity

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

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

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

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

This text has shadow with #8EB19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB19F.

Preview

Color preview on black background

This text has color #8EB19F on black background.


Color preview on white background

This text has color #8EB19F on white background.


Black color preview on #8EB19F background

This text has black color on #8EB19F background.


White color preview on #8EB19F background

This text has white color on #8EB19F background.


Related colors

Complementary color

Complementary color for #hex is #714E60.


I love getcolorcode.com

Triadic colors

1 #9F8EB1 and #B19F8E with #8EB19F are triadic colors.

2 #9FB18E and #B18E9F with #8EB19F are triadic colors.