COLOR #9BA1B8

HEX: #9BA1B8
RGB: (155,161,184)

Color info

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

RGB color model

#9BA1B8 color RGB value is (155,161,184).

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

RGB channels and saturation

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

155
161
184

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

Portions of RGB colors in percentages

R + G + B =
155 + 161 + 184 = 500 (100%)
R 155 of 500 ~ 31%
G 161 of 500 ~ 32.2%
B 184 of 500 ~ 36.8%

%31
%32.2
%36.8

CMYK color model

#9BA1B8 color CMYK value is (16,13,0,28).

  • cyan value is 15.76%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(16,13,0,28)
C16M13Y0K28 
(16%,13%,0%,28%)
(0.16/0.13/0.00/0.28)	

CMYK percentages

%15.76
%12.5
%0
%27.84

Codes

Color #9BA1B8 in popluar color models

9BA1B8
RGB155161184
HSL228°16.96%66.47%
HSB/HSV228°15.76%72.16%
CMYK15.76%12.50%0.00%
27.84%

Color #9BA1B8 in popluar number systems.

HEX9BA1B8
Decimal155161184
Binary100110111010000110111000
Octal233241270

Shades and tints

Shades of #9BA1B8

#9BA1B8
(155,161,184)
#8D93A8
(141,147,168)
#7F8598
(127,133,152)
#717788
(113,119,136)
#636978
(99,105,120)
#555B68
(85,91,104)
#474D58
(71,77,88)
#393F48
(57,63,72)
#2B3138
(43,49,56)
#1D2328
(29,35,40)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #9BA1B8

#9BA1B8
(155,161,184)
#A4A9BE
(164,169,190)
#ADB1C4
(173,177,196)
#B6B9CA
(182,185,202)
#BFC1D0
(191,193,208)
#C8C9D6
(200,201,214)
#D1D1DC
(209,209,220)
#DAD9E2
(218,217,226)
#E3E1E8
(227,225,232)
#ECE9EE
(236,233,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA1B8; }

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

This text font color is #9BA1B8.


Background Color

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

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

This div background color is #9BA1B8.


Border color

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

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

This div border color is #9BA1B8.


Opacity

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

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

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

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

This text has shadow with #9BA1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA1B8 on black background.


Color preview on white background

This text has color #9BA1B8 on white background.



Black color preview on #9BA1B8 background

This text has black color on #9BA1B8 background.


White color preview on #9BA1B8 background

This text has white color on #9BA1B8 background.