COLOR #9B9CAA

HEX: #9B9CAA
RGB: (155,156,170)

Color info

#9B9CAA contains red, green and blue colors in about the same proportion. Web safe color of #9B9CAA is #999999 (or #999).

RGB color model

#9B9CAA color RGB value is (155,156,170).

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

RGB channels and saturation

R 155 of 255 = 61%
G 156 of 255 = 61%
B 170 of 255 = 67%

155
156
170

R + G + B ~ 63%. #9B9CAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 156 + 170 = 481 (100%)
R 155 of 481 ~ 32.22%
G 156 of 481 ~ 32.43%
B 170 of 481 ~ 35.34%

%32.22
%32.43
%35.34

CMYK color model

#9B9CAA color CMYK value is (9,8,0,33).

  • cyan value is 8.82%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(9,8,0,33)
C9M8Y0K33 
(9%,8%,0%,33%)
(0.09/0.08/0.00/0.33)	

CMYK percentages

%8.82
%8.24
%0
%33.33

Codes

Color #9B9CAA in popluar color models

9B9CAA
RGB155156170
HSL236°8.11%63.73%
HSB/HSV236°8.82%66.67%
CMYK8.82%8.24%0.00%
33.33%

Color #9B9CAA in popluar number systems.

HEX9B9CAA
Decimal155156170
Binary100110111001110010101010
Octal233234252

Shades and tints

Shades of #9B9CAA

#9B9CAA
(155,156,170)
#8D8E9B
(141,142,155)
#7F808C
(127,128,140)
#71727D
(113,114,125)
#63646E
(99,100,110)
#55565F
(85,86,95)
#474850
(71,72,80)
#393A41
(57,58,65)
#2B2C32
(43,44,50)
#1D1E23
(29,30,35)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #9B9CAA

#9B9CAA
(155,156,170)
#A4A5B1
(164,165,177)
#ADAEB8
(173,174,184)
#B6B7BF
(182,183,191)
#BFC0C6
(191,192,198)
#C8C9CD
(200,201,205)
#D1D2D4
(209,210,212)
#DADBDB
(218,219,219)
#E3E4E2
(227,228,226)
#ECEDE9
(236,237,233)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9CAA; }

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

This text font color is #9B9CAA.


Background Color

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

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

This div background color is #9B9CAA.


Border color

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

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

This div border color is #9B9CAA.


Opacity

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

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

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

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

This text has shadow with #9B9CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9CAA on black background.


Color preview on white background

This text has color #9B9CAA on white background.



Black color preview on #9B9CAA background

This text has black color on #9B9CAA background.


White color preview on #9B9CAA background

This text has white color on #9B9CAA background.