COLOR #9B9CC6

HEX: #9B9CC6
RGB: (155,156,198)

Color info

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

RGB color model

#9B9CC6 color RGB value is (155,156,198).

  • red value is 155;
  • green value is 156;
  • blue value is 198.
RGB:
(155,156,198)
(61%,61%,78%)

RGB channels and saturation

R 155 of 255 = 61%
G 156 of 255 = 61%
B 198 of 255 = 78%

155
156
198

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

Portions of RGB colors in percentages

R + G + B =
155 + 156 + 198 = 509 (100%)
R 155 of 509 ~ 30.45%
G 156 of 509 ~ 30.65%
B 198 of 509 ~ 38.9%

%30.45
%30.65
%38.9

CMYK color model

#9B9CC6 color CMYK value is (22,21,0,22).

  • cyan value is 21.72%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(22,21,0,22)
C22M21Y0K22 
(22%,21%,0%,22%)
(0.22/0.21/0.00/0.22)	

CMYK percentages

%21.72
%21.21
%0
%22.35

Codes

Color #9B9CC6 in popluar color models

9B9CC6
RGB155156198
HSL239°27.39%69.22%
HSB/HSV239°21.72%77.65%
CMYK21.72%21.21%0.00%
22.35%

Color #9B9CC6 in popluar number systems.

HEX9B9CC6
Decimal155156198
Binary100110111001110011000110
Octal233234306

Shades and tints

Shades of #9B9CC6

#9B9CC6
(155,156,198)
#8D8EB4
(141,142,180)
#7F80A2
(127,128,162)
#717290
(113,114,144)
#63647E
(99,100,126)
#55566C
(85,86,108)
#47485A
(71,72,90)
#393A48
(57,58,72)
#2B2C36
(43,44,54)
#1D1E24
(29,30,36)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #9B9CC6

#9B9CC6
(155,156,198)
#A4A5CB
(164,165,203)
#ADAED0
(173,174,208)
#B6B7D5
(182,183,213)
#BFC0DA
(191,192,218)
#C8C9DF
(200,201,223)
#D1D2E4
(209,210,228)
#DADBE9
(218,219,233)
#E3E4EE
(227,228,238)
#ECEDF3
(236,237,243)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9CC6; }

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

This text font color is #9B9CC6.


Background Color

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

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

This div background color is #9B9CC6.


Border color

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

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

This div border color is #9B9CC6.


Opacity

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

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

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

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

This text has shadow with #9B9CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9CC6 on black background.


Color preview on white background

This text has color #9B9CC6 on white background.



Black color preview on #9B9CC6 background

This text has black color on #9B9CC6 background.


White color preview on #9B9CC6 background

This text has white color on #9B9CC6 background.