COLOR #96C38E

HEX: #96C38E RGB: (150,195,142)

Color info

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

RGB color model

#96C38E color RGB value is (150,195,142).

RGB: (150,195,142) (59%, 76%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 195 of 255 = 76%
B 142 of 255 = 56%

150
195
142

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

Portions of RGB colors in percentages

R + G + B = 150 + 195 + 142 = 487 (100%)
R 150 of 487 ~ 30.8%
G 195 of 487 ~ 40.04%
B 142 of 487 ~ 29.16'%

%30.8
%40.04
%29.16

CMYK color model

#96C38E color CMYK value is (23,0,27,24).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 23.53%
CMYK: (23,0,27,24) C23M0Y27K24 (23%,0%,27%,24%) (0.23/0.00/0.27/0.24) 

CMYK percentages

%23.08
%0
%27.18
%23.53

Codes

Color #96C38E in popluar color models

96 C3 8E
RGB 150 195 142
HSL 111° 30.64% 66.08%
HSB/HSV 111° 27.18% 76.47%
CMYK 23.08% 0.00% 27.18%
23.53%

Color #96C38E in popluar number systems.

HEX 96 C3 8E
Decimal 150 195 142
Binary 10010110 11000011 10001110
Octal 226 303 216

Shades and tints

Shades of #96C38E

#96C38E
(150,195,142)
#89B282
(137,178,130)
#7CA176
(124,161,118)
#6F906A
(111,144,106)
#627F5E
(98,127,94)
#556E52
(85,110,82)
#485D46
(72,93,70)
#3B4C3A
(59,76,58)
#2E3B2E
(46,59,46)
#212A22
(33,42,34)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #96C38E

#96C38E
(150,195,142)
#9FC898
(159,200,152)
#A8CDA2
(168,205,162)
#B1D2AC
(177,210,172)
#BAD7B6
(186,215,182)
#C3DCC0
(195,220,192)
#CCE1CA
(204,225,202)
#D5E6D4
(213,230,212)
#DEEBDE
(222,235,222)
#E7F0E8
(231,240,232)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C38E color. Also use rgb(150,195,142) instead hex code.

Text Font Color

.myTextColor { color: #96C38E; }

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

This text font color is #96C38E.

Background Color

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

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

This div background color is #96C38E.

Border color

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

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

This div border color is #96C38E.

Opacity

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

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

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

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

This text has shadow with #96C38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C38E.

Preview

Color preview on black background

This text has color #96C38E on black background.


Color preview on white background

This text has color #96C38E on white background.


Black color preview on #96C38E background

This text has black color on #96C38E background.


White color preview on #96C38E background

This text has white color on #96C38E background.


Related colors

Complementary color

Complementary color for #hex is #693C71.


I love getcolorcode.com

Triadic colors

1 #8E96C3 and #C38E96 with #96C38E are triadic colors.

2 #8EC396 and #C3968E with #96C38E are triadic colors.