COLOR #9BB8A6

HEX: #9BB8A6
RGB: (155,184,166)

Color info

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

RGB color model

#9BB8A6 color RGB value is (155,184,166).

  • red value is 155;
  • green value is 184;
  • blue value is 166.
RGB:
(155,184,166)
(61%,72%,65%)

RGB channels and saturation

R 155 of 255 = 61%
G 184 of 255 = 72%
B 166 of 255 = 65%

155
184
166

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

Portions of RGB colors in percentages

R + G + B =
155 + 184 + 166 = 505 (100%)
R 155 of 505 ~ 30.69%
G 184 of 505 ~ 36.44%
B 166 of 505 ~ 32.87%

%30.69
%36.44
%32.87

CMYK color model

#9BB8A6 color CMYK value is (16,0,10,28).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 9.78%
  • key color value is 27.84%
CMYK:
(16,0,10,28)
C16M0Y10K28 
(16%,0%,10%,28%)
(0.16/0.00/0.10/0.28)	

CMYK percentages

%15.76
%0
%9.78
%27.84

Codes

Color #9BB8A6 in popluar color models

9BB8A6
RGB155184166
HSL143°16.96%66.47%
HSB/HSV143°15.76%72.16%
CMYK15.76%0.00%9.78%
27.84%

Color #9BB8A6 in popluar number systems.

HEX9BB8A6
Decimal155184166
Binary100110111011100010100110
Octal233270246

Shades and tints

Shades of #9BB8A6

#9BB8A6
(155,184,166)
#8DA897
(141,168,151)
#7F9888
(127,152,136)
#718879
(113,136,121)
#63786A
(99,120,106)
#55685B
(85,104,91)
#47584C
(71,88,76)
#39483D
(57,72,61)
#2B382E
(43,56,46)
#1D281F
(29,40,31)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #9BB8A6

#9BB8A6
(155,184,166)
#A4BEAE
(164,190,174)
#ADC4B6
(173,196,182)
#B6CABE
(182,202,190)
#BFD0C6
(191,208,198)
#C8D6CE
(200,214,206)
#D1DCD6
(209,220,214)
#DAE2DE
(218,226,222)
#E3E8E6
(227,232,230)
#ECEEEE
(236,238,238)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB8A6 color. Also use rgb(155,184,166) instead hex code.

Text Font Color

.myTextColor { color: #9BB8A6; }

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

This text font color is #9BB8A6.


Background Color

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

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

This div background color is #9BB8A6.


Border color

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

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

This div border color is #9BB8A6.


Opacity

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

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

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

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

This text has shadow with #9BB8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB8A6 on black background.


Color preview on white background

This text has color #9BB8A6 on white background.



Black color preview on #9BB8A6 background

This text has black color on #9BB8A6 background.


White color preview on #9BB8A6 background

This text has white color on #9BB8A6 background.