COLOR #9B9EC1

HEX: #9B9EC1
RGB: (155,158,193)

Color info

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

RGB color model

#9B9EC1 color RGB value is (155,158,193).

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

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 193 of 255 = 76%

155
158
193

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

Portions of RGB colors in percentages

R + G + B =
155 + 158 + 193 = 506 (100%)
R 155 of 506 ~ 30.63%
G 158 of 506 ~ 31.23%
B 193 of 506 ~ 38.14%

%30.63
%31.23
%38.14

CMYK color model

#9B9EC1 color CMYK value is (20,18,0,24).

  • cyan value is 19.69%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(20,18,0,24)
C20M18Y0K24 
(20%,18%,0%,24%)
(0.20/0.18/0.00/0.24)	

CMYK percentages

%19.69
%18.13
%0
%24.31

Codes

Color #9B9EC1 in popluar color models

9B9EC1
RGB155158193
HSL235°23.46%68.24%
HSB/HSV235°19.69%75.69%
CMYK19.69%18.13%0.00%
24.31%

Color #9B9EC1 in popluar number systems.

HEX9B9EC1
Decimal155158193
Binary100110111001111011000001
Octal233236301

Shades and tints

Shades of #9B9EC1

#9B9EC1
(155,158,193)
#8D90B0
(141,144,176)
#7F829F
(127,130,159)
#71748E
(113,116,142)
#63667D
(99,102,125)
#55586C
(85,88,108)
#474A5B
(71,74,91)
#393C4A
(57,60,74)
#2B2E39
(43,46,57)
#1D2028
(29,32,40)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #9B9EC1

#9B9EC1
(155,158,193)
#A4A6C6
(164,166,198)
#ADAECB
(173,174,203)
#B6B6D0
(182,182,208)
#BFBED5
(191,190,213)
#C8C6DA
(200,198,218)
#D1CEDF
(209,206,223)
#DAD6E4
(218,214,228)
#E3DEE9
(227,222,233)
#ECE6EE
(236,230,238)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9EC1; }

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

This text font color is #9B9EC1.


Background Color

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

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

This div background color is #9B9EC1.


Border color

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

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

This div border color is #9B9EC1.


Opacity

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

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

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

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

This text has shadow with #9B9EC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9EC1 on black background.


Color preview on white background

This text has color #9B9EC1 on white background.



Black color preview on #9B9EC1 background

This text has black color on #9B9EC1 background.


White color preview on #9B9EC1 background

This text has white color on #9B9EC1 background.