COLOR #9E9FBD

HEX: #9E9FBD
RGB: (158,159,189)

Color info

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

RGB color model

#9E9FBD color RGB value is (158,159,189).

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

RGB channels and saturation

R 158 of 255 = 62%
G 159 of 255 = 62%
B 189 of 255 = 74%

158
159
189

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

Portions of RGB colors in percentages

R + G + B =
158 + 159 + 189 = 506 (100%)
R 158 of 506 ~ 31.23%
G 159 of 506 ~ 31.42%
B 189 of 506 ~ 37.35%

%31.23
%31.42
%37.35

CMYK color model

#9E9FBD color CMYK value is (16,16,0,26).

  • cyan value is 16.40%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(16,16,0,26)
C16M16Y0K26 
(16%,16%,0%,26%)
(0.16/0.16/0.00/0.26)	

CMYK percentages

%16.4
%15.87
%0
%25.88

Codes

Color #9E9FBD in popluar color models

9E9FBD
RGB158159189
HSL238°19.02%68.04%
HSB/HSV238°16.40%74.12%
CMYK16.40%15.87%0.00%
25.88%

Color #9E9FBD in popluar number systems.

HEX9E9FBD
Decimal158159189
Binary100111101001111110111101
Octal236237275

Shades and tints

Shades of #9E9FBD

#9E9FBD
(158,159,189)
#9091AC
(144,145,172)
#82839B
(130,131,155)
#74758A
(116,117,138)
#666779
(102,103,121)
#585968
(88,89,104)
#4A4B57
(74,75,87)
#3C3D46
(60,61,70)
#2E2F35
(46,47,53)
#202124
(32,33,36)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #9E9FBD

#9E9FBD
(158,159,189)
#A6A7C3
(166,167,195)
#AEAFC9
(174,175,201)
#B6B7CF
(182,183,207)
#BEBFD5
(190,191,213)
#C6C7DB
(198,199,219)
#CECFE1
(206,207,225)
#D6D7E7
(214,215,231)
#DEDFED
(222,223,237)
#E6E7F3
(230,231,243)
#EEEFF9
(238,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9FBD; }

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

This text font color is #9E9FBD.


Background Color

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

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

This div background color is #9E9FBD.


Border color

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

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

This div border color is #9E9FBD.


Opacity

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

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

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

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

This text has shadow with #9E9FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9FBD on black background.


Color preview on white background

This text has color #9E9FBD on white background.



Black color preview on #9E9FBD background

This text has black color on #9E9FBD background.


White color preview on #9E9FBD background

This text has white color on #9E9FBD background.