COLOR #9BB095

HEX: #9BB095
RGB: (155,176,149)

Color info

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

RGB color model

#9BB095 color RGB value is (155,176,149).

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

RGB channels and saturation

R 155 of 255 = 61%
G 176 of 255 = 69%
B 149 of 255 = 58%

155
176
149

R + G + B ~ 63%. #9BB095 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 176 + 149 = 480 (100%)
R 155 of 480 ~ 32.29%
G 176 of 480 ~ 36.67%
B 149 of 480 ~ 31.04%

%32.29
%36.67
%31.04

CMYK color model

#9BB095 color CMYK value is (12,0,15,31).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 30.98%
CMYK:
(12,0,15,31)
C12M0Y15K31 
(12%,0%,15%,31%)
(0.12/0.00/0.15/0.31)	

CMYK percentages

%11.93
%0
%15.34
%30.98

Codes

Color #9BB095 in popluar color models

9BB095
RGB155176149
HSL107°14.59%63.73%
HSB/HSV107°15.34%69.02%
CMYK11.93%0.00%15.34%
30.98%

Color #9BB095 in popluar number systems.

HEX9BB095
Decimal155176149
Binary100110111011000010010101
Octal233260225

Shades and tints

Shades of #9BB095

#9BB095
(155,176,149)
#8DA088
(141,160,136)
#7F907B
(127,144,123)
#71806E
(113,128,110)
#637061
(99,112,97)
#556054
(85,96,84)
#475047
(71,80,71)
#39403A
(57,64,58)
#2B302D
(43,48,45)
#1D2020
(29,32,32)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #9BB095

#9BB095
(155,176,149)
#A4B79E
(164,183,158)
#ADBEA7
(173,190,167)
#B6C5B0
(182,197,176)
#BFCCB9
(191,204,185)
#C8D3C2
(200,211,194)
#D1DACB
(209,218,203)
#DAE1D4
(218,225,212)
#E3E8DD
(227,232,221)
#ECEFE6
(236,239,230)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB095; }

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

This text font color is #9BB095.


Background Color

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

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

This div background color is #9BB095.


Border color

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

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

This div border color is #9BB095.


Opacity

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

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

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

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

This text has shadow with #9BB095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB095 on black background.


Color preview on white background

This text has color #9BB095 on white background.



Black color preview on #9BB095 background

This text has black color on #9BB095 background.


White color preview on #9BB095 background

This text has white color on #9BB095 background.