COLOR #9BACC3

HEX: #9BACC3
RGB: (155,172,195)

Color info

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

RGB color model

#9BACC3 color RGB value is (155,172,195).

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

RGB channels and saturation

R 155 of 255 = 61%
G 172 of 255 = 67%
B 195 of 255 = 76%

155
172
195

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

Portions of RGB colors in percentages

R + G + B =
155 + 172 + 195 = 522 (100%)
R 155 of 522 ~ 29.69%
G 172 of 522 ~ 32.95%
B 195 of 522 ~ 37.36%

%29.69
%32.95
%37.36

CMYK color model

#9BACC3 color CMYK value is (21,12,0,24).

  • cyan value is 20.51%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(21,12,0,24)
C21M12Y0K24 
(21%,12%,0%,24%)
(0.21/0.12/0.00/0.24)	

CMYK percentages

%20.51
%11.79
%0
%23.53

Codes

Color #9BACC3 in popluar color models

9BACC3
RGB155172195
HSL215°25.00%68.63%
HSB/HSV215°20.51%76.47%
CMYK20.51%11.79%0.00%
23.53%

Color #9BACC3 in popluar number systems.

HEX9BACC3
Decimal155172195
Binary100110111010110011000011
Octal233254303

Shades and tints

Shades of #9BACC3

#9BACC3
(155,172,195)
#8D9DB2
(141,157,178)
#7F8EA1
(127,142,161)
#717F90
(113,127,144)
#63707F
(99,112,127)
#55616E
(85,97,110)
#47525D
(71,82,93)
#39434C
(57,67,76)
#2B343B
(43,52,59)
#1D252A
(29,37,42)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #9BACC3

#9BACC3
(155,172,195)
#A4B3C8
(164,179,200)
#ADBACD
(173,186,205)
#B6C1D2
(182,193,210)
#BFC8D7
(191,200,215)
#C8CFDC
(200,207,220)
#D1D6E1
(209,214,225)
#DADDE6
(218,221,230)
#E3E4EB
(227,228,235)
#ECEBF0
(236,235,240)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BACC3; }

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

This text font color is #9BACC3.


Background Color

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

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

This div background color is #9BACC3.


Border color

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

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

This div border color is #9BACC3.


Opacity

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

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

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

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

This text has shadow with #9BACC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BACC3 on black background.


Color preview on white background

This text has color #9BACC3 on white background.



Black color preview on #9BACC3 background

This text has black color on #9BACC3 background.


White color preview on #9BACC3 background

This text has white color on #9BACC3 background.