COLOR #9B8490

HEX: #9B8490 RGB: (155,132,144)

Color info

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

RGB color model

#9B8490 color RGB value is (155,132,144).

RGB: (155,132,144) (61%, 52%, 56%)

RGB channels and saturation

R 155 of 255 = 61%
G 132 of 255 = 52%
B 144 of 255 = 56%

155
132
144

R + G + B ~ 56%. #9B8490 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 132 + 144 = 431 (100%)
R 155 of 431 ~ 35.96%
G 132 of 431 ~ 30.63%
B 144 of 431 ~ 33.41'%

%35.96
%30.63
%33.41

CMYK color model

#9B8490 color CMYK value is (0,15,7,39).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 7.10%
  • key color value is 39.22%

CMYK: (0,15,7,39)
C0M15Y7K39 (0%, 15%, 7%, 39%)
(0.00 / 0.15 / 0.07 / 0.39)

CMYK percentages

%0
%14.84
%7.1
%39.22

Codes

Color #9B8490 in popluar color models

9B 84 90
RGB 155 132 144
HSL 329° 10.31% 56.27%
HSB/HSV 329° 14.84% 60.78%
CMYK 0.00% 14.84% 7.10%
39.22%

Color #9B8490 in popluar number systems.

HEX 9B 84 90
Decimal 155 132 144
Binary 10011011 10000100 10010000
Octal 233 204 220

Shades and tints

Shades of #9B8490

#9B8490
(155,132,144)
#8D7883
(141,120,131)
#7F6C76
(127,108,118)
#716069
(113,96,105)
#63545C
(99,84,92)
#55484F
(85,72,79)
#473C42
(71,60,66)
#393035
(57,48,53)
#2B2428
(43,36,40)
#1D181B
(29,24,27)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #9B8490

#9B8490
(155,132,144)
#A48F9A
(164,143,154)
#AD9AA4
(173,154,164)
#B6A5AE
(182,165,174)
#BFB0B8
(191,176,184)
#C8BBC2
(200,187,194)
#D1C6CC
(209,198,204)
#DAD1D6
(218,209,214)
#E3DCE0
(227,220,224)
#ECE7EA
(236,231,234)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8490 color. Also use rgb(155,132,144) instead hex code.

Text Font Color

.myTextColor { color: #9B8490; }

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

This text font color is #9B8490.

Background Color

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

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

This div background color is #9B8490.

Border color

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

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

This div border color is #9B8490.

Opacity

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

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

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

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

This text has shadow with #9B8490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8490.

Preview

Color preview on black background

This text has color #9B8490 on black background.


Color preview on white background

This text has color #9B8490 on white background.


Black color preview on #9B8490 background

This text has black color on #9B8490 background.


White color preview on #9B8490 background

This text has white color on #9B8490 background.


Related colors

Complementary color

Complementary color for #hex is #647B6F.


I love getcolorcode.com

Triadic colors

1 #909B84 and #84909B with #9B8490 are triadic colors.

2 #90849B and #849B90 with #9B8490 are triadic colors.