COLOR #96C27E

HEX: #96C27E
RGB: (150,194,126)

Color info

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

RGB color model

#96C27E color RGB value is (150,194,126).

  • red value is 150;
  • green value is 194;
  • blue value is 126.
RGB:
(150,194,126)
(59%,76%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 194 of 255 = 76%
B 126 of 255 = 49%

150
194
126

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

Portions of RGB colors in percentages

R + G + B =
150 + 194 + 126 = 470 (100%)
R 150 of 470 ~ 31.91%
G 194 of 470 ~ 41.28%
B 126 of 470 ~ 26.81%

%31.91
%41.28
%26.81

CMYK color model

#96C27E color CMYK value is (23,0,35,24).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 35.05%
  • key color value is 23.92%
CMYK:
(23,0,35,24)
C23M0Y35K24 
(23%,0%,35%,24%)
(0.23/0.00/0.35/0.24)	

CMYK percentages

%22.68
%0
%35.05
%23.92

Codes

Color #96C27E in popluar color models

96C27E
RGB150194126
HSL99°35.79%62.75%
HSB/HSV99°35.05%76.08%
CMYK22.68%0.00%35.05%
23.92%

Color #96C27E in popluar number systems.

HEX96C27E
Decimal150194126
Binary10010110110000101111110
Octal226302176

Shades and tints

Shades of #96C27E

#96C27E
(150,194,126)
#89B173
(137,177,115)
#7CA068
(124,160,104)
#6F8F5D
(111,143,93)
#627E52
(98,126,82)
#556D47
(85,109,71)
#485C3C
(72,92,60)
#3B4B31
(59,75,49)
#2E3A26
(46,58,38)
#21291B
(33,41,27)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #96C27E

#96C27E
(150,194,126)
#9FC789
(159,199,137)
#A8CC94
(168,204,148)
#B1D19F
(177,209,159)
#BAD6AA
(186,214,170)
#C3DBB5
(195,219,181)
#CCE0C0
(204,224,192)
#D5E5CB
(213,229,203)
#DEEAD6
(222,234,214)
#E7EFE1
(231,239,225)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C27E color. Also use rgb(150,194,126) instead hex code.

Text Font Color

.myTextColor { color: #96C27E; }

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

This text font color is #96C27E.


Background Color

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

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

This div background color is #96C27E.


Border color

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

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

This div border color is #96C27E.


Opacity

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

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

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

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

This text has shadow with #96C27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C27E on black background.


Color preview on white background

This text has color #96C27E on white background.



Black color preview on #96C27E background

This text has black color on #96C27E background.


White color preview on #96C27E background

This text has white color on #96C27E background.