COLOR #8EB198

HEX: #8EB198
RGB: (142,177,152)

Color info

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

RGB color model

#8EB198 color RGB value is (142,177,152).

  • red value is 142;
  • green value is 177;
  • blue value is 152.
RGB: (142,177,152) (56%,69%,60%)

RGB channels and saturation

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

142
177
152

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

Portions of RGB colors in percentages

R + G + B =
142 + 177 + 152 = 471 (100%)
R 142 of 471 ~ 30.15%
G 177 of 471 ~ 37.58%
B 152 of 471 ~ 32.27%

%30.15
%37.58
%32.27

CMYK color model

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

  • cyan value is 19.77%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • 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
%14.12
%30.59

Codes

Color #8EB198 in popluar color models

8EB198
RGB142177152
HSL137°18.32%62.55%
HSB/HSV137°19.77%69.41%
CMYK19.77%0.00%14.12%
30.59%

Color #8EB198 in popluar number systems.

HEX8EB198
Decimal142177152
Binary100011101011000110011000
Octal216261230

Shades and tints

Shades of #8EB198

#8EB198
(142,177,152)
#82A18B
(130,161,139)
#76917E
(118,145,126)
#6A8171
(106,129,113)
#5E7164
(94,113,100)
#526157
(82,97,87)
#46514A
(70,81,74)
#3A413D
(58,65,61)
#2E3130
(46,49,48)
#222123
(34,33,35)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #8EB198

#8EB198
(142,177,152)
#98B8A1
(152,184,161)
#A2BFAA
(162,191,170)
#ACC6B3
(172,198,179)
#B6CDBC
(182,205,188)
#C0D4C5
(192,212,197)
#CADBCE
(202,219,206)
#D4E2D7
(212,226,215)
#DEE9E0
(222,233,224)
#E8F0E9
(232,240,233)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB198; }

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

This text font color is #8EB198.


Background Color

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

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

This div background color is #8EB198.


Border color

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

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

This div border color is #8EB198.


Opacity

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

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

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

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

This text has shadow with #8EB198 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8EB198 on black background.


Color preview on white background

This text has color #8EB198 on white background.



Black color preview on #8EB198 background

This text has black color on #8EB198 background.


White color preview on #8EB198 background

This text has white color on #8EB198 background.