COLOR #96D4CF

HEX: #96D4CF
RGB: (150,212,207)

Color info

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

RGB color model

#96D4CF color RGB value is (150,212,207).

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

RGB channels and saturation

R 150 of 255 = 59%
G 212 of 255 = 83%
B 207 of 255 = 81%

150
212
207

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

Portions of RGB colors in percentages

R + G + B =
150 + 212 + 207 = 569 (100%)
R 150 of 569 ~ 26.36%
G 212 of 569 ~ 37.26%
B 207 of 569 ~ 36.38%

%26.36
%37.26
%36.38

CMYK color model

#96D4CF color CMYK value is (29,0,2,17).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 16.86%
CMYK:
(29,0,2,17)
C29M0Y2K17 
(29%,0%,2%,17%)
(0.29/0.00/0.02/0.17)	

CMYK percentages

%29.25
%0
%2.36
%16.86

Codes

Color #96D4CF in popluar color models

96D4CF
RGB150212207
HSL175°41.89%70.98%
HSB/HSV175°29.25%83.14%
CMYK29.25%0.00%2.36%
16.86%

Color #96D4CF in popluar number systems.

HEX96D4CF
Decimal150212207
Binary100101101101010011001111
Octal226324317

Shades and tints

Shades of #96D4CF

#96D4CF
(150,212,207)
#89C1BD
(137,193,189)
#7CAEAB
(124,174,171)
#6F9B99
(111,155,153)
#628887
(98,136,135)
#557575
(85,117,117)
#486263
(72,98,99)
#3B4F51
(59,79,81)
#2E3C3F
(46,60,63)
#21292D
(33,41,45)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #96D4CF

#96D4CF
(150,212,207)
#9FD7D3
(159,215,211)
#A8DAD7
(168,218,215)
#B1DDDB
(177,221,219)
#BAE0DF
(186,224,223)
#C3E3E3
(195,227,227)
#CCE6E7
(204,230,231)
#D5E9EB
(213,233,235)
#DEECEF
(222,236,239)
#E7EFF3
(231,239,243)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D4CF; }

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

This text font color is #96D4CF.


Background Color

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

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

This div background color is #96D4CF.


Border color

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

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

This div border color is #96D4CF.


Opacity

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

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

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

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

This text has shadow with #96D4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D4CF on black background.


Color preview on white background

This text has color #96D4CF on white background.



Black color preview on #96D4CF background

This text has black color on #96D4CF background.


White color preview on #96D4CF background

This text has white color on #96D4CF background.