COLOR #9BA1B7

HEX: #9BA1B7
RGB: (155,161,183)

Color info

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

RGB color model

#9BA1B7 color RGB value is (155,161,183).

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

RGB channels and saturation

R 155 of 255 = 61%
G 161 of 255 = 63%
B 183 of 255 = 72%

155
161
183

R + G + B ~ 65%. #9BA1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 161 + 183 = 499 (100%)
R 155 of 499 ~ 31.06%
G 161 of 499 ~ 32.26%
B 183 of 499 ~ 36.67%

%31.06
%32.26
%36.67

CMYK color model

#9BA1B7 color CMYK value is (15,12,0,28).

  • cyan value is 15.30%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(15,12,0,28)
C15M12Y0K28 
(15%,12%,0%,28%)
(0.15/0.12/0.00/0.28)	

CMYK percentages

%15.3
%12.02
%0
%28.24

Codes

Color #9BA1B7 in popluar color models

9BA1B7
RGB155161183
HSL227°16.28%66.27%
HSB/HSV227°15.30%71.76%
CMYK15.30%12.02%0.00%
28.24%

Color #9BA1B7 in popluar number systems.

HEX9BA1B7
Decimal155161183
Binary100110111010000110110111
Octal233241267

Shades and tints

Shades of #9BA1B7

#9BA1B7
(155,161,183)
#8D93A7
(141,147,167)
#7F8597
(127,133,151)
#717787
(113,119,135)
#636977
(99,105,119)
#555B67
(85,91,103)
#474D57
(71,77,87)
#393F47
(57,63,71)
#2B3137
(43,49,55)
#1D2327
(29,35,39)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #9BA1B7

#9BA1B7
(155,161,183)
#A4A9BD
(164,169,189)
#ADB1C3
(173,177,195)
#B6B9C9
(182,185,201)
#BFC1CF
(191,193,207)
#C8C9D5
(200,201,213)
#D1D1DB
(209,209,219)
#DAD9E1
(218,217,225)
#E3E1E7
(227,225,231)
#ECE9ED
(236,233,237)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA1B7; }

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

This text font color is #9BA1B7.


Background Color

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

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

This div background color is #9BA1B7.


Border color

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

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

This div border color is #9BA1B7.


Opacity

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

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

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

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

This text has shadow with #9BA1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA1B7 on black background.


Color preview on white background

This text has color #9BA1B7 on white background.



Black color preview on #9BA1B7 background

This text has black color on #9BA1B7 background.


White color preview on #9BA1B7 background

This text has white color on #9BA1B7 background.