COLOR #9BA4B7

HEX: #9BA4B7
RGB: (155,164,183)

Color info

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

RGB color model

#9BA4B7 color RGB value is (155,164,183).

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

RGB channels and saturation

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

155
164
183

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

Portions of RGB colors in percentages

R + G + B =
155 + 164 + 183 = 502 (100%)
R 155 of 502 ~ 30.88%
G 164 of 502 ~ 32.67%
B 183 of 502 ~ 36.45%

%30.88
%32.67
%36.45

CMYK color model

#9BA4B7 color CMYK value is (15,10,0,28).

  • cyan value is 15.30%
  • magenta value is 10.38%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(15,10,0,28)
C15M10Y0K28 
(15%,10%,0%,28%)
(0.15/0.10/0.00/0.28)	

CMYK percentages

%15.3
%10.38
%0
%28.24

Codes

Color #9BA4B7 in popluar color models

9BA4B7
RGB155164183
HSL221°16.28%66.27%
HSB/HSV221°15.30%71.76%
CMYK15.30%10.38%0.00%
28.24%

Color #9BA4B7 in popluar number systems.

HEX9BA4B7
Decimal155164183
Binary100110111010010010110111
Octal233244267

Shades and tints

Shades of #9BA4B7

#9BA4B7
(155,164,183)
#8D96A7
(141,150,167)
#7F8897
(127,136,151)
#717A87
(113,122,135)
#636C77
(99,108,119)
#555E67
(85,94,103)
#475057
(71,80,87)
#394247
(57,66,71)
#2B3437
(43,52,55)
#1D2627
(29,38,39)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #9BA4B7

#9BA4B7
(155,164,183)
#A4ACBD
(164,172,189)
#ADB4C3
(173,180,195)
#B6BCC9
(182,188,201)
#BFC4CF
(191,196,207)
#C8CCD5
(200,204,213)
#D1D4DB
(209,212,219)
#DADCE1
(218,220,225)
#E3E4E7
(227,228,231)
#ECECED
(236,236,237)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA4B7; }

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

This text font color is #9BA4B7.


Background Color

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

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

This div background color is #9BA4B7.


Border color

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

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

This div border color is #9BA4B7.


Opacity

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

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

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

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

This text has shadow with #9BA4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA4B7 on black background.


Color preview on white background

This text has color #9BA4B7 on white background.



Black color preview on #9BA4B7 background

This text has black color on #9BA4B7 background.


White color preview on #9BA4B7 background

This text has white color on #9BA4B7 background.