COLOR #8E8695

HEX: #8E8695
RGB: (142,134,149)

Color info

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

RGB color model

#8E8695 color RGB value is (142,134,149).

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

RGB channels and saturation

R 142 of 255 = 56%
G 134 of 255 = 53%
B 149 of 255 = 58%

142
134
149

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

Portions of RGB colors in percentages

R + G + B =
142 + 134 + 149 = 425 (100%)
R 142 of 425 ~ 33.41%
G 134 of 425 ~ 31.53%
B 149 of 425 ~ 35.06%

%33.41
%31.53
%35.06

CMYK color model

#8E8695 color CMYK value is (5,10,0,42).

  • cyan value is 4.70%
  • magenta value is 10.07%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(5,10,0,42)
C5M10Y0K42 
(5%,10%,0%,42%)
(0.05/0.10/0.00/0.42)	

CMYK percentages

%4.7
%10.07
%0
%41.57

Codes

Color #8E8695 in popluar color models

8E8695
RGB142134149
HSL272°6.61%55.49%
HSB/HSV272°10.07%58.43%
CMYK4.70%10.07%0.00%
41.57%

Color #8E8695 in popluar number systems.

HEX8E8695
Decimal142134149
Binary100011101000011010010101
Octal216206225

Shades and tints

Shades of #8E8695

#8E8695
(142,134,149)
#827A88
(130,122,136)
#766E7B
(118,110,123)
#6A626E
(106,98,110)
#5E5661
(94,86,97)
#524A54
(82,74,84)
#463E47
(70,62,71)
#3A323A
(58,50,58)
#2E262D
(46,38,45)
#221A20
(34,26,32)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #8E8695

#8E8695
(142,134,149)
#98919E
(152,145,158)
#A29CA7
(162,156,167)
#ACA7B0
(172,167,176)
#B6B2B9
(182,178,185)
#C0BDC2
(192,189,194)
#CAC8CB
(202,200,203)
#D4D3D4
(212,211,212)
#DEDEDD
(222,222,221)
#E8E9E6
(232,233,230)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8695; }

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

This text font color is #8E8695.


Background Color

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

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

This div background color is #8E8695.


Border color

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

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

This div border color is #8E8695.


Opacity

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

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

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

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

This text has shadow with #8E8695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8695 on black background.


Color preview on white background

This text has color #8E8695 on white background.



Black color preview on #8E8695 background

This text has black color on #8E8695 background.


White color preview on #8E8695 background

This text has white color on #8E8695 background.