COLOR #9BADBF

HEX: #9BADBF
RGB: (155,173,191)

Color info

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

RGB color model

#9BADBF color RGB value is (155,173,191).

  • red value is 155;
  • green value is 173;
  • blue value is 191.
RGB:
(155,173,191)
(61%,68%,75%)

RGB channels and saturation

R 155 of 255 = 61%
G 173 of 255 = 68%
B 191 of 255 = 75%

155
173
191

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

Portions of RGB colors in percentages

R + G + B =
155 + 173 + 191 = 519 (100%)
R 155 of 519 ~ 29.87%
G 173 of 519 ~ 33.33%
B 191 of 519 ~ 36.8%

%29.87
%33.33
%36.8

CMYK color model

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

  • cyan value is 18.85%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(19,9,0,25)
C19M9Y0K25 
(19%,9%,0%,25%)
(0.19/0.09/0.00/0.25)	

CMYK percentages

%18.85
%9.42
%0
%25.1

Codes

Color #9BADBF in popluar color models

9BADBF
RGB155173191
HSL210°21.95%67.84%
HSB/HSV210°18.85%74.90%
CMYK18.85%9.42%0.00%
25.10%

Color #9BADBF in popluar number systems.

HEX9BADBF
Decimal155173191
Binary100110111010110110111111
Octal233255277

Shades and tints

Shades of #9BADBF

#9BADBF
(155,173,191)
#8D9EAE
(141,158,174)
#7F8F9D
(127,143,157)
#71808C
(113,128,140)
#63717B
(99,113,123)
#55626A
(85,98,106)
#475359
(71,83,89)
#394448
(57,68,72)
#2B3537
(43,53,55)
#1D2626
(29,38,38)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #9BADBF

#9BADBF
(155,173,191)
#A4B4C4
(164,180,196)
#ADBBC9
(173,187,201)
#B6C2CE
(182,194,206)
#BFC9D3
(191,201,211)
#C8D0D8
(200,208,216)
#D1D7DD
(209,215,221)
#DADEE2
(218,222,226)
#E3E5E7
(227,229,231)
#ECECEC
(236,236,236)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BADBF color. Also use rgb(155,173,191) instead hex code.

Text Font Color

.myTextColor { color: #9BADBF; }

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

This text font color is #9BADBF.


Background Color

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

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

This div background color is #9BADBF.


Border color

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

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

This div border color is #9BADBF.


Opacity

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

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

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

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

This text has shadow with #9BADBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BADBF on black background.


Color preview on white background

This text has color #9BADBF on white background.



Black color preview on #9BADBF background

This text has black color on #9BADBF background.


White color preview on #9BADBF background

This text has white color on #9BADBF background.