COLOR #9E9FBB

HEX: #9E9FBB
RGB: (158,159,187)

Color info

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

RGB color model

#9E9FBB color RGB value is (158,159,187).

  • red value is 158;
  • green value is 159;
  • blue value is 187.
RGB:
(158,159,187)
(62%,62%,73%)

RGB channels and saturation

R 158 of 255 = 62%
G 159 of 255 = 62%
B 187 of 255 = 73%

158
159
187

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

Portions of RGB colors in percentages

R + G + B =
158 + 159 + 187 = 504 (100%)
R 158 of 504 ~ 31.35%
G 159 of 504 ~ 31.55%
B 187 of 504 ~ 37.1%

%31.35
%31.55
%37.1

CMYK color model

#9E9FBB color CMYK value is (16,15,0,27).

  • cyan value is 15.51%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(16,15,0,27)
C16M15Y0K27 
(16%,15%,0%,27%)
(0.16/0.15/0.00/0.27)	

CMYK percentages

%15.51
%14.97
%0
%26.67

Codes

Color #9E9FBB in popluar color models

9E9FBB
RGB158159187
HSL238°17.58%67.65%
HSB/HSV238°15.51%73.33%
CMYK15.51%14.97%0.00%
26.67%

Color #9E9FBB in popluar number systems.

HEX9E9FBB
Decimal158159187
Binary100111101001111110111011
Octal236237273

Shades and tints

Shades of #9E9FBB

#9E9FBB
(158,159,187)
#9091AA
(144,145,170)
#828399
(130,131,153)
#747588
(116,117,136)
#666777
(102,103,119)
#585966
(88,89,102)
#4A4B55
(74,75,85)
#3C3D44
(60,61,68)
#2E2F33
(46,47,51)
#202122
(32,33,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #9E9FBB

#9E9FBB
(158,159,187)
#A6A7C1
(166,167,193)
#AEAFC7
(174,175,199)
#B6B7CD
(182,183,205)
#BEBFD3
(190,191,211)
#C6C7D9
(198,199,217)
#CECFDF
(206,207,223)
#D6D7E5
(214,215,229)
#DEDFEB
(222,223,235)
#E6E7F1
(230,231,241)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9FBB color. Also use rgb(158,159,187) instead hex code.

Text Font Color

.myTextColor { color: #9E9FBB; }

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

This text font color is #9E9FBB.


Background Color

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

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

This div background color is #9E9FBB.


Border color

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

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

This div border color is #9E9FBB.


Opacity

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

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

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

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

This text has shadow with #9E9FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9FBB on black background.


Color preview on white background

This text has color #9E9FBB on white background.



Black color preview on #9E9FBB background

This text has black color on #9E9FBB background.


White color preview on #9E9FBB background

This text has white color on #9E9FBB background.