COLOR #96BB7F

HEX: #96BB7F
RGB: (150,187,127)

Color info

#96BB7F contains mainly red and green colors. Web safe color of #96BB7F is #99CC66 (or #9C6).

RGB color model

#96BB7F color RGB value is (150,187,127).

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

RGB channels and saturation

R 150 of 255 = 59%
G 187 of 255 = 73%
B 127 of 255 = 50%

150
187
127

R + G + B ~ 61%. #96BB7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 187 + 127 = 464 (100%)
R 150 of 464 ~ 32.33%
G 187 of 464 ~ 40.3%
B 127 of 464 ~ 27.37%

%32.33
%40.3
%27.37

CMYK color model

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

  • cyan value is 19.79%
  • magenta value is 0.00%
  • yellow value is 32.09%
  • key color value is 26.67%
CMYK:
(20,0,32,27)
C20M0Y32K27 
(20%,0%,32%,27%)
(0.20/0.00/0.32/0.27)	

CMYK percentages

%19.79
%0
%32.09
%26.67

Codes

Color #96BB7F in popluar color models

96BB7F
RGB150187127
HSL97°30.61%61.57%
HSB/HSV97°32.09%73.33%
CMYK19.79%0.00%32.09%
26.67%

Color #96BB7F in popluar number systems.

HEX96BB7F
Decimal150187127
Binary10010110101110111111111
Octal226273177

Shades and tints

Shades of #96BB7F

#96BB7F
(150,187,127)
#89AA74
(137,170,116)
#7C9969
(124,153,105)
#6F885E
(111,136,94)
#627753
(98,119,83)
#556648
(85,102,72)
#48553D
(72,85,61)
#3B4432
(59,68,50)
#2E3327
(46,51,39)
#21221C
(33,34,28)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #96BB7F

#96BB7F
(150,187,127)
#9FC18A
(159,193,138)
#A8C795
(168,199,149)
#B1CDA0
(177,205,160)
#BAD3AB
(186,211,171)
#C3D9B6
(195,217,182)
#CCDFC1
(204,223,193)
#D5E5CC
(213,229,204)
#DEEBD7
(222,235,215)
#E7F1E2
(231,241,226)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BB7F; }

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

This text font color is #96BB7F.


Background Color

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

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

This div background color is #96BB7F.


Border color

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

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

This div border color is #96BB7F.


Opacity

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

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

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

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

This text has shadow with #96BB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BB7F on black background.


Color preview on white background

This text has color #96BB7F on white background.



Black color preview on #96BB7F background

This text has black color on #96BB7F background.


White color preview on #96BB7F background

This text has white color on #96BB7F background.