COLOR #9BB175

HEX: #9BB175
RGB: (155,177,117)

Color info

#9BB175 contains mainly red and green colors. Web safe color of #9BB175 is #999966 (or #996).

RGB color model

#9BB175 color RGB value is (155,177,117).

  • red value is 155;
  • green value is 177;
  • blue value is 117.
RGB:
(155,177,117)
(61%,69%,46%)

RGB channels and saturation

R 155 of 255 = 61%
G 177 of 255 = 69%
B 117 of 255 = 46%

155
177
117

R + G + B ~ 59%. #9BB175 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 177 + 117 = 449 (100%)
R 155 of 449 ~ 34.52%
G 177 of 449 ~ 39.42%
B 117 of 449 ~ 26.06%

%34.52
%39.42
%26.06

CMYK color model

#9BB175 color CMYK value is (12,0,34,31).

  • cyan value is 12.43%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 30.59%
CMYK:
(12,0,34,31)
C12M0Y34K31 
(12%,0%,34%,31%)
(0.12/0.00/0.34/0.31)	

CMYK percentages

%12.43
%0
%33.9
%30.59

Codes

Color #9BB175 in popluar color models

9BB175
RGB155177117
HSL82°27.78%57.65%
HSB/HSV82°33.90%69.41%
CMYK12.43%0.00%33.90%
30.59%

Color #9BB175 in popluar number systems.

HEX9BB175
Decimal155177117
Binary10011011101100011110101
Octal233261165

Shades and tints

Shades of #9BB175

#9BB175
(155,177,117)
#8DA16B
(141,161,107)
#7F9161
(127,145,97)
#718157
(113,129,87)
#63714D
(99,113,77)
#556143
(85,97,67)
#475139
(71,81,57)
#39412F
(57,65,47)
#2B3125
(43,49,37)
#1D211B
(29,33,27)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #9BB175

#9BB175
(155,177,117)
#A4B881
(164,184,129)
#ADBF8D
(173,191,141)
#B6C699
(182,198,153)
#BFCDA5
(191,205,165)
#C8D4B1
(200,212,177)
#D1DBBD
(209,219,189)
#DAE2C9
(218,226,201)
#E3E9D5
(227,233,213)
#ECF0E1
(236,240,225)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB175 color. Also use rgb(155,177,117) instead hex code.

Text Font Color

.myTextColor { color: #9BB175; }

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

This text font color is #9BB175.


Background Color

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

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

This div background color is #9BB175.


Border color

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

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

This div border color is #9BB175.


Opacity

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

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

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

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

This text has shadow with #9BB175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB175 on black background.


Color preview on white background

This text has color #9BB175 on white background.



Black color preview on #9BB175 background

This text has black color on #9BB175 background.


White color preview on #9BB175 background

This text has white color on #9BB175 background.