COLOR #9BACC6

HEX: #9BACC6
RGB: (155,172,198)

Color info

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

RGB color model

#9BACC6 color RGB value is (155,172,198).

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

RGB channels and saturation

R 155 of 255 = 61%
G 172 of 255 = 67%
B 198 of 255 = 78%

155
172
198

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

Portions of RGB colors in percentages

R + G + B =
155 + 172 + 198 = 525 (100%)
R 155 of 525 ~ 29.52%
G 172 of 525 ~ 32.76%
B 198 of 525 ~ 37.71%

%29.52
%32.76
%37.71

CMYK color model

#9BACC6 color CMYK value is (22,13,0,22).

  • cyan value is 21.72%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(22,13,0,22)
C22M13Y0K22 
(22%,13%,0%,22%)
(0.22/0.13/0.00/0.22)	

CMYK percentages

%21.72
%13.13
%0
%22.35

Codes

Color #9BACC6 in popluar color models

9BACC6
RGB155172198
HSL216°27.39%69.22%
HSB/HSV216°21.72%77.65%
CMYK21.72%13.13%0.00%
22.35%

Color #9BACC6 in popluar number systems.

HEX9BACC6
Decimal155172198
Binary100110111010110011000110
Octal233254306

Shades and tints

Shades of #9BACC6

#9BACC6
(155,172,198)
#8D9DB4
(141,157,180)
#7F8EA2
(127,142,162)
#717F90
(113,127,144)
#63707E
(99,112,126)
#55616C
(85,97,108)
#47525A
(71,82,90)
#394348
(57,67,72)
#2B3436
(43,52,54)
#1D2524
(29,37,36)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #9BACC6

#9BACC6
(155,172,198)
#A4B3CB
(164,179,203)
#ADBAD0
(173,186,208)
#B6C1D5
(182,193,213)
#BFC8DA
(191,200,218)
#C8CFDF
(200,207,223)
#D1D6E4
(209,214,228)
#DADDE9
(218,221,233)
#E3E4EE
(227,228,238)
#ECEBF3
(236,235,243)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BACC6; }

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

This text font color is #9BACC6.


Background Color

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

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

This div background color is #9BACC6.


Border color

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

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

This div border color is #9BACC6.


Opacity

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

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

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

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

This text has shadow with #9BACC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BACC6 on black background.


Color preview on white background

This text has color #9BACC6 on white background.



Black color preview on #9BACC6 background

This text has black color on #9BACC6 background.


White color preview on #9BACC6 background

This text has white color on #9BACC6 background.