COLOR #9B9EAB

HEX: #9B9EAB
RGB: (155,158,171)

Color info

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

RGB color model

#9B9EAB color RGB value is (155,158,171).

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

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 171 of 255 = 67%

155
158
171

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

Portions of RGB colors in percentages

R + G + B =
155 + 158 + 171 = 484 (100%)
R 155 of 484 ~ 32.02%
G 158 of 484 ~ 32.64%
B 171 of 484 ~ 35.33%

%32.02
%32.64
%35.33

CMYK color model

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

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

CMYK percentages

%9.36
%7.6
%0
%32.94

Codes

Color #9B9EAB in popluar color models

9B9EAB
RGB155158171
HSL229°8.70%63.92%
HSB/HSV229°9.36%67.06%
CMYK9.36%7.60%0.00%
32.94%

Color #9B9EAB in popluar number systems.

HEX9B9EAB
Decimal155158171
Binary100110111001111010101011
Octal233236253

Shades and tints

Shades of #9B9EAB

#9B9EAB
(155,158,171)
#8D909C
(141,144,156)
#7F828D
(127,130,141)
#71747E
(113,116,126)
#63666F
(99,102,111)
#555860
(85,88,96)
#474A51
(71,74,81)
#393C42
(57,60,66)
#2B2E33
(43,46,51)
#1D2024
(29,32,36)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #9B9EAB

#9B9EAB
(155,158,171)
#A4A6B2
(164,166,178)
#ADAEB9
(173,174,185)
#B6B6C0
(182,182,192)
#BFBEC7
(191,190,199)
#C8C6CE
(200,198,206)
#D1CED5
(209,206,213)
#DAD6DC
(218,214,220)
#E3DEE3
(227,222,227)
#ECE6EA
(236,230,234)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9EAB; }

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

This text font color is #9B9EAB.


Background Color

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

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

This div background color is #9B9EAB.


Border color

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

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

This div border color is #9B9EAB.


Opacity

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

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

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

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

This text has shadow with #9B9EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9EAB on black background.


Color preview on white background

This text has color #9B9EAB on white background.



Black color preview on #9B9EAB background

This text has black color on #9B9EAB background.


White color preview on #9B9EAB background

This text has white color on #9B9EAB background.