COLOR #96D49E

HEX: #96D49E RGB: (150,212,158)

Color info

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

RGB color model

#96D49E color RGB value is (150,212,158).

RGB: (150,212,158) (59%, 83%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 212 of 255 = 83%
B 158 of 255 = 62%

150
212
158

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

Portions of RGB colors in percentages

R + G + B = 150 + 212 + 158 = 520 (100%)
R 150 of 520 ~ 28.85%
G 212 of 520 ~ 40.77%
B 158 of 520 ~ 30.38'%

%28.85
%40.77
%30.38

CMYK color model

#96D49E color CMYK value is (29,0,25,17).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 25.47%
  • key color value is 16.86%

CMYK: (29,0,25,17)
C29M0Y25K17 (29%, 0%, 25%, 17%)
(0.29 / 0.00 / 0.25 / 0.17)

CMYK percentages

%29.25
%0
%25.47
%16.86

Codes

Color #96D49E in popluar color models

96 D4 9E
RGB 150 212 158
HSL 128° 41.89% 70.98%
HSB/HSV 128° 29.25% 83.14%
CMYK 29.25% 0.00% 25.47%
16.86%

Color #96D49E in popluar number systems.

HEX 96 D4 9E
Decimal 150 212 158
Binary 10010110 11010100 10011110
Octal 226 324 236

Shades and tints

Shades of #96D49E

#96D49E
(150,212,158)
#89C190
(137,193,144)
#7CAE82
(124,174,130)
#6F9B74
(111,155,116)
#628866
(98,136,102)
#557558
(85,117,88)
#48624A
(72,98,74)
#3B4F3C
(59,79,60)
#2E3C2E
(46,60,46)
#212920
(33,41,32)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #96D49E

#96D49E
(150,212,158)
#9FD7A6
(159,215,166)
#A8DAAE
(168,218,174)
#B1DDB6
(177,221,182)
#BAE0BE
(186,224,190)
#C3E3C6
(195,227,198)
#CCE6CE
(204,230,206)
#D5E9D6
(213,233,214)
#DEECDE
(222,236,222)
#E7EFE6
(231,239,230)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D49E; }

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

This text font color is #96D49E.

Background Color

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

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

This div background color is #96D49E.

Border color

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

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

This div border color is #96D49E.

Opacity

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

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

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

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

This text has shadow with #96D49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96D49E.

Preview

Color preview on black background

This text has color #96D49E on black background.


Color preview on white background

This text has color #96D49E on white background.


Black color preview on #96D49E background

This text has black color on #96D49E background.


White color preview on #96D49E background

This text has white color on #96D49E background.


Related colors

Complementary color

Complementary color for #hex is #692B61.


I love getcolorcode.com

Triadic colors

1 #9E96D4 and #D49E96 with #96D49E are triadic colors.

2 #9ED496 and #D4969E with #96D49E are triadic colors.