COLOR #8EB199

HEX: #8EB199 RGB: (142,177,153)

Color info

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

RGB color model

#8EB199 color RGB value is (142,177,153).

RGB: (142,177,153) (56%, 69%, 60%)

RGB channels and saturation

R 142 of 255 = 56%
G 177 of 255 = 69%
B 153 of 255 = 60%

142
177
153

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

Portions of RGB colors in percentages

R + G + B = 142 + 177 + 153 = 472 (100%)
R 142 of 472 ~ 30.08%
G 177 of 472 ~ 37.5%
B 153 of 472 ~ 32.42'%

%30.08
%37.5
%32.42

CMYK color model

#8EB199 color CMYK value is (20,0,14,31).

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

CMYK: (20,0,14,31)
C20M0Y14K31 (20%, 0%, 14%, 31%)
(0.20 / 0.00 / 0.14 / 0.31)

CMYK percentages

%19.77
%0
%13.56
%30.59

Codes

Color #8EB199 in popluar color models

8E B1 99
RGB 142 177 153
HSL 139° 18.32% 62.55%
HSB/HSV 139° 19.77% 69.41%
CMYK 19.77% 0.00% 13.56%
30.59%

Color #8EB199 in popluar number systems.

HEX 8E B1 99
Decimal 142 177 153
Binary 10001110 10110001 10011001
Octal 216 261 231

Shades and tints

Shades of #8EB199

#8EB199
(142,177,153)
#82A18C
(130,161,140)
#76917F
(118,145,127)
#6A8172
(106,129,114)
#5E7165
(94,113,101)
#526158
(82,97,88)
#46514B
(70,81,75)
#3A413E
(58,65,62)
#2E3131
(46,49,49)
#222124
(34,33,36)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #8EB199

#8EB199
(142,177,153)
#98B8A2
(152,184,162)
#A2BFAB
(162,191,171)
#ACC6B4
(172,198,180)
#B6CDBD
(182,205,189)
#C0D4C6
(192,212,198)
#CADBCF
(202,219,207)
#D4E2D8
(212,226,216)
#DEE9E1
(222,233,225)
#E8F0EA
(232,240,234)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB199; }

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

This text font color is #8EB199.

Background Color

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

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

This div background color is #8EB199.

Border color

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

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

This div border color is #8EB199.

Opacity

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

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

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

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

This text has shadow with #8EB199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB199.

Preview

Color preview on black background

This text has color #8EB199 on black background.


Color preview on white background

This text has color #8EB199 on white background.


Black color preview on #8EB199 background

This text has black color on #8EB199 background.


White color preview on #8EB199 background

This text has white color on #8EB199 background.


Related colors

Complementary color

Complementary color for #hex is #714E66.


I love getcolorcode.com

Triadic colors

1 #998EB1 and #B1998E with #8EB199 are triadic colors.

2 #99B18E and #B18E99 with #8EB199 are triadic colors.