COLOR #9BBAAA

HEX: #9BBAAA
RGB: (155,186,170)

Color info

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

RGB color model

#9BBAAA color RGB value is (155,186,170).

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

RGB channels and saturation

R 155 of 255 = 61%
G 186 of 255 = 73%
B 170 of 255 = 67%

155
186
170

R + G + B ~ 67%. #9BBAAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 186 + 170 = 511 (100%)
R 155 of 511 ~ 30.33%
G 186 of 511 ~ 36.4%
B 170 of 511 ~ 33.27%

%30.33
%36.4
%33.27

CMYK color model

#9BBAAA color CMYK value is (17,0,9,27).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK:
(17,0,9,27)
C17M0Y9K27 
(17%,0%,9%,27%)
(0.17/0.00/0.09/0.27)	

CMYK percentages

%16.67
%0
%8.6
%27.06

Codes

Color #9BBAAA in popluar color models

9BBAAA
RGB155186170
HSL149°18.34%66.86%
HSB/HSV149°16.67%72.94%
CMYK16.67%0.00%8.60%
27.06%

Color #9BBAAA in popluar number systems.

HEX9BBAAA
Decimal155186170
Binary100110111011101010101010
Octal233272252

Shades and tints

Shades of #9BBAAA

#9BBAAA
(155,186,170)
#8DAA9B
(141,170,155)
#7F9A8C
(127,154,140)
#718A7D
(113,138,125)
#637A6E
(99,122,110)
#556A5F
(85,106,95)
#475A50
(71,90,80)
#394A41
(57,74,65)
#2B3A32
(43,58,50)
#1D2A23
(29,42,35)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #9BBAAA

#9BBAAA
(155,186,170)
#A4C0B1
(164,192,177)
#ADC6B8
(173,198,184)
#B6CCBF
(182,204,191)
#BFD2C6
(191,210,198)
#C8D8CD
(200,216,205)
#D1DED4
(209,222,212)
#DAE4DB
(218,228,219)
#E3EAE2
(227,234,226)
#ECF0E9
(236,240,233)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBAAA; }

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

This text font color is #9BBAAA.


Background Color

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

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

This div background color is #9BBAAA.


Border color

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

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

This div border color is #9BBAAA.


Opacity

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

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

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

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

This text has shadow with #9BBAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBAAA on black background.


Color preview on white background

This text has color #9BBAAA on white background.



Black color preview on #9BBAAA background

This text has black color on #9BBAAA background.


White color preview on #9BBAAA background

This text has white color on #9BBAAA background.