COLOR #8E9BA4

HEX: #8E9BA4
RGB: (142,155,164)

Color info

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

RGB color model

#8E9BA4 color RGB value is (142,155,164).

  • red value is 142;
  • green value is 155;
  • blue value is 164.
RGB:
(142,155,164)
(56%,61%,64%)

RGB channels and saturation

R 142 of 255 = 56%
G 155 of 255 = 61%
B 164 of 255 = 64%

142
155
164

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

Portions of RGB colors in percentages

R + G + B =
142 + 155 + 164 = 461 (100%)
R 142 of 461 ~ 30.8%
G 155 of 461 ~ 33.62%
B 164 of 461 ~ 35.57%

%30.8
%33.62
%35.57

CMYK color model

#8E9BA4 color CMYK value is (13,5,0,36).

  • cyan value is 13.41%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(13,5,0,36)
C13M5Y0K36 
(13%,5%,0%,36%)
(0.13/0.05/0.00/0.36)	

CMYK percentages

%13.41
%5.49
%0
%35.69

Codes

Color #8E9BA4 in popluar color models

8E9BA4
RGB142155164
HSL205°10.78%60.00%
HSB/HSV205°13.41%64.31%
CMYK13.41%5.49%0.00%
35.69%

Color #8E9BA4 in popluar number systems.

HEX8E9BA4
Decimal142155164
Binary100011101001101110100100
Octal216233244

Shades and tints

Shades of #8E9BA4

#8E9BA4
(142,155,164)
#828D96
(130,141,150)
#767F88
(118,127,136)
#6A717A
(106,113,122)
#5E636C
(94,99,108)
#52555E
(82,85,94)
#464750
(70,71,80)
#3A3942
(58,57,66)
#2E2B34
(46,43,52)
#221D26
(34,29,38)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #8E9BA4

#8E9BA4
(142,155,164)
#98A4AC
(152,164,172)
#A2ADB4
(162,173,180)
#ACB6BC
(172,182,188)
#B6BFC4
(182,191,196)
#C0C8CC
(192,200,204)
#CAD1D4
(202,209,212)
#D4DADC
(212,218,220)
#DEE3E4
(222,227,228)
#E8ECEC
(232,236,236)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9BA4 color. Also use rgb(142,155,164) instead hex code.

Text Font Color

.myTextColor { color: #8E9BA4; }

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

This text font color is #8E9BA4.


Background Color

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

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

This div background color is #8E9BA4.


Border color

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

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

This div border color is #8E9BA4.


Opacity

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

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

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

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

This text has shadow with #8E9BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9BA4 on black background.


Color preview on white background

This text has color #8E9BA4 on white background.



Black color preview on #8E9BA4 background

This text has black color on #8E9BA4 background.


White color preview on #8E9BA4 background

This text has white color on #8E9BA4 background.