COLOR #9BB093

HEX: #9BB093
RGB: (155,176,147)

Color info

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

RGB color model

#9BB093 color RGB value is (155,176,147).

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

RGB channels and saturation

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

155
176
147

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

Portions of RGB colors in percentages

R + G + B =
155 + 176 + 147 = 478 (100%)
R 155 of 478 ~ 32.43%
G 176 of 478 ~ 36.82%
B 147 of 478 ~ 30.75%

%32.43
%36.82
%30.75

CMYK color model

#9BB093 color CMYK value is (12,0,16,31).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK:
(12,0,16,31)
C12M0Y16K31 
(12%,0%,16%,31%)
(0.12/0.00/0.16/0.31)	

CMYK percentages

%11.93
%0
%16.48
%30.98

Codes

Color #9BB093 in popluar color models

9BB093
RGB155176147
HSL103°15.51%63.33%
HSB/HSV103°16.48%69.02%
CMYK11.93%0.00%16.48%
30.98%

Color #9BB093 in popluar number systems.

HEX9BB093
Decimal155176147
Binary100110111011000010010011
Octal233260223

Shades and tints

Shades of #9BB093

#9BB093
(155,176,147)
#8DA086
(141,160,134)
#7F9079
(127,144,121)
#71806C
(113,128,108)
#63705F
(99,112,95)
#556052
(85,96,82)
#475045
(71,80,69)
#394038
(57,64,56)
#2B302B
(43,48,43)
#1D201E
(29,32,30)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #9BB093

#9BB093
(155,176,147)
#A4B79C
(164,183,156)
#ADBEA5
(173,190,165)
#B6C5AE
(182,197,174)
#BFCCB7
(191,204,183)
#C8D3C0
(200,211,192)
#D1DAC9
(209,218,201)
#DAE1D2
(218,225,210)
#E3E8DB
(227,232,219)
#ECEFE4
(236,239,228)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB093; }

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

This text font color is #9BB093.


Background Color

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

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

This div background color is #9BB093.


Border color

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

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

This div border color is #9BB093.


Opacity

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

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

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

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

This text has shadow with #9BB093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB093 on black background.


Color preview on white background

This text has color #9BB093 on white background.



Black color preview on #9BB093 background

This text has black color on #9BB093 background.


White color preview on #9BB093 background

This text has white color on #9BB093 background.