COLOR #9BACB8

HEX: #9BACB8
RGB: (155,172,184)

Color info

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

RGB color model

#9BACB8 color RGB value is (155,172,184).

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

RGB channels and saturation

R 155 of 255 = 61%
G 172 of 255 = 67%
B 184 of 255 = 72%

155
172
184

R + G + B ~ 67%. #9BACB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 172 + 184 = 511 (100%)
R 155 of 511 ~ 30.33%
G 172 of 511 ~ 33.66%
B 184 of 511 ~ 36.01%

%30.33
%33.66
%36.01

CMYK color model

#9BACB8 color CMYK value is (16,7,0,28).

  • cyan value is 15.76%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(16,7,0,28)
C16M7Y0K28 
(16%,7%,0%,28%)
(0.16/0.07/0.00/0.28)	

CMYK percentages

%15.76
%6.52
%0
%27.84

Codes

Color #9BACB8 in popluar color models

9BACB8
RGB155172184
HSL205°16.96%66.47%
HSB/HSV205°15.76%72.16%
CMYK15.76%6.52%0.00%
27.84%

Color #9BACB8 in popluar number systems.

HEX9BACB8
Decimal155172184
Binary100110111010110010111000
Octal233254270

Shades and tints

Shades of #9BACB8

#9BACB8
(155,172,184)
#8D9DA8
(141,157,168)
#7F8E98
(127,142,152)
#717F88
(113,127,136)
#637078
(99,112,120)
#556168
(85,97,104)
#475258
(71,82,88)
#394348
(57,67,72)
#2B3438
(43,52,56)
#1D2528
(29,37,40)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #9BACB8

#9BACB8
(155,172,184)
#A4B3BE
(164,179,190)
#ADBAC4
(173,186,196)
#B6C1CA
(182,193,202)
#BFC8D0
(191,200,208)
#C8CFD6
(200,207,214)
#D1D6DC
(209,214,220)
#DADDE2
(218,221,226)
#E3E4E8
(227,228,232)
#ECEBEE
(236,235,238)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BACB8; }

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

This text font color is #9BACB8.


Background Color

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

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

This div background color is #9BACB8.


Border color

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

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

This div border color is #9BACB8.


Opacity

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

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

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

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

This text has shadow with #9BACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BACB8 on black background.


Color preview on white background

This text has color #9BACB8 on white background.



Black color preview on #9BACB8 background

This text has black color on #9BACB8 background.


White color preview on #9BACB8 background

This text has white color on #9BACB8 background.