COLOR #96C68B

HEX: #96C68B
RGB: (150,198,139)

Color info

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

RGB color model

#96C68B color RGB value is (150,198,139).

  • red value is 150;
  • green value is 198;
  • blue value is 139.
RGB:
(150,198,139)
(59%,78%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 198 of 255 = 78%
B 139 of 255 = 55%

150
198
139

R + G + B ~ 64%. #96C68B is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 198 + 139 = 487 (100%)
R 150 of 487 ~ 30.8%
G 198 of 487 ~ 40.66%
B 139 of 487 ~ 28.54%

%30.8
%40.66
%28.54

CMYK color model

#96C68B color CMYK value is (24,0,30,22).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 22.35%
CMYK:
(24,0,30,22)
C24M0Y30K22 
(24%,0%,30%,22%)
(0.24/0.00/0.30/0.22)	

CMYK percentages

%24.24
%0
%29.8
%22.35

Codes

Color #96C68B in popluar color models

96C68B
RGB150198139
HSL109°34.10%66.08%
HSB/HSV109°29.80%77.65%
CMYK24.24%0.00%29.80%
22.35%

Color #96C68B in popluar number systems.

HEX96C68B
Decimal150198139
Binary100101101100011010001011
Octal226306213

Shades and tints

Shades of #96C68B

#96C68B
(150,198,139)
#89B47F
(137,180,127)
#7CA273
(124,162,115)
#6F9067
(111,144,103)
#627E5B
(98,126,91)
#556C4F
(85,108,79)
#485A43
(72,90,67)
#3B4837
(59,72,55)
#2E362B
(46,54,43)
#21241F
(33,36,31)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #96C68B

#96C68B
(150,198,139)
#9FCB95
(159,203,149)
#A8D09F
(168,208,159)
#B1D5A9
(177,213,169)
#BADAB3
(186,218,179)
#C3DFBD
(195,223,189)
#CCE4C7
(204,228,199)
#D5E9D1
(213,233,209)
#DEEEDB
(222,238,219)
#E7F3E5
(231,243,229)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C68B color. Also use rgb(150,198,139) instead hex code.

Text Font Color

.myTextColor { color: #96C68B; }

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

This text font color is #96C68B.


Background Color

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

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

This div background color is #96C68B.


Border color

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

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

This div border color is #96C68B.


Opacity

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

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

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

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

This text has shadow with #96C68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C68B on black background.


Color preview on white background

This text has color #96C68B on white background.



Black color preview on #96C68B background

This text has black color on #96C68B background.


White color preview on #96C68B background

This text has white color on #96C68B background.