COLOR #9BB092

HEX: #9BB092
RGB: (155,176,146)

Color info

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

RGB color model

#9BB092 color RGB value is (155,176,146).

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

RGB channels and saturation

R 155 of 255 = 61%
G 176 of 255 = 69%
B 146 of 255 = 57%

155
176
146

R + G + B ~ 62%. #9BB092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 176 + 146 = 477 (100%)
R 155 of 477 ~ 32.49%
G 176 of 477 ~ 36.9%
B 146 of 477 ~ 30.61%

%32.49
%36.9
%30.61

CMYK color model

#9BB092 color CMYK value is (12,0,17,31).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 30.98%
CMYK:
(12,0,17,31)
C12M0Y17K31 
(12%,0%,17%,31%)
(0.12/0.00/0.17/0.31)	

CMYK percentages

%11.93
%0
%17.05
%30.98

Codes

Color #9BB092 in popluar color models

9BB092
RGB155176146
HSL102°15.96%63.14%
HSB/HSV102°17.05%69.02%
CMYK11.93%0.00%17.05%
30.98%

Color #9BB092 in popluar number systems.

HEX9BB092
Decimal155176146
Binary100110111011000010010010
Octal233260222

Shades and tints

Shades of #9BB092

#9BB092
(155,176,146)
#8DA085
(141,160,133)
#7F9078
(127,144,120)
#71806B
(113,128,107)
#63705E
(99,112,94)
#556051
(85,96,81)
#475044
(71,80,68)
#394037
(57,64,55)
#2B302A
(43,48,42)
#1D201D
(29,32,29)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #9BB092

#9BB092
(155,176,146)
#A4B79B
(164,183,155)
#ADBEA4
(173,190,164)
#B6C5AD
(182,197,173)
#BFCCB6
(191,204,182)
#C8D3BF
(200,211,191)
#D1DAC8
(209,218,200)
#DAE1D1
(218,225,209)
#E3E8DA
(227,232,218)
#ECEFE3
(236,239,227)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB092; }

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

This text font color is #9BB092.


Background Color

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

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

This div background color is #9BB092.


Border color

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

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

This div border color is #9BB092.


Opacity

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

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

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

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

This text has shadow with #9BB092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB092 on black background.


Color preview on white background

This text has color #9BB092 on white background.



Black color preview on #9BB092 background

This text has black color on #9BB092 background.


White color preview on #9BB092 background

This text has white color on #9BB092 background.