COLOR #96E3BF

HEX: #96E3BF
RGB: (150,227,191)

Color info

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

RGB color model

#96E3BF color RGB value is (150,227,191).

  • red value is 150;
  • green value is 227;
  • blue value is 191.
RGB:
(150,227,191)
(59%,89%,75%)

RGB channels and saturation

R 150 of 255 = 59%
G 227 of 255 = 89%
B 191 of 255 = 75%

150
227
191

R + G + B ~ 74%. #96E3BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 227 + 191 = 568 (100%)
R 150 of 568 ~ 26.41%
G 227 of 568 ~ 39.96%
B 191 of 568 ~ 33.63%

%26.41
%39.96
%33.63

CMYK color model

#96E3BF color CMYK value is (34,0,16,11).

  • cyan value is 33.92%
  • magenta value is 0.00%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(34,0,16,11)
C34M0Y16K11 
(34%,0%,16%,11%)
(0.34/0.00/0.16/0.11)	

CMYK percentages

%33.92
%0
%15.86
%10.98

Codes

Color #96E3BF in popluar color models

96E3BF
RGB150227191
HSL152°57.89%73.92%
HSB/HSV152°33.92%89.02%
CMYK33.92%0.00%15.86%
10.98%

Color #96E3BF in popluar number systems.

HEX96E3BF
Decimal150227191
Binary100101101110001110111111
Octal226343277

Shades and tints

Shades of #96E3BF

#96E3BF
(150,227,191)
#89CFAE
(137,207,174)
#7CBB9D
(124,187,157)
#6FA78C
(111,167,140)
#62937B
(98,147,123)
#557F6A
(85,127,106)
#486B59
(72,107,89)
#3B5748
(59,87,72)
#2E4337
(46,67,55)
#212F26
(33,47,38)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #96E3BF

#96E3BF
(150,227,191)
#9FE5C4
(159,229,196)
#A8E7C9
(168,231,201)
#B1E9CE
(177,233,206)
#BAEBD3
(186,235,211)
#C3EDD8
(195,237,216)
#CCEFDD
(204,239,221)
#D5F1E2
(213,241,226)
#DEF3E7
(222,243,231)
#E7F5EC
(231,245,236)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E3BF color. Also use rgb(150,227,191) instead hex code.

Text Font Color

.myTextColor { color: #96E3BF; }

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

This text font color is #96E3BF.


Background Color

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

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

This div background color is #96E3BF.


Border color

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

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

This div border color is #96E3BF.


Opacity

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

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

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

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

This text has shadow with #96E3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E3BF on black background.


Color preview on white background

This text has color #96E3BF on white background.



Black color preview on #96E3BF background

This text has black color on #96E3BF background.


White color preview on #96E3BF background

This text has white color on #96E3BF background.