COLOR #9B8C9E

HEX: #9B8C9E RGB: (155,140,158)

Color info

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

RGB color model

#9B8C9E color RGB value is (155,140,158).

RGB: (155,140,158) (61%, 55%, 62%)

RGB channels and saturation

R 155 of 255 = 61%
G 140 of 255 = 55%
B 158 of 255 = 62%

155
140
158

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

Portions of RGB colors in percentages

R + G + B = 155 + 140 + 158 = 453 (100%)
R 155 of 453 ~ 34.22%
G 140 of 453 ~ 30.91%
B 158 of 453 ~ 34.88'%

%34.22
%30.91
%34.88

CMYK color model

#9B8C9E color CMYK value is (2,11,0,38).

  • cyan value is 1.90%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (2,11,0,38)
C2M11Y0K38 (2%, 11%, 0%, 38%)
(0.02 / 0.11 / 0.00 / 0.38)

CMYK percentages

%1.9
%11.39
%0
%38.04

Codes

Color #9B8C9E in popluar color models

9B 8C 9E
RGB 155 140 158
HSL 290° 8.49% 58.43%
HSB/HSV 290° 11.39% 61.96%
CMYK 1.90% 11.39% 0.00%
38.04%

Color #9B8C9E in popluar number systems.

HEX 9B 8C 9E
Decimal 155 140 158
Binary 10011011 10001100 10011110
Octal 233 214 236

Shades and tints

Shades of #9B8C9E

#9B8C9E
(155,140,158)
#8D8090
(141,128,144)
#7F7482
(127,116,130)
#716874
(113,104,116)
#635C66
(99,92,102)
#555058
(85,80,88)
#47444A
(71,68,74)
#39383C
(57,56,60)
#2B2C2E
(43,44,46)
#1D2020
(29,32,32)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #9B8C9E

#9B8C9E
(155,140,158)
#A496A6
(164,150,166)
#ADA0AE
(173,160,174)
#B6AAB6
(182,170,182)
#BFB4BE
(191,180,190)
#C8BEC6
(200,190,198)
#D1C8CE
(209,200,206)
#DAD2D6
(218,210,214)
#E3DCDE
(227,220,222)
#ECE6E6
(236,230,230)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8C9E; }

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

This text font color is #9B8C9E.

Background Color

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

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

This div background color is #9B8C9E.

Border color

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

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

This div border color is #9B8C9E.

Opacity

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

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

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

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

This text has shadow with #9B8C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8C9E.

Preview

Color preview on black background

This text has color #9B8C9E on black background.


Color preview on white background

This text has color #9B8C9E on white background.


Black color preview on #9B8C9E background

This text has black color on #9B8C9E background.


White color preview on #9B8C9E background

This text has white color on #9B8C9E background.


Related colors

Complementary color

Complementary color for #hex is #647361.


I love getcolorcode.com

Triadic colors

1 #9E9B8C and #8C9E9B with #9B8C9E are triadic colors.

2 #9E8C9B and #8C9B9E with #9B8C9E are triadic colors.