COLOR #96D7BF

HEX: #96D7BF
RGB: (150,215,191)

Color info

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

RGB color model

#96D7BF color RGB value is (150,215,191).

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

RGB channels and saturation

R 150 of 255 = 59%
G 215 of 255 = 84%
B 191 of 255 = 75%

150
215
191

R + G + B ~ 73%. #96D7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 215 + 191 = 556 (100%)
R 150 of 556 ~ 26.98%
G 215 of 556 ~ 38.67%
B 191 of 556 ~ 34.35%

%26.98
%38.67
%34.35

CMYK color model

#96D7BF color CMYK value is (30,0,11,16).

  • cyan value is 30.23%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 15.69%
CMYK:
(30,0,11,16)
C30M0Y11K16 
(30%,0%,11%,16%)
(0.30/0.00/0.11/0.16)	

CMYK percentages

%30.23
%0
%11.16
%15.69

Codes

Color #96D7BF in popluar color models

96D7BF
RGB150215191
HSL158°44.83%71.57%
HSB/HSV158°30.23%84.31%
CMYK30.23%0.00%11.16%
15.69%

Color #96D7BF in popluar number systems.

HEX96D7BF
Decimal150215191
Binary100101101101011110111111
Octal226327277

Shades and tints

Shades of #96D7BF

#96D7BF
(150,215,191)
#89C4AE
(137,196,174)
#7CB19D
(124,177,157)
#6F9E8C
(111,158,140)
#628B7B
(98,139,123)
#55786A
(85,120,106)
#486559
(72,101,89)
#3B5248
(59,82,72)
#2E3F37
(46,63,55)
#212C26
(33,44,38)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #96D7BF

#96D7BF
(150,215,191)
#9FDAC4
(159,218,196)
#A8DDC9
(168,221,201)
#B1E0CE
(177,224,206)
#BAE3D3
(186,227,211)
#C3E6D8
(195,230,216)
#CCE9DD
(204,233,221)
#D5ECE2
(213,236,226)
#DEEFE7
(222,239,231)
#E7F2EC
(231,242,236)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D7BF; }

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

This text font color is #96D7BF.


Background Color

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

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

This div background color is #96D7BF.


Border color

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

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

This div border color is #96D7BF.


Opacity

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

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

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

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

This text has shadow with #96D7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D7BF on black background.


Color preview on white background

This text has color #96D7BF on white background.



Black color preview on #96D7BF background

This text has black color on #96D7BF background.


White color preview on #96D7BF background

This text has white color on #96D7BF background.