COLOR #9BB0AF

HEX: #9BB0AF
RGB: (155,176,175)

Color info

#9BB0AF contains red, green and blue colors in about the same proportion. Web safe color of #9BB0AF is #999999 (or #999).

RGB color model

#9BB0AF color RGB value is (155,176,175).

  • red value is 155;
  • green value is 176;
  • blue value is 175.
RGB:
(155,176,175)
(61%,69%,69%)

RGB channels and saturation

R 155 of 255 = 61%
G 176 of 255 = 69%
B 175 of 255 = 69%

155
176
175

R + G + B ~ 66%. #9BB0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 176 + 175 = 506 (100%)
R 155 of 506 ~ 30.63%
G 176 of 506 ~ 34.78%
B 175 of 506 ~ 34.58%

%30.63
%34.78
%34.58

CMYK color model

#9BB0AF color CMYK value is (12,0,1,31).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 30.98%
CMYK:
(12,0,1,31)
C12M0Y1K31 
(12%,0%,1%,31%)
(0.12/0.00/0.01/0.31)	

CMYK percentages

%11.93
%0
%0.57
%30.98

Codes

Color #9BB0AF in popluar color models

9BB0AF
RGB155176175
HSL177°11.73%64.90%
HSB/HSV177°11.93%69.02%
CMYK11.93%0.00%0.57%
30.98%

Color #9BB0AF in popluar number systems.

HEX9BB0AF
Decimal155176175
Binary100110111011000010101111
Octal233260257

Shades and tints

Shades of #9BB0AF

#9BB0AF
(155,176,175)
#8DA0A0
(141,160,160)
#7F9091
(127,144,145)
#718082
(113,128,130)
#637073
(99,112,115)
#556064
(85,96,100)
#475055
(71,80,85)
#394046
(57,64,70)
#2B3037
(43,48,55)
#1D2028
(29,32,40)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #9BB0AF

#9BB0AF
(155,176,175)
#A4B7B6
(164,183,182)
#ADBEBD
(173,190,189)
#B6C5C4
(182,197,196)
#BFCCCB
(191,204,203)
#C8D3D2
(200,211,210)
#D1DAD9
(209,218,217)
#DAE1E0
(218,225,224)
#E3E8E7
(227,232,231)
#ECEFEE
(236,239,238)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB0AF color. Also use rgb(155,176,175) instead hex code.

Text Font Color

.myTextColor { color: #9BB0AF; }

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

This text font color is #9BB0AF.


Background Color

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

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

This div background color is #9BB0AF.


Border color

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

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

This div border color is #9BB0AF.


Opacity

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

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

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

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

This text has shadow with #9BB0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB0AF on black background.


Color preview on white background

This text has color #9BB0AF on white background.



Black color preview on #9BB0AF background

This text has black color on #9BB0AF background.


White color preview on #9BB0AF background

This text has white color on #9BB0AF background.