COLOR #9BA8BC

HEX: #9BA8BC
RGB: (155,168,188)

Color info

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

RGB color model

#9BA8BC color RGB value is (155,168,188).

  • red value is 155;
  • green value is 168;
  • blue value is 188.
RGB:
(155,168,188)
(61%,66%,74%)

RGB channels and saturation

R 155 of 255 = 61%
G 168 of 255 = 66%
B 188 of 255 = 74%

155
168
188

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

Portions of RGB colors in percentages

R + G + B =
155 + 168 + 188 = 511 (100%)
R 155 of 511 ~ 30.33%
G 168 of 511 ~ 32.88%
B 188 of 511 ~ 36.79%

%30.33
%32.88
%36.79

CMYK color model

#9BA8BC color CMYK value is (18,11,0,26).

  • cyan value is 17.55%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(18,11,0,26)
C18M11Y0K26 
(18%,11%,0%,26%)
(0.18/0.11/0.00/0.26)	

CMYK percentages

%17.55
%10.64
%0
%26.27

Codes

Color #9BA8BC in popluar color models

9BA8BC
RGB155168188
HSL216°19.76%67.25%
HSB/HSV216°17.55%73.73%
CMYK17.55%10.64%0.00%
26.27%

Color #9BA8BC in popluar number systems.

HEX9BA8BC
Decimal155168188
Binary100110111010100010111100
Octal233250274

Shades and tints

Shades of #9BA8BC

#9BA8BC
(155,168,188)
#8D99AB
(141,153,171)
#7F8A9A
(127,138,154)
#717B89
(113,123,137)
#636C78
(99,108,120)
#555D67
(85,93,103)
#474E56
(71,78,86)
#393F45
(57,63,69)
#2B3034
(43,48,52)
#1D2123
(29,33,35)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #9BA8BC

#9BA8BC
(155,168,188)
#A4AFC2
(164,175,194)
#ADB6C8
(173,182,200)
#B6BDCE
(182,189,206)
#BFC4D4
(191,196,212)
#C8CBDA
(200,203,218)
#D1D2E0
(209,210,224)
#DAD9E6
(218,217,230)
#E3E0EC
(227,224,236)
#ECE7F2
(236,231,242)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA8BC color. Also use rgb(155,168,188) instead hex code.

Text Font Color

.myTextColor { color: #9BA8BC; }

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

This text font color is #9BA8BC.


Background Color

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

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

This div background color is #9BA8BC.


Border color

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

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

This div border color is #9BA8BC.


Opacity

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

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

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

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

This text has shadow with #9BA8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA8BC on black background.


Color preview on white background

This text has color #9BA8BC on white background.



Black color preview on #9BA8BC background

This text has black color on #9BA8BC background.


White color preview on #9BA8BC background

This text has white color on #9BA8BC background.