COLOR #96E2C4

HEX: #96E2C4
RGB: (150,226,196)

Color info

#96E2C4 contains mainly green and blue colors. Web safe color of #96E2C4 is #99CCCC (or #9CC).

RGB color model

#96E2C4 color RGB value is (150,226,196).

  • red value is 150;
  • green value is 226;
  • blue value is 196.
RGB:
(150,226,196)
(59%,89%,77%)

RGB channels and saturation

R 150 of 255 = 59%
G 226 of 255 = 89%
B 196 of 255 = 77%

150
226
196

R + G + B ~ 75%. #96E2C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 226 + 196 = 572 (100%)
R 150 of 572 ~ 26.22%
G 226 of 572 ~ 39.51%
B 196 of 572 ~ 34.27%

%26.22
%39.51
%34.27

CMYK color model

#96E2C4 color CMYK value is (34,0,13,11).

  • cyan value is 33.63%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 11.37%
CMYK:
(34,0,13,11)
C34M0Y13K11 
(34%,0%,13%,11%)
(0.34/0.00/0.13/0.11)	

CMYK percentages

%33.63
%0
%13.27
%11.37

Codes

Color #96E2C4 in popluar color models

96E2C4
RGB150226196
HSL156°56.72%73.73%
HSB/HSV156°33.63%88.63%
CMYK33.63%0.00%13.27%
11.37%

Color #96E2C4 in popluar number systems.

HEX96E2C4
Decimal150226196
Binary100101101110001011000100
Octal226342304

Shades and tints

Shades of #96E2C4

#96E2C4
(150,226,196)
#89CEB3
(137,206,179)
#7CBAA2
(124,186,162)
#6FA691
(111,166,145)
#629280
(98,146,128)
#557E6F
(85,126,111)
#486A5E
(72,106,94)
#3B564D
(59,86,77)
#2E423C
(46,66,60)
#212E2B
(33,46,43)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #96E2C4

#96E2C4
(150,226,196)
#9FE4C9
(159,228,201)
#A8E6CE
(168,230,206)
#B1E8D3
(177,232,211)
#BAEAD8
(186,234,216)
#C3ECDD
(195,236,221)
#CCEEE2
(204,238,226)
#D5F0E7
(213,240,231)
#DEF2EC
(222,242,236)
#E7F4F1
(231,244,241)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E2C4 color. Also use rgb(150,226,196) instead hex code.

Text Font Color

.myTextColor { color: #96E2C4; }

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

This text font color is #96E2C4.


Background Color

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

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

This div background color is #96E2C4.


Border color

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

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

This div border color is #96E2C4.


Opacity

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

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

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

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

This text has shadow with #96E2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E2C4 on black background.


Color preview on white background

This text has color #96E2C4 on white background.



Black color preview on #96E2C4 background

This text has black color on #96E2C4 background.


White color preview on #96E2C4 background

This text has white color on #96E2C4 background.