COLOR #9BB0A2

HEX: #9BB0A2
RGB: (155,176,162)

Color info

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

RGB color model

#9BB0A2 color RGB value is (155,176,162).

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

RGB channels and saturation

R 155 of 255 = 61%
G 176 of 255 = 69%
B 162 of 255 = 64%

155
176
162

R + G + B ~ 65%. #9BB0A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 176 + 162 = 493 (100%)
R 155 of 493 ~ 31.44%
G 176 of 493 ~ 35.7%
B 162 of 493 ~ 32.86%

%31.44
%35.7
%32.86

CMYK color model

#9BB0A2 color CMYK value is (12,0,8,31).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 30.98%
CMYK:
(12,0,8,31)
C12M0Y8K31 
(12%,0%,8%,31%)
(0.12/0.00/0.08/0.31)	

CMYK percentages

%11.93
%0
%7.95
%30.98

Codes

Color #9BB0A2 in popluar color models

9BB0A2
RGB155176162
HSL140°11.73%64.90%
HSB/HSV140°11.93%69.02%
CMYK11.93%0.00%7.95%
30.98%

Color #9BB0A2 in popluar number systems.

HEX9BB0A2
Decimal155176162
Binary100110111011000010100010
Octal233260242

Shades and tints

Shades of #9BB0A2

#9BB0A2
(155,176,162)
#8DA094
(141,160,148)
#7F9086
(127,144,134)
#718078
(113,128,120)
#63706A
(99,112,106)
#55605C
(85,96,92)
#47504E
(71,80,78)
#394040
(57,64,64)
#2B3032
(43,48,50)
#1D2024
(29,32,36)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #9BB0A2

#9BB0A2
(155,176,162)
#A4B7AA
(164,183,170)
#ADBEB2
(173,190,178)
#B6C5BA
(182,197,186)
#BFCCC2
(191,204,194)
#C8D3CA
(200,211,202)
#D1DAD2
(209,218,210)
#DAE1DA
(218,225,218)
#E3E8E2
(227,232,226)
#ECEFEA
(236,239,234)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB0A2; }

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

This text font color is #9BB0A2.


Background Color

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

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

This div background color is #9BB0A2.


Border color

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

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

This div border color is #9BB0A2.


Opacity

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

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

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

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

This text has shadow with #9BB0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB0A2 on black background.


Color preview on white background

This text has color #9BB0A2 on white background.



Black color preview on #9BB0A2 background

This text has black color on #9BB0A2 background.


White color preview on #9BB0A2 background

This text has white color on #9BB0A2 background.