COLOR #9E8695

HEX: #9E8695
RGB: (158,134,149)

Color info

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

RGB color model

#9E8695 color RGB value is (158,134,149).

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

RGB channels and saturation

R 158 of 255 = 62%
G 134 of 255 = 53%
B 149 of 255 = 58%

158
134
149

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

Portions of RGB colors in percentages

R + G + B =
158 + 134 + 149 = 441 (100%)
R 158 of 441 ~ 35.83%
G 134 of 441 ~ 30.39%
B 149 of 441 ~ 33.79%

%35.83
%30.39
%33.79

CMYK color model

#9E8695 color CMYK value is (0,15,6,38).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 5.70%
  • key color value is 38.04%
CMYK:
(0,15,6,38)
C0M15Y6K38 
(0%,15%,6%,38%)
(0.00/0.15/0.06/0.38)	

CMYK percentages

%0
%15.19
%5.7
%38.04

Codes

Color #9E8695 in popluar color models

9E8695
RGB158134149
HSL323°11.01%57.25%
HSB/HSV323°15.19%61.96%
CMYK0.00%15.19%5.70%
38.04%

Color #9E8695 in popluar number systems.

HEX9E8695
Decimal158134149
Binary100111101000011010010101
Octal236206225

Shades and tints

Shades of #9E8695

#9E8695
(158,134,149)
#907A88
(144,122,136)
#826E7B
(130,110,123)
#74626E
(116,98,110)
#665661
(102,86,97)
#584A54
(88,74,84)
#4A3E47
(74,62,71)
#3C323A
(60,50,58)
#2E262D
(46,38,45)
#201A20
(32,26,32)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #9E8695

#9E8695
(158,134,149)
#A6919E
(166,145,158)
#AE9CA7
(174,156,167)
#B6A7B0
(182,167,176)
#BEB2B9
(190,178,185)
#C6BDC2
(198,189,194)
#CEC8CB
(206,200,203)
#D6D3D4
(214,211,212)
#DEDEDD
(222,222,221)
#E6E9E6
(230,233,230)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8695; }

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

This text font color is #9E8695.


Background Color

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

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

This div background color is #9E8695.


Border color

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

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

This div border color is #9E8695.


Opacity

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

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

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

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

This text has shadow with #9E8695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8695 on black background.


Color preview on white background

This text has color #9E8695 on white background.



Black color preview on #9E8695 background

This text has black color on #9E8695 background.


White color preview on #9E8695 background

This text has white color on #9E8695 background.