COLOR #96CFD1

HEX: #96CFD1
RGB: (150,207,209)

Color info

#96CFD1 contains red, green and blue colors in about the same proportion. Web safe color of #96CFD1 is #99CCCC (or #9CC).

RGB color model

#96CFD1 color RGB value is (150,207,209).

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

RGB channels and saturation

R 150 of 255 = 59%
G 207 of 255 = 81%
B 209 of 255 = 82%

150
207
209

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

Portions of RGB colors in percentages

R + G + B =
150 + 207 + 209 = 566 (100%)
R 150 of 566 ~ 26.5%
G 207 of 566 ~ 36.57%
B 209 of 566 ~ 36.93%

%26.5
%36.57
%36.93

CMYK color model

#96CFD1 color CMYK value is (28,1,0,18).

  • cyan value is 28.23%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(28,1,0,18)
C28M1Y0K18 
(28%,1%,0%,18%)
(0.28/0.01/0.00/0.18)	

CMYK percentages

%28.23
%0.96
%0
%18.04

Codes

Color #96CFD1 in popluar color models

96CFD1
RGB150207209
HSL182°39.07%70.39%
HSB/HSV182°28.23%81.96%
CMYK28.23%0.96%0.00%
18.04%

Color #96CFD1 in popluar number systems.

HEX96CFD1
Decimal150207209
Binary100101101100111111010001
Octal226317321

Shades and tints

Shades of #96CFD1

#96CFD1
(150,207,209)
#89BDBE
(137,189,190)
#7CABAB
(124,171,171)
#6F9998
(111,153,152)
#628785
(98,135,133)
#557572
(85,117,114)
#48635F
(72,99,95)
#3B514C
(59,81,76)
#2E3F39
(46,63,57)
#212D26
(33,45,38)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #96CFD1

#96CFD1
(150,207,209)
#9FD3D5
(159,211,213)
#A8D7D9
(168,215,217)
#B1DBDD
(177,219,221)
#BADFE1
(186,223,225)
#C3E3E5
(195,227,229)
#CCE7E9
(204,231,233)
#D5EBED
(213,235,237)
#DEEFF1
(222,239,241)
#E7F3F5
(231,243,245)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CFD1; }

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

This text font color is #96CFD1.


Background Color

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

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

This div background color is #96CFD1.


Border color

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

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

This div border color is #96CFD1.


Opacity

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

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

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

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

This text has shadow with #96CFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CFD1 on black background.


Color preview on white background

This text has color #96CFD1 on white background.



Black color preview on #96CFD1 background

This text has black color on #96CFD1 background.


White color preview on #96CFD1 background

This text has white color on #96CFD1 background.