COLOR #9E92BA

HEX: #9E92BA
RGB: (158,146,186)

Color info

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

RGB color model

#9E92BA color RGB value is (158,146,186).

  • red value is 158;
  • green value is 146;
  • blue value is 186.
RGB:
(158,146,186)
(62%,57%,73%)

RGB channels and saturation

R 158 of 255 = 62%
G 146 of 255 = 57%
B 186 of 255 = 73%

158
146
186

R + G + B ~ 64%. #9E92BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 146 + 186 = 490 (100%)
R 158 of 490 ~ 32.24%
G 146 of 490 ~ 29.8%
B 186 of 490 ~ 37.96%

%32.24
%29.8
%37.96

CMYK color model

#9E92BA color CMYK value is (15,22,0,27).

  • cyan value is 15.05%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(15,22,0,27)
C15M22Y0K27 
(15%,22%,0%,27%)
(0.15/0.22/0.00/0.27)	

CMYK percentages

%15.05
%21.51
%0
%27.06

Codes

Color #9E92BA in popluar color models

9E92BA
RGB158146186
HSL258°22.47%65.10%
HSB/HSV258°21.51%72.94%
CMYK15.05%21.51%0.00%
27.06%

Color #9E92BA in popluar number systems.

HEX9E92BA
Decimal158146186
Binary100111101001001010111010
Octal236222272

Shades and tints

Shades of #9E92BA

#9E92BA
(158,146,186)
#9085AA
(144,133,170)
#82789A
(130,120,154)
#746B8A
(116,107,138)
#665E7A
(102,94,122)
#58516A
(88,81,106)
#4A445A
(74,68,90)
#3C374A
(60,55,74)
#2E2A3A
(46,42,58)
#201D2A
(32,29,42)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #9E92BA

#9E92BA
(158,146,186)
#A69BC0
(166,155,192)
#AEA4C6
(174,164,198)
#B6ADCC
(182,173,204)
#BEB6D2
(190,182,210)
#C6BFD8
(198,191,216)
#CEC8DE
(206,200,222)
#D6D1E4
(214,209,228)
#DEDAEA
(222,218,234)
#E6E3F0
(230,227,240)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E92BA color. Also use rgb(158,146,186) instead hex code.

Text Font Color

.myTextColor { color: #9E92BA; }

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

This text font color is #9E92BA.


Background Color

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

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

This div background color is #9E92BA.


Border color

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

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

This div border color is #9E92BA.


Opacity

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

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

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

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

This text has shadow with #9E92BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E92BA on black background.


Color preview on white background

This text has color #9E92BA on white background.



Black color preview on #9E92BA background

This text has black color on #9E92BA background.


White color preview on #9E92BA background

This text has white color on #9E92BA background.