COLOR #9BBDBA

HEX: #9BBDBA
RGB: (155,189,186)

Color info

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

RGB color model

#9BBDBA color RGB value is (155,189,186).

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

RGB channels and saturation

R 155 of 255 = 61%
G 189 of 255 = 74%
B 186 of 255 = 73%

155
189
186

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

Portions of RGB colors in percentages

R + G + B =
155 + 189 + 186 = 530 (100%)
R 155 of 530 ~ 29.25%
G 189 of 530 ~ 35.66%
B 186 of 530 ~ 35.09%

%29.25
%35.66
%35.09

CMYK color model

#9BBDBA color CMYK value is (18,0,2,26).

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 25.88%
CMYK:
(18,0,2,26)
C18M0Y2K26 
(18%,0%,2%,26%)
(0.18/0.00/0.02/0.26)	

CMYK percentages

%17.99
%0
%1.59
%25.88

Codes

Color #9BBDBA in popluar color models

9BBDBA
RGB155189186
HSL175°20.48%67.45%
HSB/HSV175°17.99%74.12%
CMYK17.99%0.00%1.59%
25.88%

Color #9BBDBA in popluar number systems.

HEX9BBDBA
Decimal155189186
Binary100110111011110110111010
Octal233275272

Shades and tints

Shades of #9BBDBA

#9BBDBA
(155,189,186)
#8DACAA
(141,172,170)
#7F9B9A
(127,155,154)
#718A8A
(113,138,138)
#63797A
(99,121,122)
#55686A
(85,104,106)
#47575A
(71,87,90)
#39464A
(57,70,74)
#2B353A
(43,53,58)
#1D242A
(29,36,42)
#0F131A
(15,19,26)
#000000
(0,0,0)

Tints of #9BBDBA

#9BBDBA
(155,189,186)
#A4C3C0
(164,195,192)
#ADC9C6
(173,201,198)
#B6CFCC
(182,207,204)
#BFD5D2
(191,213,210)
#C8DBD8
(200,219,216)
#D1E1DE
(209,225,222)
#DAE7E4
(218,231,228)
#E3EDEA
(227,237,234)
#ECF3F0
(236,243,240)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBDBA; }

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

This text font color is #9BBDBA.


Background Color

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

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

This div background color is #9BBDBA.


Border color

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

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

This div border color is #9BBDBA.


Opacity

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

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

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

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

This text has shadow with #9BBDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBDBA on black background.


Color preview on white background

This text has color #9BBDBA on white background.



Black color preview on #9BBDBA background

This text has black color on #9BBDBA background.


White color preview on #9BBDBA background

This text has white color on #9BBDBA background.