COLOR #9BACB2

HEX: #9BACB2
RGB: (155,172,178)

Color info

#9BACB2 contains red, green and blue colors in about the same proportion. Web safe color of #9BACB2 is #999999 (or #999).

RGB color model

#9BACB2 color RGB value is (155,172,178).

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

RGB channels and saturation

R 155 of 255 = 61%
G 172 of 255 = 67%
B 178 of 255 = 70%

155
172
178

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

Portions of RGB colors in percentages

R + G + B =
155 + 172 + 178 = 505 (100%)
R 155 of 505 ~ 30.69%
G 172 of 505 ~ 34.06%
B 178 of 505 ~ 35.25%

%30.69
%34.06
%35.25

CMYK color model

#9BACB2 color CMYK value is (13,3,0,30).

  • cyan value is 12.92%
  • magenta value is 3.37%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(13,3,0,30)
C13M3Y0K30 
(13%,3%,0%,30%)
(0.13/0.03/0.00/0.30)	

CMYK percentages

%12.92
%3.37
%0
%30.2

Codes

Color #9BACB2 in popluar color models

9BACB2
RGB155172178
HSL196°12.99%65.29%
HSB/HSV196°12.92%69.80%
CMYK12.92%3.37%0.00%
30.20%

Color #9BACB2 in popluar number systems.

HEX9BACB2
Decimal155172178
Binary100110111010110010110010
Octal233254262

Shades and tints

Shades of #9BACB2

#9BACB2
(155,172,178)
#8D9DA2
(141,157,162)
#7F8E92
(127,142,146)
#717F82
(113,127,130)
#637072
(99,112,114)
#556162
(85,97,98)
#475252
(71,82,82)
#394342
(57,67,66)
#2B3432
(43,52,50)
#1D2522
(29,37,34)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #9BACB2

#9BACB2
(155,172,178)
#A4B3B9
(164,179,185)
#ADBAC0
(173,186,192)
#B6C1C7
(182,193,199)
#BFC8CE
(191,200,206)
#C8CFD5
(200,207,213)
#D1D6DC
(209,214,220)
#DADDE3
(218,221,227)
#E3E4EA
(227,228,234)
#ECEBF1
(236,235,241)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BACB2; }

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

This text font color is #9BACB2.


Background Color

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

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

This div background color is #9BACB2.


Border color

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

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

This div border color is #9BACB2.


Opacity

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

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

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

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

This text has shadow with #9BACB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BACB2 on black background.


Color preview on white background

This text has color #9BACB2 on white background.



Black color preview on #9BACB2 background

This text has black color on #9BACB2 background.


White color preview on #9BACB2 background

This text has white color on #9BACB2 background.