COLOR #9BA6CB

HEX: #9BA6CB
RGB: (155,166,203)

Color info

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

RGB color model

#9BA6CB color RGB value is (155,166,203).

  • red value is 155;
  • green value is 166;
  • blue value is 203.
RGB:
(155,166,203)
(61%,65%,80%)

RGB channels and saturation

R 155 of 255 = 61%
G 166 of 255 = 65%
B 203 of 255 = 80%

155
166
203

R + G + B ~ 69%. #9BA6CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 166 + 203 = 524 (100%)
R 155 of 524 ~ 29.58%
G 166 of 524 ~ 31.68%
B 203 of 524 ~ 38.74%

%29.58
%31.68
%38.74

CMYK color model

#9BA6CB color CMYK value is (24,18,0,20).

  • cyan value is 23.65%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(24,18,0,20)
C24M18Y0K20 
(24%,18%,0%,20%)
(0.24/0.18/0.00/0.20)	

CMYK percentages

%23.65
%18.23
%0
%20.39

Codes

Color #9BA6CB in popluar color models

9BA6CB
RGB155166203
HSL226°31.58%70.20%
HSB/HSV226°23.65%79.61%
CMYK23.65%18.23%0.00%
20.39%

Color #9BA6CB in popluar number systems.

HEX9BA6CB
Decimal155166203
Binary100110111010011011001011
Octal233246313

Shades and tints

Shades of #9BA6CB

#9BA6CB
(155,166,203)
#8D97B9
(141,151,185)
#7F88A7
(127,136,167)
#717995
(113,121,149)
#636A83
(99,106,131)
#555B71
(85,91,113)
#474C5F
(71,76,95)
#393D4D
(57,61,77)
#2B2E3B
(43,46,59)
#1D1F29
(29,31,41)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #9BA6CB

#9BA6CB
(155,166,203)
#A4AECF
(164,174,207)
#ADB6D3
(173,182,211)
#B6BED7
(182,190,215)
#BFC6DB
(191,198,219)
#C8CEDF
(200,206,223)
#D1D6E3
(209,214,227)
#DADEE7
(218,222,231)
#E3E6EB
(227,230,235)
#ECEEEF
(236,238,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA6CB color. Also use rgb(155,166,203) instead hex code.

Text Font Color

.myTextColor { color: #9BA6CB; }

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

This text font color is #9BA6CB.


Background Color

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

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

This div background color is #9BA6CB.


Border color

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

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

This div border color is #9BA6CB.


Opacity

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

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

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

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

This text has shadow with #9BA6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA6CB on black background.


Color preview on white background

This text has color #9BA6CB on white background.



Black color preview on #9BA6CB background

This text has black color on #9BA6CB background.


White color preview on #9BA6CB background

This text has white color on #9BA6CB background.