COLOR #9B9DA1

HEX: #9B9DA1
RGB: (155,157,161)

Color info

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

RGB color model

#9B9DA1 color RGB value is (155,157,161).

  • red value is 155;
  • green value is 157;
  • blue value is 161.
RGB:
(155,157,161)
(61%,62%,63%)

RGB channels and saturation

R 155 of 255 = 61%
G 157 of 255 = 62%
B 161 of 255 = 63%

155
157
161

R + G + B ~ 62%. #9B9DA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 157 + 161 = 473 (100%)
R 155 of 473 ~ 32.77%
G 157 of 473 ~ 33.19%
B 161 of 473 ~ 34.04%

%32.77
%33.19
%34.04

CMYK color model

#9B9DA1 color CMYK value is (4,2,0,37).

  • cyan value is 3.73%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(4,2,0,37)
C4M2Y0K37 
(4%,2%,0%,37%)
(0.04/0.02/0.00/0.37)	

CMYK percentages

%3.73
%2.48
%0
%36.86

Codes

Color #9B9DA1 in popluar color models

9B9DA1
RGB155157161
HSL220°3.09%61.96%
HSB/HSV220°3.73%63.14%
CMYK3.73%2.48%0.00%
36.86%

Color #9B9DA1 in popluar number systems.

HEX9B9DA1
Decimal155157161
Binary100110111001110110100001
Octal233235241

Shades and tints

Shades of #9B9DA1

#9B9DA1
(155,157,161)
#8D8F93
(141,143,147)
#7F8185
(127,129,133)
#717377
(113,115,119)
#636569
(99,101,105)
#55575B
(85,87,91)
#47494D
(71,73,77)
#393B3F
(57,59,63)
#2B2D31
(43,45,49)
#1D1F23
(29,31,35)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #9B9DA1

#9B9DA1
(155,157,161)
#A4A5A9
(164,165,169)
#ADADB1
(173,173,177)
#B6B5B9
(182,181,185)
#BFBDC1
(191,189,193)
#C8C5C9
(200,197,201)
#D1CDD1
(209,205,209)
#DAD5D9
(218,213,217)
#E3DDE1
(227,221,225)
#ECE5E9
(236,229,233)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9DA1; }

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

This text font color is #9B9DA1.


Background Color

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

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

This div background color is #9B9DA1.


Border color

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

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

This div border color is #9B9DA1.


Opacity

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

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

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

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

This text has shadow with #9B9DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9DA1 on black background.


Color preview on white background

This text has color #9B9DA1 on white background.



Black color preview on #9B9DA1 background

This text has black color on #9B9DA1 background.


White color preview on #9B9DA1 background

This text has white color on #9B9DA1 background.