COLOR #9B8C98

HEX: #9B8C98 RGB: (155,140,152)

Color info

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

RGB color model

#9B8C98 color RGB value is (155,140,152).

RGB: (155,140,152) (61%, 55%, 60%)

RGB channels and saturation

R 155 of 255 = 61%
G 140 of 255 = 55%
B 152 of 255 = 60%

155
140
152

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

Portions of RGB colors in percentages

R + G + B = 155 + 140 + 152 = 447 (100%)
R 155 of 447 ~ 34.68%
G 140 of 447 ~ 31.32%
B 152 of 447 ~ 34'%

%34.68
%31.32
%34

CMYK color model

#9B8C98 color CMYK value is (0,10,2,39).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 1.94%
  • key color value is 39.22%

CMYK: (0,10,2,39)
C0M10Y2K39 (0%, 10%, 2%, 39%)
(0.00 / 0.10 / 0.02 / 0.39)

CMYK percentages

%0
%9.68
%1.94
%39.22

Codes

Color #9B8C98 in popluar color models

9B 8C 98
RGB 155 140 152
HSL 312° 6.98% 57.84%
HSB/HSV 312° 9.68% 60.78%
CMYK 0.00% 9.68% 1.94%
39.22%

Color #9B8C98 in popluar number systems.

HEX 9B 8C 98
Decimal 155 140 152
Binary 10011011 10001100 10011000
Octal 233 214 230

Shades and tints

Shades of #9B8C98

#9B8C98
(155,140,152)
#8D808B
(141,128,139)
#7F747E
(127,116,126)
#716871
(113,104,113)
#635C64
(99,92,100)
#555057
(85,80,87)
#47444A
(71,68,74)
#39383D
(57,56,61)
#2B2C30
(43,44,48)
#1D2023
(29,32,35)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #9B8C98

#9B8C98
(155,140,152)
#A496A1
(164,150,161)
#ADA0AA
(173,160,170)
#B6AAB3
(182,170,179)
#BFB4BC
(191,180,188)
#C8BEC5
(200,190,197)
#D1C8CE
(209,200,206)
#DAD2D7
(218,210,215)
#E3DCE0
(227,220,224)
#ECE6E9
(236,230,233)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8C98; }

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

This text font color is #9B8C98.

Background Color

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

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

This div background color is #9B8C98.

Border color

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

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

This div border color is #9B8C98.

Opacity

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

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

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

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

This text has shadow with #9B8C98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8C98.

Preview

Color preview on black background

This text has color #9B8C98 on black background.


Color preview on white background

This text has color #9B8C98 on white background.


Black color preview on #9B8C98 background

This text has black color on #9B8C98 background.


White color preview on #9B8C98 background

This text has white color on #9B8C98 background.


Related colors

Complementary color

Complementary color for #hex is #647367.


I love getcolorcode.com

Triadic colors

1 #989B8C and #8C989B with #9B8C98 are triadic colors.

2 #988C9B and #8C9B98 with #9B8C98 are triadic colors.