COLOR #96E8A3

HEX: #96E8A3
RGB: (150,232,163)

Color info

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

RGB color model

#96E8A3 color RGB value is (150,232,163).

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

RGB channels and saturation

R 150 of 255 = 59%
G 232 of 255 = 91%
B 163 of 255 = 64%

150
232
163

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

Portions of RGB colors in percentages

R + G + B =
150 + 232 + 163 = 545 (100%)
R 150 of 545 ~ 27.52%
G 232 of 545 ~ 42.57%
B 163 of 545 ~ 29.91%

%27.52
%42.57
%29.91

CMYK color model

#96E8A3 color CMYK value is (35,0,30,9).

  • cyan value is 35.34%
  • magenta value is 0.00%
  • yellow value is 29.74%
  • key color value is 9.02%
CMYK:
(35,0,30,9)
C35M0Y30K9 
(35%,0%,30%,9%)
(0.35/0.00/0.30/0.09)	

CMYK percentages

%35.34
%0
%29.74
%9.02

Codes

Color #96E8A3 in popluar color models

96E8A3
RGB150232163
HSL130°64.06%74.90%
HSB/HSV130°35.34%90.98%
CMYK35.34%0.00%29.74%
9.02%

Color #96E8A3 in popluar number systems.

HEX96E8A3
Decimal150232163
Binary100101101110100010100011
Octal226350243

Shades and tints

Shades of #96E8A3

#96E8A3
(150,232,163)
#89D395
(137,211,149)
#7CBE87
(124,190,135)
#6FA979
(111,169,121)
#62946B
(98,148,107)
#557F5D
(85,127,93)
#486A4F
(72,106,79)
#3B5541
(59,85,65)
#2E4033
(46,64,51)
#212B25
(33,43,37)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #96E8A3

#96E8A3
(150,232,163)
#9FEAAB
(159,234,171)
#A8ECB3
(168,236,179)
#B1EEBB
(177,238,187)
#BAF0C3
(186,240,195)
#C3F2CB
(195,242,203)
#CCF4D3
(204,244,211)
#D5F6DB
(213,246,219)
#DEF8E3
(222,248,227)
#E7FAEB
(231,250,235)
#F0FCF3
(240,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96E8A3; }

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

This text font color is #96E8A3.


Background Color

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

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

This div background color is #96E8A3.


Border color

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

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

This div border color is #96E8A3.


Opacity

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

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

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

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

This text has shadow with #96E8A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E8A3 on black background.


Color preview on white background

This text has color #96E8A3 on white background.



Black color preview on #96E8A3 background

This text has black color on #96E8A3 background.


White color preview on #96E8A3 background

This text has white color on #96E8A3 background.