COLOR #9BA5BB

HEX: #9BA5BB
RGB: (155,165,187)

Color info

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

RGB color model

#9BA5BB color RGB value is (155,165,187).

  • red value is 155;
  • green value is 165;
  • blue value is 187.
RGB:
(155,165,187)
(61%,65%,73%)

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 187 of 255 = 73%

155
165
187

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

Portions of RGB colors in percentages

R + G + B =
155 + 165 + 187 = 507 (100%)
R 155 of 507 ~ 30.57%
G 165 of 507 ~ 32.54%
B 187 of 507 ~ 36.88%

%30.57
%32.54
%36.88

CMYK color model

#9BA5BB color CMYK value is (17,12,0,27).

  • cyan value is 17.11%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(17,12,0,27)
C17M12Y0K27 
(17%,12%,0%,27%)
(0.17/0.12/0.00/0.27)	

CMYK percentages

%17.11
%11.76
%0
%26.67

Codes

Color #9BA5BB in popluar color models

9BA5BB
RGB155165187
HSL221°19.05%67.06%
HSB/HSV221°17.11%73.33%
CMYK17.11%11.76%0.00%
26.67%

Color #9BA5BB in popluar number systems.

HEX9BA5BB
Decimal155165187
Binary100110111010010110111011
Octal233245273

Shades and tints

Shades of #9BA5BB

#9BA5BB
(155,165,187)
#8D96AA
(141,150,170)
#7F8799
(127,135,153)
#717888
(113,120,136)
#636977
(99,105,119)
#555A66
(85,90,102)
#474B55
(71,75,85)
#393C44
(57,60,68)
#2B2D33
(43,45,51)
#1D1E22
(29,30,34)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #9BA5BB

#9BA5BB
(155,165,187)
#A4ADC1
(164,173,193)
#ADB5C7
(173,181,199)
#B6BDCD
(182,189,205)
#BFC5D3
(191,197,211)
#C8CDD9
(200,205,217)
#D1D5DF
(209,213,223)
#DADDE5
(218,221,229)
#E3E5EB
(227,229,235)
#ECEDF1
(236,237,241)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA5BB color. Also use rgb(155,165,187) instead hex code.

Text Font Color

.myTextColor { color: #9BA5BB; }

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

This text font color is #9BA5BB.


Background Color

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

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

This div background color is #9BA5BB.


Border color

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

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

This div border color is #9BA5BB.


Opacity

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

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

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

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

This text has shadow with #9BA5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA5BB on black background.


Color preview on white background

This text has color #9BA5BB on white background.



Black color preview on #9BA5BB background

This text has black color on #9BA5BB background.


White color preview on #9BA5BB background

This text has white color on #9BA5BB background.