COLOR #9BA3B7

HEX: #9BA3B7
RGB: (155,163,183)

Color info

#9BA3B7 contains red, green and blue colors in about the same proportion. Web safe color of #9BA3B7 is #9999CC (or #99C).

RGB color model

#9BA3B7 color RGB value is (155,163,183).

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

RGB channels and saturation

R 155 of 255 = 61%
G 163 of 255 = 64%
B 183 of 255 = 72%

155
163
183

R + G + B ~ 66%. #9BA3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 163 + 183 = 501 (100%)
R 155 of 501 ~ 30.94%
G 163 of 501 ~ 32.53%
B 183 of 501 ~ 36.53%

%30.94
%32.53
%36.53

CMYK color model

#9BA3B7 color CMYK value is (15,11,0,28).

  • cyan value is 15.30%
  • magenta value is 10.93%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(15,11,0,28)
C15M11Y0K28 
(15%,11%,0%,28%)
(0.15/0.11/0.00/0.28)	

CMYK percentages

%15.3
%10.93
%0
%28.24

Codes

Color #9BA3B7 in popluar color models

9BA3B7
RGB155163183
HSL223°16.28%66.27%
HSB/HSV223°15.30%71.76%
CMYK15.30%10.93%0.00%
28.24%

Color #9BA3B7 in popluar number systems.

HEX9BA3B7
Decimal155163183
Binary100110111010001110110111
Octal233243267

Shades and tints

Shades of #9BA3B7

#9BA3B7
(155,163,183)
#8D95A7
(141,149,167)
#7F8797
(127,135,151)
#717987
(113,121,135)
#636B77
(99,107,119)
#555D67
(85,93,103)
#474F57
(71,79,87)
#394147
(57,65,71)
#2B3337
(43,51,55)
#1D2527
(29,37,39)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #9BA3B7

#9BA3B7
(155,163,183)
#A4ABBD
(164,171,189)
#ADB3C3
(173,179,195)
#B6BBC9
(182,187,201)
#BFC3CF
(191,195,207)
#C8CBD5
(200,203,213)
#D1D3DB
(209,211,219)
#DADBE1
(218,219,225)
#E3E3E7
(227,227,231)
#ECEBED
(236,235,237)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA3B7; }

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

This text font color is #9BA3B7.


Background Color

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

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

This div background color is #9BA3B7.


Border color

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

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

This div border color is #9BA3B7.


Opacity

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

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

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

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

This text has shadow with #9BA3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA3B7 on black background.


Color preview on white background

This text has color #9BA3B7 on white background.



Black color preview on #9BA3B7 background

This text has black color on #9BA3B7 background.


White color preview on #9BA3B7 background

This text has white color on #9BA3B7 background.