COLOR #8E9599

HEX: #8E9599
RGB: (142,149,153)

Color info

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

RGB color model

#8E9599 color RGB value is (142,149,153).

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

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 153 of 255 = 60%

142
149
153

R + G + B ~ 58%. #8E9599 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 153 = 444 (100%)
R 142 of 444 ~ 31.98%
G 149 of 444 ~ 33.56%
B 153 of 444 ~ 34.46%

%31.98
%33.56
%34.46

CMYK color model

#8E9599 color CMYK value is (7,3,0,40).

  • cyan value is 7.19%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(7,3,0,40)
C7M3Y0K40 
(7%,3%,0%,40%)
(0.07/0.03/0.00/0.40)	

CMYK percentages

%7.19
%2.61
%0
%40

Codes

Color #8E9599 in popluar color models

8E9599
RGB142149153
HSL202°5.12%57.84%
HSB/HSV202°7.19%60.00%
CMYK7.19%2.61%0.00%
40.00%

Color #8E9599 in popluar number systems.

HEX8E9599
Decimal142149153
Binary100011101001010110011001
Octal216225231

Shades and tints

Shades of #8E9599

#8E9599
(142,149,153)
#82888C
(130,136,140)
#767B7F
(118,123,127)
#6A6E72
(106,110,114)
#5E6165
(94,97,101)
#525458
(82,84,88)
#46474B
(70,71,75)
#3A3A3E
(58,58,62)
#2E2D31
(46,45,49)
#222024
(34,32,36)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #8E9599

#8E9599
(142,149,153)
#989EA2
(152,158,162)
#A2A7AB
(162,167,171)
#ACB0B4
(172,176,180)
#B6B9BD
(182,185,189)
#C0C2C6
(192,194,198)
#CACBCF
(202,203,207)
#D4D4D8
(212,212,216)
#DEDDE1
(222,221,225)
#E8E6EA
(232,230,234)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9599; }

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

This text font color is #8E9599.


Background Color

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

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

This div background color is #8E9599.


Border color

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

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

This div border color is #8E9599.


Opacity

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

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

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

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

This text has shadow with #8E9599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9599 on black background.


Color preview on white background

This text has color #8E9599 on white background.



Black color preview on #8E9599 background

This text has black color on #8E9599 background.


White color preview on #8E9599 background

This text has white color on #8E9599 background.