COLOR #96C19E

HEX: #96C19E RGB: (150,193,158)

Color info

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

RGB color model

#96C19E color RGB value is (150,193,158).

RGB: (150,193,158) (59%, 76%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 193 of 255 = 76%
B 158 of 255 = 62%

150
193
158

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

Portions of RGB colors in percentages

R + G + B = 150 + 193 + 158 = 501 (100%)
R 150 of 501 ~ 29.94%
G 193 of 501 ~ 38.52%
B 158 of 501 ~ 31.54'%

%29.94
%38.52
%31.54

CMYK color model

#96C19E color CMYK value is (22,0,18,24).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 24.31%
CMYK: (22,0,18,24) C22M0Y18K24 (22%,0%,18%,24%) (0.22/0.00/0.18/0.24) 

CMYK percentages

%22.28
%0
%18.13
%24.31

Codes

Color #96C19E in popluar color models

96 C1 9E
RGB 150 193 158
HSL 131° 25.75% 67.25%
HSB/HSV 131° 22.28% 75.69%
CMYK 22.28% 0.00% 18.13%
24.31%

Color #96C19E in popluar number systems.

HEX 96 C1 9E
Decimal 150 193 158
Binary 10010110 11000001 10011110
Octal 226 301 236

Shades and tints

Shades of #96C19E

#96C19E
(150,193,158)
#89B090
(137,176,144)
#7C9F82
(124,159,130)
#6F8E74
(111,142,116)
#627D66
(98,125,102)
#556C58
(85,108,88)
#485B4A
(72,91,74)
#3B4A3C
(59,74,60)
#2E392E
(46,57,46)
#212820
(33,40,32)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #96C19E

#96C19E
(150,193,158)
#9FC6A6
(159,198,166)
#A8CBAE
(168,203,174)
#B1D0B6
(177,208,182)
#BAD5BE
(186,213,190)
#C3DAC6
(195,218,198)
#CCDFCE
(204,223,206)
#D5E4D6
(213,228,214)
#DEE9DE
(222,233,222)
#E7EEE6
(231,238,230)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C19E color. Also use rgb(150,193,158) instead hex code.

Text Font Color

.myTextColor { color: #96C19E; }

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

This text font color is #96C19E.

Background Color

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

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

This div background color is #96C19E.

Border color

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

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

This div border color is #96C19E.

Opacity

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

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

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

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

This text has shadow with #96C19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C19E.

Preview

Color preview on black background

This text has color #96C19E on black background.


Color preview on white background

This text has color #96C19E on white background.


Black color preview on #96C19E background

This text has black color on #96C19E background.


White color preview on #96C19E background

This text has white color on #96C19E background.


Related colors

Complementary color

Complementary color for #hex is #693E61.


I love getcolorcode.com

Triadic colors

1 #9E96C1 and #C19E96 with #96C19E are triadic colors.

2 #9EC196 and #C1969E with #96C19E are triadic colors.