COLOR #96F1D3

HEX: #96F1D3
RGB: (150,241,211)

Color info

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

RGB color model

#96F1D3 color RGB value is (150,241,211).

  • red value is 150;
  • green value is 241;
  • blue value is 211.
RGB:
(150,241,211)
(59%,95%,83%)

RGB channels and saturation

R 150 of 255 = 59%
G 241 of 255 = 95%
B 211 of 255 = 83%

150
241
211

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

Portions of RGB colors in percentages

R + G + B =
150 + 241 + 211 = 602 (100%)
R 150 of 602 ~ 24.92%
G 241 of 602 ~ 40.03%
B 211 of 602 ~ 35.05%

%24.92
%40.03
%35.05

CMYK color model

#96F1D3 color CMYK value is (38,0,12,5).

  • cyan value is 37.76%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 5.49%
CMYK:
(38,0,12,5)
C38M0Y12K5 
(38%,0%,12%,5%)
(0.38/0.00/0.12/0.05)	

CMYK percentages

%37.76
%0
%12.45
%5.49

Codes

Color #96F1D3 in popluar color models

96F1D3
RGB150241211
HSL160°76.47%76.67%
HSB/HSV160°37.76%94.51%
CMYK37.76%0.00%12.45%
5.49%

Color #96F1D3 in popluar number systems.

HEX96F1D3
Decimal150241211
Binary100101101111000111010011
Octal226361323

Shades and tints

Shades of #96F1D3

#96F1D3
(150,241,211)
#89DCC0
(137,220,192)
#7CC7AD
(124,199,173)
#6FB29A
(111,178,154)
#629D87
(98,157,135)
#558874
(85,136,116)
#487361
(72,115,97)
#3B5E4E
(59,94,78)
#2E493B
(46,73,59)
#213428
(33,52,40)
#141F15
(20,31,21)
#000000
(0,0,0)

Tints of #96F1D3

#96F1D3
(150,241,211)
#9FF2D7
(159,242,215)
#A8F3DB
(168,243,219)
#B1F4DF
(177,244,223)
#BAF5E3
(186,245,227)
#C3F6E7
(195,246,231)
#CCF7EB
(204,247,235)
#D5F8EF
(213,248,239)
#DEF9F3
(222,249,243)
#E7FAF7
(231,250,247)
#F0FBFB
(240,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96F1D3 color. Also use rgb(150,241,211) instead hex code.

Text Font Color

.myTextColor { color: #96F1D3; }

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

This text font color is #96F1D3.


Background Color

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

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

This div background color is #96F1D3.


Border color

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

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

This div border color is #96F1D3.


Opacity

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

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

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

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

This text has shadow with #96F1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F1D3 on black background.


Color preview on white background

This text has color #96F1D3 on white background.



Black color preview on #96F1D3 background

This text has black color on #96F1D3 background.


White color preview on #96F1D3 background

This text has white color on #96F1D3 background.