COLOR #96D68C

HEX: #96D68C
RGB: (150,214,140)

Color info

#96D68C contains mainly green color. Web safe color of #96D68C is #99CC99 (or #9C9).

RGB color model

#96D68C color RGB value is (150,214,140).

  • red value is 150;
  • green value is 214;
  • blue value is 140.
RGB:
(150,214,140)
(59%,84%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 214 of 255 = 84%
B 140 of 255 = 55%

150
214
140

R + G + B ~ 66%. #96D68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 214 + 140 = 504 (100%)
R 150 of 504 ~ 29.76%
G 214 of 504 ~ 42.46%
B 140 of 504 ~ 27.78%

%29.76
%42.46
%27.78

CMYK color model

#96D68C color CMYK value is (30,0,35,16).

  • cyan value is 29.91%
  • magenta value is 0.00%
  • yellow value is 34.58%
  • key color value is 16.08%
CMYK:
(30,0,35,16)
C30M0Y35K16 
(30%,0%,35%,16%)
(0.30/0.00/0.35/0.16)	

CMYK percentages

%29.91
%0
%34.58
%16.08

Codes

Color #96D68C in popluar color models

96D68C
RGB150214140
HSL112°47.44%69.41%
HSB/HSV112°34.58%83.92%
CMYK29.91%0.00%34.58%
16.08%

Color #96D68C in popluar number systems.

HEX96D68C
Decimal150214140
Binary100101101101011010001100
Octal226326214

Shades and tints

Shades of #96D68C

#96D68C
(150,214,140)
#89C380
(137,195,128)
#7CB074
(124,176,116)
#6F9D68
(111,157,104)
#628A5C
(98,138,92)
#557750
(85,119,80)
#486444
(72,100,68)
#3B5138
(59,81,56)
#2E3E2C
(46,62,44)
#212B20
(33,43,32)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #96D68C

#96D68C
(150,214,140)
#9FD996
(159,217,150)
#A8DCA0
(168,220,160)
#B1DFAA
(177,223,170)
#BAE2B4
(186,226,180)
#C3E5BE
(195,229,190)
#CCE8C8
(204,232,200)
#D5EBD2
(213,235,210)
#DEEEDC
(222,238,220)
#E7F1E6
(231,241,230)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D68C color. Also use rgb(150,214,140) instead hex code.

Text Font Color

.myTextColor { color: #96D68C; }

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

This text font color is #96D68C.


Background Color

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

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

This div background color is #96D68C.


Border color

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

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

This div border color is #96D68C.


Opacity

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

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

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

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

This text has shadow with #96D68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D68C on black background.


Color preview on white background

This text has color #96D68C on white background.



Black color preview on #96D68C background

This text has black color on #96D68C background.


White color preview on #96D68C background

This text has white color on #96D68C background.