COLOR #9B9DAB

HEX: #9B9DAB RGB: (155,157,171)

Color info

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

RGB color model

#9B9DAB color RGB value is (155,157,171).

RGB: (155,157,171) (61%, 62%, 67%)

RGB channels and saturation

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

155
157
171

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

Portions of RGB colors in percentages

R + G + B = 155 + 157 + 171 = 483 (100%)
R 155 of 483 ~ 32.09%
G 157 of 483 ~ 32.51%
B 171 of 483 ~ 35.4'%

%32.09
%32.51
%35.4

CMYK color model

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

  • cyan value is 9.36%
  • magenta value is 8.19%
  • 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
%8.19
%0
%32.94

Codes

Color #9B9DAB in popluar color models

9B 9D AB
RGB 155 157 171
HSL 233° 8.70% 63.92%
HSB/HSV 233° 9.36% 67.06%
CMYK 9.36% 8.19% 0.00%
32.94%

Color #9B9DAB in popluar number systems.

HEX 9B 9D AB
Decimal 155 157 171
Binary 10011011 10011101 10101011
Octal 233 235 253

Shades and tints

Shades of #9B9DAB

#9B9DAB
(155,157,171)
#8D8F9C
(141,143,156)
#7F818D
(127,129,141)
#71737E
(113,115,126)
#63656F
(99,101,111)
#555760
(85,87,96)
#474951
(71,73,81)
#393B42
(57,59,66)
#2B2D33
(43,45,51)
#1D1F24
(29,31,36)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #9B9DAB

#9B9DAB
(155,157,171)
#A4A5B2
(164,165,178)
#ADADB9
(173,173,185)
#B6B5C0
(182,181,192)
#BFBDC7
(191,189,199)
#C8C5CE
(200,197,206)
#D1CDD5
(209,205,213)
#DAD5DC
(218,213,220)
#E3DDE3
(227,221,227)
#ECE5EA
(236,229,234)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9DAB; }

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

This text font color is #9B9DAB.

Background Color

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

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

This div background color is #9B9DAB.

Border color

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

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

This div border color is #9B9DAB.

Opacity

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

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

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

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

This text has shadow with #9B9DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9DAB.

Preview

Color preview on black background

This text has color #9B9DAB on black background.


Color preview on white background

This text has color #9B9DAB on white background.


Black color preview on #9B9DAB background

This text has black color on #9B9DAB background.


White color preview on #9B9DAB background

This text has white color on #9B9DAB background.


Related colors

Complementary color

Complementary color for #hex is #646254.


I love getcolorcode.com

Triadic colors

1 #AB9B9D and #9DAB9B with #9B9DAB are triadic colors.

2 #AB9D9B and #9D9BAB with #9B9DAB are triadic colors.