COLOR #9BACBE

HEX: #9BACBE
RGB: (155,172,190)

Color info

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

RGB color model

#9BACBE color RGB value is (155,172,190).

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

RGB channels and saturation

R 155 of 255 = 61%
G 172 of 255 = 67%
B 190 of 255 = 75%

155
172
190

R + G + B ~ 68%. #9BACBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 172 + 190 = 517 (100%)
R 155 of 517 ~ 29.98%
G 172 of 517 ~ 33.27%
B 190 of 517 ~ 36.75%

%29.98
%33.27
%36.75

CMYK color model

#9BACBE color CMYK value is (18,9,0,25).

  • cyan value is 18.42%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(18,9,0,25)
C18M9Y0K25 
(18%,9%,0%,25%)
(0.18/0.09/0.00/0.25)	

CMYK percentages

%18.42
%9.47
%0
%25.49

Codes

Color #9BACBE in popluar color models

9BACBE
RGB155172190
HSL211°21.21%67.65%
HSB/HSV211°18.42%74.51%
CMYK18.42%9.47%0.00%
25.49%

Color #9BACBE in popluar number systems.

HEX9BACBE
Decimal155172190
Binary100110111010110010111110
Octal233254276

Shades and tints

Shades of #9BACBE

#9BACBE
(155,172,190)
#8D9DAD
(141,157,173)
#7F8E9C
(127,142,156)
#717F8B
(113,127,139)
#63707A
(99,112,122)
#556169
(85,97,105)
#475258
(71,82,88)
#394347
(57,67,71)
#2B3436
(43,52,54)
#1D2525
(29,37,37)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #9BACBE

#9BACBE
(155,172,190)
#A4B3C3
(164,179,195)
#ADBAC8
(173,186,200)
#B6C1CD
(182,193,205)
#BFC8D2
(191,200,210)
#C8CFD7
(200,207,215)
#D1D6DC
(209,214,220)
#DADDE1
(218,221,225)
#E3E4E6
(227,228,230)
#ECEBEB
(236,235,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BACBE; }

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

This text font color is #9BACBE.


Background Color

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

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

This div background color is #9BACBE.


Border color

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

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

This div border color is #9BACBE.


Opacity

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

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

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

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

This text has shadow with #9BACBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BACBE on black background.


Color preview on white background

This text has color #9BACBE on white background.



Black color preview on #9BACBE background

This text has black color on #9BACBE background.


White color preview on #9BACBE background

This text has white color on #9BACBE background.