COLOR #9BBD96

HEX: #9BBD96
RGB: (155,189,150)

Color info

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

RGB color model

#9BBD96 color RGB value is (155,189,150).

  • red value is 155;
  • green value is 189;
  • blue value is 150.
RGB:
(155,189,150)
(61%,74%,59%)

RGB channels and saturation

R 155 of 255 = 61%
G 189 of 255 = 74%
B 150 of 255 = 59%

155
189
150

R + G + B ~ 65%. #9BBD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 189 + 150 = 494 (100%)
R 155 of 494 ~ 31.38%
G 189 of 494 ~ 38.26%
B 150 of 494 ~ 30.36%

%31.38
%38.26
%30.36

CMYK color model

#9BBD96 color CMYK value is (18,0,21,26).

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK:
(18,0,21,26)
C18M0Y21K26 
(18%,0%,21%,26%)
(0.18/0.00/0.21/0.26)	

CMYK percentages

%17.99
%0
%20.63
%25.88

Codes

Color #9BBD96 in popluar color models

9BBD96
RGB155189150
HSL112°22.81%66.47%
HSB/HSV112°20.63%74.12%
CMYK17.99%0.00%20.63%
25.88%

Color #9BBD96 in popluar number systems.

HEX9BBD96
Decimal155189150
Binary100110111011110110010110
Octal233275226

Shades and tints

Shades of #9BBD96

#9BBD96
(155,189,150)
#8DAC89
(141,172,137)
#7F9B7C
(127,155,124)
#718A6F
(113,138,111)
#637962
(99,121,98)
#556855
(85,104,85)
#475748
(71,87,72)
#39463B
(57,70,59)
#2B352E
(43,53,46)
#1D2421
(29,36,33)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #9BBD96

#9BBD96
(155,189,150)
#A4C39F
(164,195,159)
#ADC9A8
(173,201,168)
#B6CFB1
(182,207,177)
#BFD5BA
(191,213,186)
#C8DBC3
(200,219,195)
#D1E1CC
(209,225,204)
#DAE7D5
(218,231,213)
#E3EDDE
(227,237,222)
#ECF3E7
(236,243,231)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBD96 color. Also use rgb(155,189,150) instead hex code.

Text Font Color

.myTextColor { color: #9BBD96; }

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

This text font color is #9BBD96.


Background Color

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

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

This div background color is #9BBD96.


Border color

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

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

This div border color is #9BBD96.


Opacity

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

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

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

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

This text has shadow with #9BBD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBD96 on black background.


Color preview on white background

This text has color #9BBD96 on white background.



Black color preview on #9BBD96 background

This text has black color on #9BBD96 background.


White color preview on #9BBD96 background

This text has white color on #9BBD96 background.