COLOR #96BC7C

HEX: #96BC7C
RGB: (150,188,124)

Color info

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

RGB color model

#96BC7C color RGB value is (150,188,124).

  • red value is 150;
  • green value is 188;
  • blue value is 124.
RGB:
(150,188,124)
(59%,74%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 188 of 255 = 74%
B 124 of 255 = 49%

150
188
124

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

Portions of RGB colors in percentages

R + G + B =
150 + 188 + 124 = 462 (100%)
R 150 of 462 ~ 32.47%
G 188 of 462 ~ 40.69%
B 124 of 462 ~ 26.84%

%32.47
%40.69
%26.84

CMYK color model

#96BC7C color CMYK value is (20,0,34,26).

  • cyan value is 20.21%
  • magenta value is 0.00%
  • yellow value is 34.04%
  • key color value is 26.27%
CMYK:
(20,0,34,26)
C20M0Y34K26 
(20%,0%,34%,26%)
(0.20/0.00/0.34/0.26)	

CMYK percentages

%20.21
%0
%34.04
%26.27

Codes

Color #96BC7C in popluar color models

96BC7C
RGB150188124
HSL96°32.32%61.18%
HSB/HSV96°34.04%73.73%
CMYK20.21%0.00%34.04%
26.27%

Color #96BC7C in popluar number systems.

HEX96BC7C
Decimal150188124
Binary10010110101111001111100
Octal226274174

Shades and tints

Shades of #96BC7C

#96BC7C
(150,188,124)
#89AB71
(137,171,113)
#7C9A66
(124,154,102)
#6F895B
(111,137,91)
#627850
(98,120,80)
#556745
(85,103,69)
#48563A
(72,86,58)
#3B452F
(59,69,47)
#2E3424
(46,52,36)
#212319
(33,35,25)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #96BC7C

#96BC7C
(150,188,124)
#9FC287
(159,194,135)
#A8C892
(168,200,146)
#B1CE9D
(177,206,157)
#BAD4A8
(186,212,168)
#C3DAB3
(195,218,179)
#CCE0BE
(204,224,190)
#D5E6C9
(213,230,201)
#DEECD4
(222,236,212)
#E7F2DF
(231,242,223)
#F0F8EA
(240,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BC7C color. Also use rgb(150,188,124) instead hex code.

Text Font Color

.myTextColor { color: #96BC7C; }

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

This text font color is #96BC7C.


Background Color

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

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

This div background color is #96BC7C.


Border color

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

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

This div border color is #96BC7C.


Opacity

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

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

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

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

This text has shadow with #96BC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BC7C on black background.


Color preview on white background

This text has color #96BC7C on white background.



Black color preview on #96BC7C background

This text has black color on #96BC7C background.


White color preview on #96BC7C background

This text has white color on #96BC7C background.