COLOR #96BB89

HEX: #96BB89
RGB: (150,187,137)

Color info

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

RGB color model

#96BB89 color RGB value is (150,187,137).

  • red value is 150;
  • green value is 187;
  • blue value is 137.
RGB:
(150,187,137)
(59%,73%,54%)

RGB channels and saturation

R 150 of 255 = 59%
G 187 of 255 = 73%
B 137 of 255 = 54%

150
187
137

R + G + B ~ 62%. #96BB89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 187 + 137 = 474 (100%)
R 150 of 474 ~ 31.65%
G 187 of 474 ~ 39.45%
B 137 of 474 ~ 28.9%

%31.65
%39.45
%28.9

CMYK color model

#96BB89 color CMYK value is (20,0,27,27).

  • cyan value is 19.79%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 26.67%
CMYK:
(20,0,27,27)
C20M0Y27K27 
(20%,0%,27%,27%)
(0.20/0.00/0.27/0.27)	

CMYK percentages

%19.79
%0
%26.74
%26.67

Codes

Color #96BB89 in popluar color models

96BB89
RGB150187137
HSL104°26.88%63.53%
HSB/HSV104°26.74%73.33%
CMYK19.79%0.00%26.74%
26.67%

Color #96BB89 in popluar number systems.

HEX96BB89
Decimal150187137
Binary100101101011101110001001
Octal226273211

Shades and tints

Shades of #96BB89

#96BB89
(150,187,137)
#89AA7D
(137,170,125)
#7C9971
(124,153,113)
#6F8865
(111,136,101)
#627759
(98,119,89)
#55664D
(85,102,77)
#485541
(72,85,65)
#3B4435
(59,68,53)
#2E3329
(46,51,41)
#21221D
(33,34,29)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #96BB89

#96BB89
(150,187,137)
#9FC193
(159,193,147)
#A8C79D
(168,199,157)
#B1CDA7
(177,205,167)
#BAD3B1
(186,211,177)
#C3D9BB
(195,217,187)
#CCDFC5
(204,223,197)
#D5E5CF
(213,229,207)
#DEEBD9
(222,235,217)
#E7F1E3
(231,241,227)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BB89 color. Also use rgb(150,187,137) instead hex code.

Text Font Color

.myTextColor { color: #96BB89; }

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

This text font color is #96BB89.


Background Color

.myBgColor { background-color: #96BB89; }

<div style="background-color:#96BB89">Inner text</div>

This div background color is #96BB89.


Border color

.myBorderColor { border: 1px solid #96BB89; }

<div style="border:3px solid #96BB89">Div</div>

This div border color is #96BB89.


Opacity

.myOpacity80 { color: #96BB89; opacity: 0.8; }

<p style="color:#96BB89;opacity:0.8;">80%</p>

Text with #96BB89 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 #96BB89;}

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

This text has shadow with #96BB89 color.

.textShadow {text-shadow: 3px 3px 1px #96BB89, 3px 3px 1px red;}

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

This text has shadow with #96BB89 primary color and red secondary color.


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

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

This text has shadow with #96BB89 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BB89 on black background.


Color preview on white background

This text has color #96BB89 on white background.



Black color preview on #96BB89 background

This text has black color on #96BB89 background.


White color preview on #96BB89 background

This text has white color on #96BB89 background.