COLOR #96D79C

HEX: #96D79C
RGB: (150,215,156)

Color info

#96D79C contains mainly green and blue colors. Web safe color of #96D79C is #99CC99 (or #9C9).

RGB color model

#96D79C color RGB value is (150,215,156).

  • red value is 150;
  • green value is 215;
  • blue value is 156.
RGB:
(150,215,156)
(59%,84%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 215 of 255 = 84%
B 156 of 255 = 61%

150
215
156

R + G + B ~ 68%. #96D79C is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 215 + 156 = 521 (100%)
R 150 of 521 ~ 28.79%
G 215 of 521 ~ 41.27%
B 156 of 521 ~ 29.94%

%28.79
%41.27
%29.94

CMYK color model

#96D79C color CMYK value is (30,0,27,16).

  • cyan value is 30.23%
  • magenta value is 0.00%
  • yellow value is 27.44%
  • key color value is 15.69%
CMYK:
(30,0,27,16)
C30M0Y27K16 
(30%,0%,27%,16%)
(0.30/0.00/0.27/0.16)	

CMYK percentages

%30.23
%0
%27.44
%15.69

Codes

Color #96D79C in popluar color models

96D79C
RGB150215156
HSL126°44.83%71.57%
HSB/HSV126°30.23%84.31%
CMYK30.23%0.00%27.44%
15.69%

Color #96D79C in popluar number systems.

HEX96D79C
Decimal150215156
Binary100101101101011110011100
Octal226327234

Shades and tints

Shades of #96D79C

#96D79C
(150,215,156)
#89C48E
(137,196,142)
#7CB180
(124,177,128)
#6F9E72
(111,158,114)
#628B64
(98,139,100)
#557856
(85,120,86)
#486548
(72,101,72)
#3B523A
(59,82,58)
#2E3F2C
(46,63,44)
#212C1E
(33,44,30)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #96D79C

#96D79C
(150,215,156)
#9FDAA5
(159,218,165)
#A8DDAE
(168,221,174)
#B1E0B7
(177,224,183)
#BAE3C0
(186,227,192)
#C3E6C9
(195,230,201)
#CCE9D2
(204,233,210)
#D5ECDB
(213,236,219)
#DEEFE4
(222,239,228)
#E7F2ED
(231,242,237)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D79C color. Also use rgb(150,215,156) instead hex code.

Text Font Color

.myTextColor { color: #96D79C; }

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

This text font color is #96D79C.


Background Color

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

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

This div background color is #96D79C.


Border color

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

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

This div border color is #96D79C.


Opacity

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

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

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

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

This text has shadow with #96D79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D79C on black background.


Color preview on white background

This text has color #96D79C on white background.



Black color preview on #96D79C background

This text has black color on #96D79C background.


White color preview on #96D79C background

This text has white color on #96D79C background.