COLOR #96EB9D

HEX: #96EB9D
RGB: (150,235,157)

Color info

#96EB9D contains mainly green color. Web safe color of #96EB9D is #99FF99 (or #9F9).

RGB color model

#96EB9D color RGB value is (150,235,157).

  • red value is 150;
  • green value is 235;
  • blue value is 157.
RGB:
(150,235,157)
(59%,92%,62%)

RGB channels and saturation

R 150 of 255 = 59%
G 235 of 255 = 92%
B 157 of 255 = 62%

150
235
157

R + G + B ~ 71%. #96EB9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 235 + 157 = 542 (100%)
R 150 of 542 ~ 27.68%
G 235 of 542 ~ 43.36%
B 157 of 542 ~ 28.97%

%27.68
%43.36
%28.97

CMYK color model

#96EB9D color CMYK value is (36,0,33,8).

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 33.19%
  • key color value is 7.84%
CMYK:
(36,0,33,8)
C36M0Y33K8 
(36%,0%,33%,8%)
(0.36/0.00/0.33/0.08)	

CMYK percentages

%36.17
%0
%33.19
%7.84

Codes

Color #96EB9D in popluar color models

96EB9D
RGB150235157
HSL125°68.00%75.49%
HSB/HSV125°36.17%92.16%
CMYK36.17%0.00%33.19%
7.84%

Color #96EB9D in popluar number systems.

HEX96EB9D
Decimal150235157
Binary100101101110101110011101
Octal226353235

Shades and tints

Shades of #96EB9D

#96EB9D
(150,235,157)
#89D68F
(137,214,143)
#7CC181
(124,193,129)
#6FAC73
(111,172,115)
#629765
(98,151,101)
#558257
(85,130,87)
#486D49
(72,109,73)
#3B583B
(59,88,59)
#2E432D
(46,67,45)
#212E1F
(33,46,31)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #96EB9D

#96EB9D
(150,235,157)
#9FECA5
(159,236,165)
#A8EDAD
(168,237,173)
#B1EEB5
(177,238,181)
#BAEFBD
(186,239,189)
#C3F0C5
(195,240,197)
#CCF1CD
(204,241,205)
#D5F2D5
(213,242,213)
#DEF3DD
(222,243,221)
#E7F4E5
(231,244,229)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96EB9D color. Also use rgb(150,235,157) instead hex code.

Text Font Color

.myTextColor { color: #96EB9D; }

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

This text font color is #96EB9D.


Background Color

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

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

This div background color is #96EB9D.


Border color

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

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

This div border color is #96EB9D.


Opacity

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

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

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

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

This text has shadow with #96EB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EB9D on black background.


Color preview on white background

This text has color #96EB9D on white background.



Black color preview on #96EB9D background

This text has black color on #96EB9D background.


White color preview on #96EB9D background

This text has white color on #96EB9D background.