COLOR #96E5A3

HEX: #96E5A3
RGB: (150,229,163)

Color info

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

RGB color model

#96E5A3 color RGB value is (150,229,163).

  • red value is 150;
  • green value is 229;
  • blue value is 163.
RGB:
(150,229,163)
(59%,90%,64%)

RGB channels and saturation

R 150 of 255 = 59%
G 229 of 255 = 90%
B 163 of 255 = 64%

150
229
163

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

Portions of RGB colors in percentages

R + G + B =
150 + 229 + 163 = 542 (100%)
R 150 of 542 ~ 27.68%
G 229 of 542 ~ 42.25%
B 163 of 542 ~ 30.07%

%27.68
%42.25
%30.07

CMYK color model

#96E5A3 color CMYK value is (34,0,29,10).

  • cyan value is 34.50%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 10.20%
CMYK:
(34,0,29,10)
C34M0Y29K10 
(34%,0%,29%,10%)
(0.34/0.00/0.29/0.10)	

CMYK percentages

%34.5
%0
%28.82
%10.2

Codes

Color #96E5A3 in popluar color models

96E5A3
RGB150229163
HSL130°60.31%74.31%
HSB/HSV130°34.50%89.80%
CMYK34.50%0.00%28.82%
10.20%

Color #96E5A3 in popluar number systems.

HEX96E5A3
Decimal150229163
Binary100101101110010110100011
Octal226345243

Shades and tints

Shades of #96E5A3

#96E5A3
(150,229,163)
#89D195
(137,209,149)
#7CBD87
(124,189,135)
#6FA979
(111,169,121)
#62956B
(98,149,107)
#55815D
(85,129,93)
#486D4F
(72,109,79)
#3B5941
(59,89,65)
#2E4533
(46,69,51)
#213125
(33,49,37)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #96E5A3

#96E5A3
(150,229,163)
#9FE7AB
(159,231,171)
#A8E9B3
(168,233,179)
#B1EBBB
(177,235,187)
#BAEDC3
(186,237,195)
#C3EFCB
(195,239,203)
#CCF1D3
(204,241,211)
#D5F3DB
(213,243,219)
#DEF5E3
(222,245,227)
#E7F7EB
(231,247,235)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E5A3 color. Also use rgb(150,229,163) instead hex code.

Text Font Color

.myTextColor { color: #96E5A3; }

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

This text font color is #96E5A3.


Background Color

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

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

This div background color is #96E5A3.


Border color

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

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

This div border color is #96E5A3.


Opacity

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

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

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

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

This text has shadow with #96E5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E5A3 on black background.


Color preview on white background

This text has color #96E5A3 on white background.



Black color preview on #96E5A3 background

This text has black color on #96E5A3 background.


White color preview on #96E5A3 background

This text has white color on #96E5A3 background.