COLOR #96E69D

HEX: #96E69D
RGB: (150,230,157)

Color info

#96E69D contains mainly green color. Web safe color of #96E69D is #99CC99 (or #9C9).

RGB color model

#96E69D color RGB value is (150,230,157).

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

RGB channels and saturation

R 150 of 255 = 59%
G 230 of 255 = 90%
B 157 of 255 = 62%

150
230
157

R + G + B ~ 70%. #96E69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 230 + 157 = 537 (100%)
R 150 of 537 ~ 27.93%
G 230 of 537 ~ 42.83%
B 157 of 537 ~ 29.24%

%27.93
%42.83
%29.24

CMYK color model

#96E69D color CMYK value is (35,0,32,10).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 31.74%
  • key color value is 9.80%
CMYK:
(35,0,32,10)
C35M0Y32K10 
(35%,0%,32%,10%)
(0.35/0.00/0.32/0.10)	

CMYK percentages

%34.78
%0
%31.74
%9.8

Codes

Color #96E69D in popluar color models

96E69D
RGB150230157
HSL125°61.54%74.51%
HSB/HSV125°34.78%90.20%
CMYK34.78%0.00%31.74%
9.80%

Color #96E69D in popluar number systems.

HEX96E69D
Decimal150230157
Binary100101101110011010011101
Octal226346235

Shades and tints

Shades of #96E69D

#96E69D
(150,230,157)
#89D28F
(137,210,143)
#7CBE81
(124,190,129)
#6FAA73
(111,170,115)
#629665
(98,150,101)
#558257
(85,130,87)
#486E49
(72,110,73)
#3B5A3B
(59,90,59)
#2E462D
(46,70,45)
#21321F
(33,50,31)
#141E11
(20,30,17)
#000000
(0,0,0)

Tints of #96E69D

#96E69D
(150,230,157)
#9FE8A5
(159,232,165)
#A8EAAD
(168,234,173)
#B1ECB5
(177,236,181)
#BAEEBD
(186,238,189)
#C3F0C5
(195,240,197)
#CCF2CD
(204,242,205)
#D5F4D5
(213,244,213)
#DEF6DD
(222,246,221)
#E7F8E5
(231,248,229)
#F0FAED
(240,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96E69D; }

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

This text font color is #96E69D.


Background Color

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

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

This div background color is #96E69D.


Border color

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

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

This div border color is #96E69D.


Opacity

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

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

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

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

This text has shadow with #96E69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E69D on black background.


Color preview on white background

This text has color #96E69D on white background.



Black color preview on #96E69D background

This text has black color on #96E69D background.


White color preview on #96E69D background

This text has white color on #96E69D background.