COLOR #9BBAC1

HEX: #9BBAC1
RGB: (155,186,193)

Color info

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

RGB color model

#9BBAC1 color RGB value is (155,186,193).

  • red value is 155;
  • green value is 186;
  • blue value is 193.
RGB:
(155,186,193)
(61%,73%,76%)

RGB channels and saturation

R 155 of 255 = 61%
G 186 of 255 = 73%
B 193 of 255 = 76%

155
186
193

R + G + B ~ 70%. #9BBAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 186 + 193 = 534 (100%)
R 155 of 534 ~ 29.03%
G 186 of 534 ~ 34.83%
B 193 of 534 ~ 36.14%

%29.03
%34.83
%36.14

CMYK color model

#9BBAC1 color CMYK value is (20,4,0,24).

  • cyan value is 19.69%
  • magenta value is 3.63%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(20,4,0,24)
C20M4Y0K24 
(20%,4%,0%,24%)
(0.20/0.04/0.00/0.24)	

CMYK percentages

%19.69
%3.63
%0
%24.31

Codes

Color #9BBAC1 in popluar color models

9BBAC1
RGB155186193
HSL191°23.46%68.24%
HSB/HSV191°19.69%75.69%
CMYK19.69%3.63%0.00%
24.31%

Color #9BBAC1 in popluar number systems.

HEX9BBAC1
Decimal155186193
Binary100110111011101011000001
Octal233272301

Shades and tints

Shades of #9BBAC1

#9BBAC1
(155,186,193)
#8DAAB0
(141,170,176)
#7F9A9F
(127,154,159)
#718A8E
(113,138,142)
#637A7D
(99,122,125)
#556A6C
(85,106,108)
#475A5B
(71,90,91)
#394A4A
(57,74,74)
#2B3A39
(43,58,57)
#1D2A28
(29,42,40)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #9BBAC1

#9BBAC1
(155,186,193)
#A4C0C6
(164,192,198)
#ADC6CB
(173,198,203)
#B6CCD0
(182,204,208)
#BFD2D5
(191,210,213)
#C8D8DA
(200,216,218)
#D1DEDF
(209,222,223)
#DAE4E4
(218,228,228)
#E3EAE9
(227,234,233)
#ECF0EE
(236,240,238)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBAC1 color. Also use rgb(155,186,193) instead hex code.

Text Font Color

.myTextColor { color: #9BBAC1; }

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

This text font color is #9BBAC1.


Background Color

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

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

This div background color is #9BBAC1.


Border color

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

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

This div border color is #9BBAC1.


Opacity

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

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

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

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

This text has shadow with #9BBAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBAC1 on black background.


Color preview on white background

This text has color #9BBAC1 on white background.



Black color preview on #9BBAC1 background

This text has black color on #9BBAC1 background.


White color preview on #9BBAC1 background

This text has white color on #9BBAC1 background.