COLOR #96C1D8

HEX: #96C1D8
RGB: (150,193,216)

Color info

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

RGB color model

#96C1D8 color RGB value is (150,193,216).

  • red value is 150;
  • green value is 193;
  • blue value is 216.
RGB:
(150,193,216)
(59%,76%,85%)

RGB channels and saturation

R 150 of 255 = 59%
G 193 of 255 = 76%
B 216 of 255 = 85%

150
193
216

R + G + B ~ 73%. #96C1D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 193 + 216 = 559 (100%)
R 150 of 559 ~ 26.83%
G 193 of 559 ~ 34.53%
B 216 of 559 ~ 38.64%

%26.83
%34.53
%38.64

CMYK color model

#96C1D8 color CMYK value is (31,11,0,15).

  • cyan value is 30.56%
  • magenta value is 10.65%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(31,11,0,15)
C31M11Y0K15 
(31%,11%,0%,15%)
(0.31/0.11/0.00/0.15)	

CMYK percentages

%30.56
%10.65
%0
%15.29

Codes

Color #96C1D8 in popluar color models

96C1D8
RGB150193216
HSL201°45.83%71.76%
HSB/HSV201°30.56%84.71%
CMYK30.56%10.65%0.00%
15.29%

Color #96C1D8 in popluar number systems.

HEX96C1D8
Decimal150193216
Binary100101101100000111011000
Octal226301330

Shades and tints

Shades of #96C1D8

#96C1D8
(150,193,216)
#89B0C5
(137,176,197)
#7C9FB2
(124,159,178)
#6F8E9F
(111,142,159)
#627D8C
(98,125,140)
#556C79
(85,108,121)
#485B66
(72,91,102)
#3B4A53
(59,74,83)
#2E3940
(46,57,64)
#21282D
(33,40,45)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #96C1D8

#96C1D8
(150,193,216)
#9FC6DB
(159,198,219)
#A8CBDE
(168,203,222)
#B1D0E1
(177,208,225)
#BAD5E4
(186,213,228)
#C3DAE7
(195,218,231)
#CCDFEA
(204,223,234)
#D5E4ED
(213,228,237)
#DEE9F0
(222,233,240)
#E7EEF3
(231,238,243)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C1D8 color. Also use rgb(150,193,216) instead hex code.

Text Font Color

.myTextColor { color: #96C1D8; }

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

This text font color is #96C1D8.


Background Color

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

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

This div background color is #96C1D8.


Border color

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

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

This div border color is #96C1D8.


Opacity

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

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

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

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

This text has shadow with #96C1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C1D8 on black background.


Color preview on white background

This text has color #96C1D8 on white background.



Black color preview on #96C1D8 background

This text has black color on #96C1D8 background.


White color preview on #96C1D8 background

This text has white color on #96C1D8 background.