COLOR #96EFD4

HEX: #96EFD4
RGB: (150,239,212)

Color info

#96EFD4 contains mainly green and blue colors. Web safe color of #96EFD4 is #99FFCC (or #9FC).

RGB color model

#96EFD4 color RGB value is (150,239,212).

  • red value is 150;
  • green value is 239;
  • blue value is 212.
RGB:
(150,239,212)
(59%,94%,83%)

RGB channels and saturation

R 150 of 255 = 59%
G 239 of 255 = 94%
B 212 of 255 = 83%

150
239
212

R + G + B ~ 79%. #96EFD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 239 + 212 = 601 (100%)
R 150 of 601 ~ 24.96%
G 239 of 601 ~ 39.77%
B 212 of 601 ~ 35.27%

%24.96
%39.77
%35.27

CMYK color model

#96EFD4 color CMYK value is (37,0,11,6).

  • cyan value is 37.24%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK:
(37,0,11,6)
C37M0Y11K6 
(37%,0%,11%,6%)
(0.37/0.00/0.11/0.06)	

CMYK percentages

%37.24
%0
%11.3
%6.27

Codes

Color #96EFD4 in popluar color models

96EFD4
RGB150239212
HSL162°73.55%76.27%
HSB/HSV162°37.24%93.73%
CMYK37.24%0.00%11.30%
6.27%

Color #96EFD4 in popluar number systems.

HEX96EFD4
Decimal150239212
Binary100101101110111111010100
Octal226357324

Shades and tints

Shades of #96EFD4

#96EFD4
(150,239,212)
#89DAC1
(137,218,193)
#7CC5AE
(124,197,174)
#6FB09B
(111,176,155)
#629B88
(98,155,136)
#558675
(85,134,117)
#487162
(72,113,98)
#3B5C4F
(59,92,79)
#2E473C
(46,71,60)
#213229
(33,50,41)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #96EFD4

#96EFD4
(150,239,212)
#9FF0D7
(159,240,215)
#A8F1DA
(168,241,218)
#B1F2DD
(177,242,221)
#BAF3E0
(186,243,224)
#C3F4E3
(195,244,227)
#CCF5E6
(204,245,230)
#D5F6E9
(213,246,233)
#DEF7EC
(222,247,236)
#E7F8EF
(231,248,239)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96EFD4 color. Also use rgb(150,239,212) instead hex code.

Text Font Color

.myTextColor { color: #96EFD4; }

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

This text font color is #96EFD4.


Background Color

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

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

This div background color is #96EFD4.


Border color

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

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

This div border color is #96EFD4.


Opacity

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

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

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

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

This text has shadow with #96EFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EFD4 on black background.


Color preview on white background

This text has color #96EFD4 on white background.



Black color preview on #96EFD4 background

This text has black color on #96EFD4 background.


White color preview on #96EFD4 background

This text has white color on #96EFD4 background.