COLOR #9E9BB4

HEX: #9E9BB4
RGB: (158,155,180)

Color info

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

RGB color model

#9E9BB4 color RGB value is (158,155,180).

  • red value is 158;
  • green value is 155;
  • blue value is 180.
RGB:
(158,155,180)
(62%,61%,71%)

RGB channels and saturation

R 158 of 255 = 62%
G 155 of 255 = 61%
B 180 of 255 = 71%

158
155
180

R + G + B ~ 65%. #9E9BB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 155 + 180 = 493 (100%)
R 158 of 493 ~ 32.05%
G 155 of 493 ~ 31.44%
B 180 of 493 ~ 36.51%

%32.05
%31.44
%36.51

CMYK color model

#9E9BB4 color CMYK value is (12,14,0,29).

  • cyan value is 12.22%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(12,14,0,29)
C12M14Y0K29 
(12%,14%,0%,29%)
(0.12/0.14/0.00/0.29)	

CMYK percentages

%12.22
%13.89
%0
%29.41

Codes

Color #9E9BB4 in popluar color models

9E9BB4
RGB158155180
HSL247°14.29%65.69%
HSB/HSV247°13.89%70.59%
CMYK12.22%13.89%0.00%
29.41%

Color #9E9BB4 in popluar number systems.

HEX9E9BB4
Decimal158155180
Binary100111101001101110110100
Octal236233264

Shades and tints

Shades of #9E9BB4

#9E9BB4
(158,155,180)
#908DA4
(144,141,164)
#827F94
(130,127,148)
#747184
(116,113,132)
#666374
(102,99,116)
#585564
(88,85,100)
#4A4754
(74,71,84)
#3C3944
(60,57,68)
#2E2B34
(46,43,52)
#201D24
(32,29,36)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #9E9BB4

#9E9BB4
(158,155,180)
#A6A4BA
(166,164,186)
#AEADC0
(174,173,192)
#B6B6C6
(182,182,198)
#BEBFCC
(190,191,204)
#C6C8D2
(198,200,210)
#CED1D8
(206,209,216)
#D6DADE
(214,218,222)
#DEE3E4
(222,227,228)
#E6ECEA
(230,236,234)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9BB4 color. Also use rgb(158,155,180) instead hex code.

Text Font Color

.myTextColor { color: #9E9BB4; }

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

This text font color is #9E9BB4.


Background Color

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

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

This div background color is #9E9BB4.


Border color

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

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

This div border color is #9E9BB4.


Opacity

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

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

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

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

This text has shadow with #9E9BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9BB4 on black background.


Color preview on white background

This text has color #9E9BB4 on white background.



Black color preview on #9E9BB4 background

This text has black color on #9E9BB4 background.


White color preview on #9E9BB4 background

This text has white color on #9E9BB4 background.