COLOR #9E8EB3

HEX: #9E8EB3
RGB: (158,142,179)

Color info

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

RGB color model

#9E8EB3 color RGB value is (158,142,179).

  • red value is 158;
  • green value is 142;
  • blue value is 179.
RGB:
(158,142,179)
(62%,56%,70%)

RGB channels and saturation

R 158 of 255 = 62%
G 142 of 255 = 56%
B 179 of 255 = 70%

158
142
179

R + G + B ~ 63%. #9E8EB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 142 + 179 = 479 (100%)
R 158 of 479 ~ 32.99%
G 142 of 479 ~ 29.65%
B 179 of 479 ~ 37.37%

%32.99
%29.65
%37.37

CMYK color model

#9E8EB3 color CMYK value is (12,21,0,30).

  • cyan value is 11.73%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(12,21,0,30)
C12M21Y0K30 
(12%,21%,0%,30%)
(0.12/0.21/0.00/0.30)	

CMYK percentages

%11.73
%20.67
%0
%29.8

Codes

Color #9E8EB3 in popluar color models

9E8EB3
RGB158142179
HSL266°19.58%62.94%
HSB/HSV266°20.67%70.20%
CMYK11.73%20.67%0.00%
29.80%

Color #9E8EB3 in popluar number systems.

HEX9E8EB3
Decimal158142179
Binary100111101000111010110011
Octal236216263

Shades and tints

Shades of #9E8EB3

#9E8EB3
(158,142,179)
#9082A3
(144,130,163)
#827693
(130,118,147)
#746A83
(116,106,131)
#665E73
(102,94,115)
#585263
(88,82,99)
#4A4653
(74,70,83)
#3C3A43
(60,58,67)
#2E2E33
(46,46,51)
#202223
(32,34,35)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #9E8EB3

#9E8EB3
(158,142,179)
#A698B9
(166,152,185)
#AEA2BF
(174,162,191)
#B6ACC5
(182,172,197)
#BEB6CB
(190,182,203)
#C6C0D1
(198,192,209)
#CECAD7
(206,202,215)
#D6D4DD
(214,212,221)
#DEDEE3
(222,222,227)
#E6E8E9
(230,232,233)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8EB3 color. Also use rgb(158,142,179) instead hex code.

Text Font Color

.myTextColor { color: #9E8EB3; }

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

This text font color is #9E8EB3.


Background Color

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

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

This div background color is #9E8EB3.


Border color

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

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

This div border color is #9E8EB3.


Opacity

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

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

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

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

This text has shadow with #9E8EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8EB3 on black background.


Color preview on white background

This text has color #9E8EB3 on white background.



Black color preview on #9E8EB3 background

This text has black color on #9E8EB3 background.


White color preview on #9E8EB3 background

This text has white color on #9E8EB3 background.