COLOR #96D0D6

HEX: #96D0D6
RGB: (150,208,214)

Color info

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

RGB color model

#96D0D6 color RGB value is (150,208,214).

  • red value is 150;
  • green value is 208;
  • blue value is 214.
RGB:
(150,208,214)
(59%,82%,84%)

RGB channels and saturation

R 150 of 255 = 59%
G 208 of 255 = 82%
B 214 of 255 = 84%

150
208
214

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

Portions of RGB colors in percentages

R + G + B =
150 + 208 + 214 = 572 (100%)
R 150 of 572 ~ 26.22%
G 208 of 572 ~ 36.36%
B 214 of 572 ~ 37.41%

%26.22
%36.36
%37.41

CMYK color model

#96D0D6 color CMYK value is (30,3,0,16).

  • cyan value is 29.91%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(30,3,0,16)
C30M3Y0K16 
(30%,3%,0%,16%)
(0.30/0.03/0.00/0.16)	

CMYK percentages

%29.91
%2.8
%0
%16.08

Codes

Color #96D0D6 in popluar color models

96D0D6
RGB150208214
HSL186°43.84%71.37%
HSB/HSV186°29.91%83.92%
CMYK29.91%2.80%0.00%
16.08%

Color #96D0D6 in popluar number systems.

HEX96D0D6
Decimal150208214
Binary100101101101000011010110
Octal226320326

Shades and tints

Shades of #96D0D6

#96D0D6
(150,208,214)
#89BEC3
(137,190,195)
#7CACB0
(124,172,176)
#6F9A9D
(111,154,157)
#62888A
(98,136,138)
#557677
(85,118,119)
#486464
(72,100,100)
#3B5251
(59,82,81)
#2E403E
(46,64,62)
#212E2B
(33,46,43)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #96D0D6

#96D0D6
(150,208,214)
#9FD4D9
(159,212,217)
#A8D8DC
(168,216,220)
#B1DCDF
(177,220,223)
#BAE0E2
(186,224,226)
#C3E4E5
(195,228,229)
#CCE8E8
(204,232,232)
#D5ECEB
(213,236,235)
#DEF0EE
(222,240,238)
#E7F4F1
(231,244,241)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D0D6 color. Also use rgb(150,208,214) instead hex code.

Text Font Color

.myTextColor { color: #96D0D6; }

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

This text font color is #96D0D6.


Background Color

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

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

This div background color is #96D0D6.


Border color

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

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

This div border color is #96D0D6.


Opacity

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

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

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

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

This text has shadow with #96D0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D0D6 on black background.


Color preview on white background

This text has color #96D0D6 on white background.



Black color preview on #96D0D6 background

This text has black color on #96D0D6 background.


White color preview on #96D0D6 background

This text has white color on #96D0D6 background.