COLOR #9BA6CE

HEX: #9BA6CE
RGB: (155,166,206)

Color info

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

RGB color model

#9BA6CE color RGB value is (155,166,206).

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

RGB channels and saturation

R 155 of 255 = 61%
G 166 of 255 = 65%
B 206 of 255 = 81%

155
166
206

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

Portions of RGB colors in percentages

R + G + B =
155 + 166 + 206 = 527 (100%)
R 155 of 527 ~ 29.41%
G 166 of 527 ~ 31.5%
B 206 of 527 ~ 39.09%

%29.41
%31.5
%39.09

CMYK color model

#9BA6CE color CMYK value is (25,19,0,19).

  • cyan value is 24.76%
  • magenta value is 19.42%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(25,19,0,19)
C25M19Y0K19 
(25%,19%,0%,19%)
(0.25/0.19/0.00/0.19)	

CMYK percentages

%24.76
%19.42
%0
%19.22

Codes

Color #9BA6CE in popluar color models

9BA6CE
RGB155166206
HSL227°34.23%70.78%
HSB/HSV227°24.76%80.78%
CMYK24.76%19.42%0.00%
19.22%

Color #9BA6CE in popluar number systems.

HEX9BA6CE
Decimal155166206
Binary100110111010011011001110
Octal233246316

Shades and tints

Shades of #9BA6CE

#9BA6CE
(155,166,206)
#8D97BC
(141,151,188)
#7F88AA
(127,136,170)
#717998
(113,121,152)
#636A86
(99,106,134)
#555B74
(85,91,116)
#474C62
(71,76,98)
#393D50
(57,61,80)
#2B2E3E
(43,46,62)
#1D1F2C
(29,31,44)
#0F101A
(15,16,26)
#000000
(0,0,0)

Tints of #9BA6CE

#9BA6CE
(155,166,206)
#A4AED2
(164,174,210)
#ADB6D6
(173,182,214)
#B6BEDA
(182,190,218)
#BFC6DE
(191,198,222)
#C8CEE2
(200,206,226)
#D1D6E6
(209,214,230)
#DADEEA
(218,222,234)
#E3E6EE
(227,230,238)
#ECEEF2
(236,238,242)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA6CE; }

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

This text font color is #9BA6CE.


Background Color

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

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

This div background color is #9BA6CE.


Border color

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

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

This div border color is #9BA6CE.


Opacity

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

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

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

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

This text has shadow with #9BA6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA6CE on black background.


Color preview on white background

This text has color #9BA6CE on white background.



Black color preview on #9BA6CE background

This text has black color on #9BA6CE background.


White color preview on #9BA6CE background

This text has white color on #9BA6CE background.