COLOR #9BB0AD

HEX: #9BB0AD
RGB: (155,176,173)

Color info

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

RGB color model

#9BB0AD color RGB value is (155,176,173).

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

RGB channels and saturation

R 155 of 255 = 61%
G 176 of 255 = 69%
B 173 of 255 = 68%

155
176
173

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

Portions of RGB colors in percentages

R + G + B =
155 + 176 + 173 = 504 (100%)
R 155 of 504 ~ 30.75%
G 176 of 504 ~ 34.92%
B 173 of 504 ~ 34.33%

%30.75
%34.92
%34.33

CMYK color model

#9BB0AD color CMYK value is (12,0,2,31).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 30.98%
CMYK:
(12,0,2,31)
C12M0Y2K31 
(12%,0%,2%,31%)
(0.12/0.00/0.02/0.31)	

CMYK percentages

%11.93
%0
%1.7
%30.98

Codes

Color #9BB0AD in popluar color models

9BB0AD
RGB155176173
HSL171°11.73%64.90%
HSB/HSV171°11.93%69.02%
CMYK11.93%0.00%1.70%
30.98%

Color #9BB0AD in popluar number systems.

HEX9BB0AD
Decimal155176173
Binary100110111011000010101101
Octal233260255

Shades and tints

Shades of #9BB0AD

#9BB0AD
(155,176,173)
#8DA09E
(141,160,158)
#7F908F
(127,144,143)
#718080
(113,128,128)
#637071
(99,112,113)
#556062
(85,96,98)
#475053
(71,80,83)
#394044
(57,64,68)
#2B3035
(43,48,53)
#1D2026
(29,32,38)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #9BB0AD

#9BB0AD
(155,176,173)
#A4B7B4
(164,183,180)
#ADBEBB
(173,190,187)
#B6C5C2
(182,197,194)
#BFCCC9
(191,204,201)
#C8D3D0
(200,211,208)
#D1DAD7
(209,218,215)
#DAE1DE
(218,225,222)
#E3E8E5
(227,232,229)
#ECEFEC
(236,239,236)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB0AD; }

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

This text font color is #9BB0AD.


Background Color

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

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

This div background color is #9BB0AD.


Border color

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

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

This div border color is #9BB0AD.


Opacity

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

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

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

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

This text has shadow with #9BB0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB0AD on black background.


Color preview on white background

This text has color #9BB0AD on white background.



Black color preview on #9BB0AD background

This text has black color on #9BB0AD background.


White color preview on #9BB0AD background

This text has white color on #9BB0AD background.