COLOR #96D7CF

HEX: #96D7CF
RGB: (150,215,207)

Color info

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

RGB color model

#96D7CF color RGB value is (150,215,207).

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

RGB channels and saturation

R 150 of 255 = 59%
G 215 of 255 = 84%
B 207 of 255 = 81%

150
215
207

R + G + B ~ 75%. #96D7CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 215 + 207 = 572 (100%)
R 150 of 572 ~ 26.22%
G 215 of 572 ~ 37.59%
B 207 of 572 ~ 36.19%

%26.22
%37.59
%36.19

CMYK color model

#96D7CF color CMYK value is (30,0,4,16).

  • cyan value is 30.23%
  • magenta value is 0.00%
  • yellow value is 3.72%
  • key color value is 15.69%
CMYK:
(30,0,4,16)
C30M0Y4K16 
(30%,0%,4%,16%)
(0.30/0.00/0.04/0.16)	

CMYK percentages

%30.23
%0
%3.72
%15.69

Codes

Color #96D7CF in popluar color models

96D7CF
RGB150215207
HSL173°44.83%71.57%
HSB/HSV173°30.23%84.31%
CMYK30.23%0.00%3.72%
15.69%

Color #96D7CF in popluar number systems.

HEX96D7CF
Decimal150215207
Binary100101101101011111001111
Octal226327317

Shades and tints

Shades of #96D7CF

#96D7CF
(150,215,207)
#89C4BD
(137,196,189)
#7CB1AB
(124,177,171)
#6F9E99
(111,158,153)
#628B87
(98,139,135)
#557875
(85,120,117)
#486563
(72,101,99)
#3B5251
(59,82,81)
#2E3F3F
(46,63,63)
#212C2D
(33,44,45)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #96D7CF

#96D7CF
(150,215,207)
#9FDAD3
(159,218,211)
#A8DDD7
(168,221,215)
#B1E0DB
(177,224,219)
#BAE3DF
(186,227,223)
#C3E6E3
(195,230,227)
#CCE9E7
(204,233,231)
#D5ECEB
(213,236,235)
#DEEFEF
(222,239,239)
#E7F2F3
(231,242,243)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D7CF; }

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

This text font color is #96D7CF.


Background Color

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

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

This div background color is #96D7CF.


Border color

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

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

This div border color is #96D7CF.


Opacity

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

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

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

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

This text has shadow with #96D7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D7CF on black background.


Color preview on white background

This text has color #96D7CF on white background.



Black color preview on #96D7CF background

This text has black color on #96D7CF background.


White color preview on #96D7CF background

This text has white color on #96D7CF background.