COLOR #9E98BF

HEX: #9E98BF
RGB: (158,152,191)

Color info

#9E98BF contains red, green and blue colors in about the same proportion. Web safe color of #9E98BF is #9999CC (or #99C).

RGB color model

#9E98BF color RGB value is (158,152,191).

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

RGB channels and saturation

R 158 of 255 = 62%
G 152 of 255 = 60%
B 191 of 255 = 75%

158
152
191

R + G + B ~ 66%. #9E98BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 152 + 191 = 501 (100%)
R 158 of 501 ~ 31.54%
G 152 of 501 ~ 30.34%
B 191 of 501 ~ 38.12%

%31.54
%30.34
%38.12

CMYK color model

#9E98BF color CMYK value is (17,20,0,25).

  • cyan value is 17.28%
  • magenta value is 20.42%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(17,20,0,25)
C17M20Y0K25 
(17%,20%,0%,25%)
(0.17/0.20/0.00/0.25)	

CMYK percentages

%17.28
%20.42
%0
%25.1

Codes

Color #9E98BF in popluar color models

9E98BF
RGB158152191
HSL249°23.35%67.25%
HSB/HSV249°20.42%74.90%
CMYK17.28%20.42%0.00%
25.10%

Color #9E98BF in popluar number systems.

HEX9E98BF
Decimal158152191
Binary100111101001100010111111
Octal236230277

Shades and tints

Shades of #9E98BF

#9E98BF
(158,152,191)
#908BAE
(144,139,174)
#827E9D
(130,126,157)
#74718C
(116,113,140)
#66647B
(102,100,123)
#58576A
(88,87,106)
#4A4A59
(74,74,89)
#3C3D48
(60,61,72)
#2E3037
(46,48,55)
#202326
(32,35,38)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #9E98BF

#9E98BF
(158,152,191)
#A6A1C4
(166,161,196)
#AEAAC9
(174,170,201)
#B6B3CE
(182,179,206)
#BEBCD3
(190,188,211)
#C6C5D8
(198,197,216)
#CECEDD
(206,206,221)
#D6D7E2
(214,215,226)
#DEE0E7
(222,224,231)
#E6E9EC
(230,233,236)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E98BF; }

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

This text font color is #9E98BF.


Background Color

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

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

This div background color is #9E98BF.


Border color

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

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

This div border color is #9E98BF.


Opacity

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

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

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

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

This text has shadow with #9E98BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E98BF on black background.


Color preview on white background

This text has color #9E98BF on white background.



Black color preview on #9E98BF background

This text has black color on #9E98BF background.


White color preview on #9E98BF background

This text has white color on #9E98BF background.