COLOR #9BA3C6

HEX: #9BA3C6
RGB: (155,163,198)

Color info

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

RGB color model

#9BA3C6 color RGB value is (155,163,198).

  • red value is 155;
  • green value is 163;
  • blue value is 198.
RGB:
(155,163,198)
(61%,64%,78%)

RGB channels and saturation

R 155 of 255 = 61%
G 163 of 255 = 64%
B 198 of 255 = 78%

155
163
198

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

Portions of RGB colors in percentages

R + G + B =
155 + 163 + 198 = 516 (100%)
R 155 of 516 ~ 30.04%
G 163 of 516 ~ 31.59%
B 198 of 516 ~ 38.37%

%30.04
%31.59
%38.37

CMYK color model

#9BA3C6 color CMYK value is (22,18,0,22).

  • cyan value is 21.72%
  • magenta value is 17.68%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(22,18,0,22)
C22M18Y0K22 
(22%,18%,0%,22%)
(0.22/0.18/0.00/0.22)	

CMYK percentages

%21.72
%17.68
%0
%22.35

Codes

Color #9BA3C6 in popluar color models

9BA3C6
RGB155163198
HSL229°27.39%69.22%
HSB/HSV229°21.72%77.65%
CMYK21.72%17.68%0.00%
22.35%

Color #9BA3C6 in popluar number systems.

HEX9BA3C6
Decimal155163198
Binary100110111010001111000110
Octal233243306

Shades and tints

Shades of #9BA3C6

#9BA3C6
(155,163,198)
#8D95B4
(141,149,180)
#7F87A2
(127,135,162)
#717990
(113,121,144)
#636B7E
(99,107,126)
#555D6C
(85,93,108)
#474F5A
(71,79,90)
#394148
(57,65,72)
#2B3336
(43,51,54)
#1D2524
(29,37,36)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #9BA3C6

#9BA3C6
(155,163,198)
#A4ABCB
(164,171,203)
#ADB3D0
(173,179,208)
#B6BBD5
(182,187,213)
#BFC3DA
(191,195,218)
#C8CBDF
(200,203,223)
#D1D3E4
(209,211,228)
#DADBE9
(218,219,233)
#E3E3EE
(227,227,238)
#ECEBF3
(236,235,243)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA3C6 color. Also use rgb(155,163,198) instead hex code.

Text Font Color

.myTextColor { color: #9BA3C6; }

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

This text font color is #9BA3C6.


Background Color

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

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

This div background color is #9BA3C6.


Border color

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

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

This div border color is #9BA3C6.


Opacity

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

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

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

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

This text has shadow with #9BA3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA3C6 on black background.


Color preview on white background

This text has color #9BA3C6 on white background.



Black color preview on #9BA3C6 background

This text has black color on #9BA3C6 background.


White color preview on #9BA3C6 background

This text has white color on #9BA3C6 background.