COLOR #96C2ED

HEX: #96C2ED RGB: (150,194,237)

Color info

#96C2ED contains mainly green and blue colors. Web safe color of #96C2ED is #99CCFF (or #9CF).

RGB color model

#96C2ED color RGB value is (150,194,237).

RGB: (150,194,237) (59%, 76%, 93%)

RGB channels and saturation

R 150 of 255 = 59%
G 194 of 255 = 76%
B 237 of 255 = 93%

150
194
237

R + G + B ~ 76%. #96C2ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 194 + 237 = 581 (100%)
R 150 of 581 ~ 25.82%
G 194 of 581 ~ 33.39%
B 237 of 581 ~ 40.79'%

%25.82
%33.39
%40.79

CMYK color model

#96C2ED color CMYK value is (37,18,0,7).

  • cyan value is 36.71%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (37,18,0,7) C37M18Y0K7 (37%,18%,0%,7%) (0.37/0.18/0.00/0.07) 

CMYK percentages

%36.71
%18.14
%0
%7.06

Codes

Color #96C2ED in popluar color models

96 C2 ED
RGB 150 194 237
HSL 210° 70.73% 75.88%
HSB/HSV 210° 36.71% 92.94%
CMYK 36.71% 18.14% 0.00%
7.06%

Color #96C2ED in popluar number systems.

HEX 96 C2 ED
Decimal 150 194 237
Binary 10010110 11000010 11101101
Octal 226 302 355

Shades and tints

Shades of #96C2ED

#96C2ED
(150,194,237)
#89B1D8
(137,177,216)
#7CA0C3
(124,160,195)
#6F8FAE
(111,143,174)
#627E99
(98,126,153)
#556D84
(85,109,132)
#485C6F
(72,92,111)
#3B4B5A
(59,75,90)
#2E3A45
(46,58,69)
#212930
(33,41,48)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #96C2ED

#96C2ED
(150,194,237)
#9FC7EE
(159,199,238)
#A8CCEF
(168,204,239)
#B1D1F0
(177,209,240)
#BAD6F1
(186,214,241)
#C3DBF2
(195,219,242)
#CCE0F3
(204,224,243)
#D5E5F4
(213,229,244)
#DEEAF5
(222,234,245)
#E7EFF6
(231,239,246)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C2ED color. Also use rgb(150,194,237) instead hex code.

Text Font Color

.myTextColor { color: #96C2ED; }

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

This text font color is #96C2ED.

Background Color

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

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

This div background color is #96C2ED.

Border color

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

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

This div border color is #96C2ED.

Opacity

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

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

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

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

This text has shadow with #96C2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C2ED.

Preview

Color preview on black background

This text has color #96C2ED on black background.


Color preview on white background

This text has color #96C2ED on white background.


Black color preview on #96C2ED background

This text has black color on #96C2ED background.


White color preview on #96C2ED background

This text has white color on #96C2ED background.


Related colors

Complementary color

Complementary color for #hex is #693D12.


I love getcolorcode.com

Triadic colors

1 #ED96C2 and #C2ED96 with #96C2ED are triadic colors.

2 #EDC296 and #C296ED with #96C2ED are triadic colors.