COLOR #9E8198

HEX: #9E8198
RGB: (158,129,152)

Color info

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

RGB color model

#9E8198 color RGB value is (158,129,152).

  • red value is 158;
  • green value is 129;
  • blue value is 152.
RGB:
(158,129,152)
(62%,51%,60%)

RGB channels and saturation

R 158 of 255 = 62%
G 129 of 255 = 51%
B 152 of 255 = 60%

158
129
152

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

Portions of RGB colors in percentages

R + G + B =
158 + 129 + 152 = 439 (100%)
R 158 of 439 ~ 35.99%
G 129 of 439 ~ 29.38%
B 152 of 439 ~ 34.62%

%35.99
%29.38
%34.62

CMYK color model

#9E8198 color CMYK value is (0,18,4,38).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 3.80%
  • key color value is 38.04%
CMYK:
(0,18,4,38)
C0M18Y4K38 
(0%,18%,4%,38%)
(0.00/0.18/0.04/0.38)	

CMYK percentages

%0
%18.35
%3.8
%38.04

Codes

Color #9E8198 in popluar color models

9E8198
RGB158129152
HSL312°13.00%56.27%
HSB/HSV312°18.35%61.96%
CMYK0.00%18.35%3.80%
38.04%

Color #9E8198 in popluar number systems.

HEX9E8198
Decimal158129152
Binary100111101000000110011000
Octal236201230

Shades and tints

Shades of #9E8198

#9E8198
(158,129,152)
#90768B
(144,118,139)
#826B7E
(130,107,126)
#746071
(116,96,113)
#665564
(102,85,100)
#584A57
(88,74,87)
#4A3F4A
(74,63,74)
#3C343D
(60,52,61)
#2E2930
(46,41,48)
#201E23
(32,30,35)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #9E8198

#9E8198
(158,129,152)
#A68CA1
(166,140,161)
#AE97AA
(174,151,170)
#B6A2B3
(182,162,179)
#BEADBC
(190,173,188)
#C6B8C5
(198,184,197)
#CEC3CE
(206,195,206)
#D6CED7
(214,206,215)
#DED9E0
(222,217,224)
#E6E4E9
(230,228,233)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8198 color. Also use rgb(158,129,152) instead hex code.

Text Font Color

.myTextColor { color: #9E8198; }

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

This text font color is #9E8198.


Background Color

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

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

This div background color is #9E8198.


Border color

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

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

This div border color is #9E8198.


Opacity

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

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

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

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

This text has shadow with #9E8198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8198 on black background.


Color preview on white background

This text has color #9E8198 on white background.



Black color preview on #9E8198 background

This text has black color on #9E8198 background.


White color preview on #9E8198 background

This text has white color on #9E8198 background.