COLOR #9BB09E

HEX: #9BB09E
RGB: (155,176,158)

Color info

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

RGB color model

#9BB09E color RGB value is (155,176,158).

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

RGB channels and saturation

R 155 of 255 = 61%
G 176 of 255 = 69%
B 158 of 255 = 62%

155
176
158

R + G + B ~ 64%. #9BB09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 176 + 158 = 489 (100%)
R 155 of 489 ~ 31.7%
G 176 of 489 ~ 35.99%
B 158 of 489 ~ 32.31%

%31.7
%35.99
%32.31

CMYK color model

#9BB09E color CMYK value is (12,0,10,31).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK:
(12,0,10,31)
C12M0Y10K31 
(12%,0%,10%,31%)
(0.12/0.00/0.10/0.31)	

CMYK percentages

%11.93
%0
%10.23
%30.98

Codes

Color #9BB09E in popluar color models

9BB09E
RGB155176158
HSL129°11.73%64.90%
HSB/HSV129°11.93%69.02%
CMYK11.93%0.00%10.23%
30.98%

Color #9BB09E in popluar number systems.

HEX9BB09E
Decimal155176158
Binary100110111011000010011110
Octal233260236

Shades and tints

Shades of #9BB09E

#9BB09E
(155,176,158)
#8DA090
(141,160,144)
#7F9082
(127,144,130)
#718074
(113,128,116)
#637066
(99,112,102)
#556058
(85,96,88)
#47504A
(71,80,74)
#39403C
(57,64,60)
#2B302E
(43,48,46)
#1D2020
(29,32,32)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #9BB09E

#9BB09E
(155,176,158)
#A4B7A6
(164,183,166)
#ADBEAE
(173,190,174)
#B6C5B6
(182,197,182)
#BFCCBE
(191,204,190)
#C8D3C6
(200,211,198)
#D1DACE
(209,218,206)
#DAE1D6
(218,225,214)
#E3E8DE
(227,232,222)
#ECEFE6
(236,239,230)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB09E; }

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

This text font color is #9BB09E.


Background Color

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

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

This div background color is #9BB09E.


Border color

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

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

This div border color is #9BB09E.


Opacity

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

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

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

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

This text has shadow with #9BB09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB09E on black background.


Color preview on white background

This text has color #9BB09E on white background.



Black color preview on #9BB09E background

This text has black color on #9BB09E background.


White color preview on #9BB09E background

This text has white color on #9BB09E background.