COLOR #9BB785

HEX: #9BB785
RGB: (155,183,133)

Color info

#9BB785 contains red, green and blue colors in about the same proportion. Web safe color of #9BB785 is #99CC99 (or #9C9).

RGB color model

#9BB785 color RGB value is (155,183,133).

  • red value is 155;
  • green value is 183;
  • blue value is 133.
RGB:
(155,183,133)
(61%,72%,52%)

RGB channels and saturation

R 155 of 255 = 61%
G 183 of 255 = 72%
B 133 of 255 = 52%

155
183
133

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

Portions of RGB colors in percentages

R + G + B =
155 + 183 + 133 = 471 (100%)
R 155 of 471 ~ 32.91%
G 183 of 471 ~ 38.85%
B 133 of 471 ~ 28.24%

%32.91
%38.85
%28.24

CMYK color model

#9BB785 color CMYK value is (15,0,27,28).

  • cyan value is 15.30%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 28.24%
CMYK:
(15,0,27,28)
C15M0Y27K28 
(15%,0%,27%,28%)
(0.15/0.00/0.27/0.28)	

CMYK percentages

%15.3
%0
%27.32
%28.24

Codes

Color #9BB785 in popluar color models

9BB785
RGB155183133
HSL94°25.77%61.96%
HSB/HSV94°27.32%71.76%
CMYK15.30%0.00%27.32%
28.24%

Color #9BB785 in popluar number systems.

HEX9BB785
Decimal155183133
Binary100110111011011110000101
Octal233267205

Shades and tints

Shades of #9BB785

#9BB785
(155,183,133)
#8DA779
(141,167,121)
#7F976D
(127,151,109)
#718761
(113,135,97)
#637755
(99,119,85)
#556749
(85,103,73)
#47573D
(71,87,61)
#394731
(57,71,49)
#2B3725
(43,55,37)
#1D2719
(29,39,25)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #9BB785

#9BB785
(155,183,133)
#A4BD90
(164,189,144)
#ADC39B
(173,195,155)
#B6C9A6
(182,201,166)
#BFCFB1
(191,207,177)
#C8D5BC
(200,213,188)
#D1DBC7
(209,219,199)
#DAE1D2
(218,225,210)
#E3E7DD
(227,231,221)
#ECEDE8
(236,237,232)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB785 color. Also use rgb(155,183,133) instead hex code.

Text Font Color

.myTextColor { color: #9BB785; }

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

This text font color is #9BB785.


Background Color

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

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

This div background color is #9BB785.


Border color

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

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

This div border color is #9BB785.


Opacity

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

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

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

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

This text has shadow with #9BB785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB785 on black background.


Color preview on white background

This text has color #9BB785 on white background.



Black color preview on #9BB785 background

This text has black color on #9BB785 background.


White color preview on #9BB785 background

This text has white color on #9BB785 background.