COLOR #9B9EBA

HEX: #9B9EBA
RGB: (155,158,186)

Color info

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

RGB color model

#9B9EBA color RGB value is (155,158,186).

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

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 186 of 255 = 73%

155
158
186

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

Portions of RGB colors in percentages

R + G + B =
155 + 158 + 186 = 499 (100%)
R 155 of 499 ~ 31.06%
G 158 of 499 ~ 31.66%
B 186 of 499 ~ 37.27%

%31.06
%31.66
%37.27

CMYK color model

#9B9EBA color CMYK value is (17,15,0,27).

  • cyan value is 16.67%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(17,15,0,27)
C17M15Y0K27 
(17%,15%,0%,27%)
(0.17/0.15/0.00/0.27)	

CMYK percentages

%16.67
%15.05
%0
%27.06

Codes

Color #9B9EBA in popluar color models

9B9EBA
RGB155158186
HSL234°18.34%66.86%
HSB/HSV234°16.67%72.94%
CMYK16.67%15.05%0.00%
27.06%

Color #9B9EBA in popluar number systems.

HEX9B9EBA
Decimal155158186
Binary100110111001111010111010
Octal233236272

Shades and tints

Shades of #9B9EBA

#9B9EBA
(155,158,186)
#8D90AA
(141,144,170)
#7F829A
(127,130,154)
#71748A
(113,116,138)
#63667A
(99,102,122)
#55586A
(85,88,106)
#474A5A
(71,74,90)
#393C4A
(57,60,74)
#2B2E3A
(43,46,58)
#1D202A
(29,32,42)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #9B9EBA

#9B9EBA
(155,158,186)
#A4A6C0
(164,166,192)
#ADAEC6
(173,174,198)
#B6B6CC
(182,182,204)
#BFBED2
(191,190,210)
#C8C6D8
(200,198,216)
#D1CEDE
(209,206,222)
#DAD6E4
(218,214,228)
#E3DEEA
(227,222,234)
#ECE6F0
(236,230,240)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9EBA; }

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

This text font color is #9B9EBA.


Background Color

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

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

This div background color is #9B9EBA.


Border color

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

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

This div border color is #9B9EBA.


Opacity

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

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

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

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

This text has shadow with #9B9EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9EBA on black background.


Color preview on white background

This text has color #9B9EBA on white background.



Black color preview on #9B9EBA background

This text has black color on #9B9EBA background.


White color preview on #9B9EBA background

This text has white color on #9B9EBA background.