COLOR #96D3B1

HEX: #96D3B1
RGB: (150,211,177)

Color info

#96D3B1 contains mainly green and blue colors. Web safe color of #96D3B1 is #99CC99 (or #9C9).

RGB color model

#96D3B1 color RGB value is (150,211,177).

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

RGB channels and saturation

R 150 of 255 = 59%
G 211 of 255 = 83%
B 177 of 255 = 69%

150
211
177

R + G + B ~ 70%. #96D3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 211 + 177 = 538 (100%)
R 150 of 538 ~ 27.88%
G 211 of 538 ~ 39.22%
B 177 of 538 ~ 32.9%

%27.88
%39.22
%32.9

CMYK color model

#96D3B1 color CMYK value is (29,0,16,17).

  • cyan value is 28.91%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 17.25%
CMYK:
(29,0,16,17)
C29M0Y16K17 
(29%,0%,16%,17%)
(0.29/0.00/0.16/0.17)	

CMYK percentages

%28.91
%0
%16.11
%17.25

Codes

Color #96D3B1 in popluar color models

96D3B1
RGB150211177
HSL147°40.94%70.78%
HSB/HSV147°28.91%82.75%
CMYK28.91%0.00%16.11%
17.25%

Color #96D3B1 in popluar number systems.

HEX96D3B1
Decimal150211177
Binary100101101101001110110001
Octal226323261

Shades and tints

Shades of #96D3B1

#96D3B1
(150,211,177)
#89C0A1
(137,192,161)
#7CAD91
(124,173,145)
#6F9A81
(111,154,129)
#628771
(98,135,113)
#557461
(85,116,97)
#486151
(72,97,81)
#3B4E41
(59,78,65)
#2E3B31
(46,59,49)
#212821
(33,40,33)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #96D3B1

#96D3B1
(150,211,177)
#9FD7B8
(159,215,184)
#A8DBBF
(168,219,191)
#B1DFC6
(177,223,198)
#BAE3CD
(186,227,205)
#C3E7D4
(195,231,212)
#CCEBDB
(204,235,219)
#D5EFE2
(213,239,226)
#DEF3E9
(222,243,233)
#E7F7F0
(231,247,240)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D3B1; }

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

This text font color is #96D3B1.


Background Color

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

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

This div background color is #96D3B1.


Border color

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

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

This div border color is #96D3B1.


Opacity

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

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

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

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

This text has shadow with #96D3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D3B1 on black background.


Color preview on white background

This text has color #96D3B1 on white background.



Black color preview on #96D3B1 background

This text has black color on #96D3B1 background.


White color preview on #96D3B1 background

This text has white color on #96D3B1 background.