COLOR #9BBBAA

HEX: #9BBBAA
RGB: (155,187,170)

Color info

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

RGB color model

#9BBBAA color RGB value is (155,187,170).

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

RGB channels and saturation

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

155
187
170

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

Portions of RGB colors in percentages

R + G + B =
155 + 187 + 170 = 512 (100%)
R 155 of 512 ~ 30.27%
G 187 of 512 ~ 36.52%
B 170 of 512 ~ 33.2%

%30.27
%36.52
%33.2

CMYK color model

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

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

CMYK percentages

%17.11
%0
%9.09
%26.67

Codes

Color #9BBBAA in popluar color models

9BBBAA
RGB155187170
HSL148°19.05%67.06%
HSB/HSV148°17.11%73.33%
CMYK17.11%0.00%9.09%
26.67%

Color #9BBBAA in popluar number systems.

HEX9BBBAA
Decimal155187170
Binary100110111011101110101010
Octal233273252

Shades and tints

Shades of #9BBBAA

#9BBBAA
(155,187,170)
#8DAA9B
(141,170,155)
#7F998C
(127,153,140)
#71887D
(113,136,125)
#63776E
(99,119,110)
#55665F
(85,102,95)
#475550
(71,85,80)
#394441
(57,68,65)
#2B3332
(43,51,50)
#1D2223
(29,34,35)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #9BBBAA

#9BBBAA
(155,187,170)
#A4C1B1
(164,193,177)
#ADC7B8
(173,199,184)
#B6CDBF
(182,205,191)
#BFD3C6
(191,211,198)
#C8D9CD
(200,217,205)
#D1DFD4
(209,223,212)
#DAE5DB
(218,229,219)
#E3EBE2
(227,235,226)
#ECF1E9
(236,241,233)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBBAA; }

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

This text font color is #9BBBAA.


Background Color

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

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

This div background color is #9BBBAA.


Border color

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

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

This div border color is #9BBBAA.


Opacity

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

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

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

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

This text has shadow with #9BBBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBBAA on black background.


Color preview on white background

This text has color #9BBBAA on white background.



Black color preview on #9BBBAA background

This text has black color on #9BBBAA background.


White color preview on #9BBBAA background

This text has white color on #9BBBAA background.