COLOR #96CCD9

HEX: #96CCD9
RGB: (150,204,217)

Color info

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

RGB color model

#96CCD9 color RGB value is (150,204,217).

  • red value is 150;
  • green value is 204;
  • blue value is 217.
RGB:
(150,204,217)
(59%,80%,85%)

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 217 of 255 = 85%

150
204
217

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

Portions of RGB colors in percentages

R + G + B =
150 + 204 + 217 = 571 (100%)
R 150 of 571 ~ 26.27%
G 204 of 571 ~ 35.73%
B 217 of 571 ~ 38%

%26.27
%35.73
%38

CMYK color model

#96CCD9 color CMYK value is (31,6,0,15).

  • cyan value is 30.88%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(31,6,0,15)
C31M6Y0K15 
(31%,6%,0%,15%)
(0.31/0.06/0.00/0.15)	

CMYK percentages

%30.88
%5.99
%0
%14.9

Codes

Color #96CCD9 in popluar color models

96CCD9
RGB150204217
HSL192°46.85%71.96%
HSB/HSV192°30.88%85.10%
CMYK30.88%5.99%0.00%
14.90%

Color #96CCD9 in popluar number systems.

HEX96CCD9
Decimal150204217
Binary100101101100110011011001
Octal226314331

Shades and tints

Shades of #96CCD9

#96CCD9
(150,204,217)
#89BAC6
(137,186,198)
#7CA8B3
(124,168,179)
#6F96A0
(111,150,160)
#62848D
(98,132,141)
#55727A
(85,114,122)
#486067
(72,96,103)
#3B4E54
(59,78,84)
#2E3C41
(46,60,65)
#212A2E
(33,42,46)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #96CCD9

#96CCD9
(150,204,217)
#9FD0DC
(159,208,220)
#A8D4DF
(168,212,223)
#B1D8E2
(177,216,226)
#BADCE5
(186,220,229)
#C3E0E8
(195,224,232)
#CCE4EB
(204,228,235)
#D5E8EE
(213,232,238)
#DEECF1
(222,236,241)
#E7F0F4
(231,240,244)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CCD9 color. Also use rgb(150,204,217) instead hex code.

Text Font Color

.myTextColor { color: #96CCD9; }

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

This text font color is #96CCD9.


Background Color

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

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

This div background color is #96CCD9.


Border color

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

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

This div border color is #96CCD9.


Opacity

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

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

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

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

This text has shadow with #96CCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CCD9 on black background.


Color preview on white background

This text has color #96CCD9 on white background.



Black color preview on #96CCD9 background

This text has black color on #96CCD9 background.


White color preview on #96CCD9 background

This text has white color on #96CCD9 background.