COLOR #96D3CD

HEX: #96D3CD
RGB: (150,211,205)

Color info

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

RGB color model

#96D3CD color RGB value is (150,211,205).

  • red value is 150;
  • green value is 211;
  • blue value is 205.
RGB:
(150,211,205)
(59%,83%,80%)

RGB channels and saturation

R 150 of 255 = 59%
G 211 of 255 = 83%
B 205 of 255 = 80%

150
211
205

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

Portions of RGB colors in percentages

R + G + B =
150 + 211 + 205 = 566 (100%)
R 150 of 566 ~ 26.5%
G 211 of 566 ~ 37.28%
B 205 of 566 ~ 36.22%

%26.5
%37.28
%36.22

CMYK color model

#96D3CD color CMYK value is (29,0,3,17).

  • cyan value is 28.91%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 17.25%
CMYK:
(29,0,3,17)
C29M0Y3K17 
(29%,0%,3%,17%)
(0.29/0.00/0.03/0.17)	

CMYK percentages

%28.91
%0
%2.84
%17.25

Codes

Color #96D3CD in popluar color models

96D3CD
RGB150211205
HSL174°40.94%70.78%
HSB/HSV174°28.91%82.75%
CMYK28.91%0.00%2.84%
17.25%

Color #96D3CD in popluar number systems.

HEX96D3CD
Decimal150211205
Binary100101101101001111001101
Octal226323315

Shades and tints

Shades of #96D3CD

#96D3CD
(150,211,205)
#89C0BB
(137,192,187)
#7CADA9
(124,173,169)
#6F9A97
(111,154,151)
#628785
(98,135,133)
#557473
(85,116,115)
#486161
(72,97,97)
#3B4E4F
(59,78,79)
#2E3B3D
(46,59,61)
#21282B
(33,40,43)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #96D3CD

#96D3CD
(150,211,205)
#9FD7D1
(159,215,209)
#A8DBD5
(168,219,213)
#B1DFD9
(177,223,217)
#BAE3DD
(186,227,221)
#C3E7E1
(195,231,225)
#CCEBE5
(204,235,229)
#D5EFE9
(213,239,233)
#DEF3ED
(222,243,237)
#E7F7F1
(231,247,241)
#F0FBF5
(240,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D3CD color. Also use rgb(150,211,205) instead hex code.

Text Font Color

.myTextColor { color: #96D3CD; }

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

This text font color is #96D3CD.


Background Color

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

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

This div background color is #96D3CD.


Border color

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

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

This div border color is #96D3CD.


Opacity

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

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

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

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

This text has shadow with #96D3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D3CD on black background.


Color preview on white background

This text has color #96D3CD on white background.



Black color preview on #96D3CD background

This text has black color on #96D3CD background.


White color preview on #96D3CD background

This text has white color on #96D3CD background.