COLOR #9B8CA3

HEX: #9B8CA3
RGB: (155,140,163)

Color info

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

RGB color model

#9B8CA3 color RGB value is (155,140,163).

  • red value is 155;
  • green value is 140;
  • blue value is 163.
RGB:
(155,140,163)
(61%,55%,64%)

RGB channels and saturation

R 155 of 255 = 61%
G 140 of 255 = 55%
B 163 of 255 = 64%

155
140
163

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

Portions of RGB colors in percentages

R + G + B =
155 + 140 + 163 = 458 (100%)
R 155 of 458 ~ 33.84%
G 140 of 458 ~ 30.57%
B 163 of 458 ~ 35.59%

%33.84
%30.57
%35.59

CMYK color model

#9B8CA3 color CMYK value is (5,14,0,36).

  • cyan value is 4.91%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(5,14,0,36)
C5M14Y0K36 
(5%,14%,0%,36%)
(0.05/0.14/0.00/0.36)	

CMYK percentages

%4.91
%14.11
%0
%36.08

Codes

Color #9B8CA3 in popluar color models

9B8CA3
RGB155140163
HSL279°11.11%59.41%
HSB/HSV279°14.11%63.92%
CMYK4.91%14.11%0.00%
36.08%

Color #9B8CA3 in popluar number systems.

HEX9B8CA3
Decimal155140163
Binary100110111000110010100011
Octal233214243

Shades and tints

Shades of #9B8CA3

#9B8CA3
(155,140,163)
#8D8095
(141,128,149)
#7F7487
(127,116,135)
#716879
(113,104,121)
#635C6B
(99,92,107)
#55505D
(85,80,93)
#47444F
(71,68,79)
#393841
(57,56,65)
#2B2C33
(43,44,51)
#1D2025
(29,32,37)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #9B8CA3

#9B8CA3
(155,140,163)
#A496AB
(164,150,171)
#ADA0B3
(173,160,179)
#B6AABB
(182,170,187)
#BFB4C3
(191,180,195)
#C8BECB
(200,190,203)
#D1C8D3
(209,200,211)
#DAD2DB
(218,210,219)
#E3DCE3
(227,220,227)
#ECE6EB
(236,230,235)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8CA3; }

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

This text font color is #9B8CA3.


Background Color

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

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

This div background color is #9B8CA3.


Border color

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

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

This div border color is #9B8CA3.


Opacity

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

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

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

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

This text has shadow with #9B8CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8CA3 on black background.


Color preview on white background

This text has color #9B8CA3 on white background.



Black color preview on #9B8CA3 background

This text has black color on #9B8CA3 background.


White color preview on #9B8CA3 background

This text has white color on #9B8CA3 background.