COLOR #9B9BC9

HEX: #9B9BC9
RGB: (155,155,201)

Color info

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

RGB color model

#9B9BC9 color RGB value is (155,155,201).

  • red value is 155;
  • green value is 155;
  • blue value is 201.
RGB:
(155,155,201)
(61%,61%,79%)

RGB channels and saturation

R 155 of 255 = 61%
G 155 of 255 = 61%
B 201 of 255 = 79%

155
155
201

R + G + B ~ 67%. #9B9BC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 155 + 201 = 511 (100%)
R 155 of 511 ~ 30.33%
G 155 of 511 ~ 30.33%
B 201 of 511 ~ 39.33%

%30.33
%30.33
%39.33

CMYK color model

#9B9BC9 color CMYK value is (23,23,0,21).

  • cyan value is 22.89%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(23,23,0,21)
C23M23Y0K21 
(23%,23%,0%,21%)
(0.23/0.23/0.00/0.21)	

CMYK percentages

%22.89
%22.89
%0
%21.18

Codes

Color #9B9BC9 in popluar color models

9B9BC9
RGB155155201
HSL240°29.87%69.80%
HSB/HSV240°22.89%78.82%
CMYK22.89%22.89%0.00%
21.18%

Color #9B9BC9 in popluar number systems.

HEX9B9BC9
Decimal155155201
Binary100110111001101111001001
Octal233233311

Shades and tints

Shades of #9B9BC9

#9B9BC9
(155,155,201)
#8D8DB7
(141,141,183)
#7F7FA5
(127,127,165)
#717193
(113,113,147)
#636381
(99,99,129)
#55556F
(85,85,111)
#47475D
(71,71,93)
#39394B
(57,57,75)
#2B2B39
(43,43,57)
#1D1D27
(29,29,39)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #9B9BC9

#9B9BC9
(155,155,201)
#A4A4CD
(164,164,205)
#ADADD1
(173,173,209)
#B6B6D5
(182,182,213)
#BFBFD9
(191,191,217)
#C8C8DD
(200,200,221)
#D1D1E1
(209,209,225)
#DADAE5
(218,218,229)
#E3E3E9
(227,227,233)
#ECECED
(236,236,237)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9BC9; }

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

This text font color is #9B9BC9.


Background Color

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

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

This div background color is #9B9BC9.


Border color

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

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

This div border color is #9B9BC9.


Opacity

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

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

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

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

This text has shadow with #9B9BC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9BC9 on black background.


Color preview on white background

This text has color #9B9BC9 on white background.



Black color preview on #9B9BC9 background

This text has black color on #9B9BC9 background.


White color preview on #9B9BC9 background

This text has white color on #9B9BC9 background.