COLOR #96C8F2

HEX: #96C8F2 RGB: (150,200,242)

Color info

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

RGB color model

#96C8F2 color RGB value is (150,200,242).

RGB: (150,200,242) (59%, 78%, 95%)

RGB channels and saturation

R 150 of 255 = 59%
G 200 of 255 = 78%
B 242 of 255 = 95%

150
200
242

R + G + B ~ 77%. #96C8F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 200 + 242 = 592 (100%)
R 150 of 592 ~ 25.34%
G 200 of 592 ~ 33.78%
B 242 of 592 ~ 40.88'%

%25.34
%33.78
%40.88

CMYK color model

#96C8F2 color CMYK value is (38,17,0,5).

  • cyan value is 38.02%
  • magenta value is 17.36%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (38,17,0,5)
C38M17Y0K5 (38%, 17%, 0%, 5%)
(0.38 / 0.17 / 0.00 / 0.05)

CMYK percentages

%38.02
%17.36
%0
%5.1

Codes

Color #96C8F2 in popluar color models

96 C8 F2
RGB 150 200 242
HSL 207° 77.97% 76.86%
HSB/HSV 207° 38.02% 94.90%
CMYK 38.02% 17.36% 0.00%
5.10%

Color #96C8F2 in popluar number systems.

HEX 96 C8 F2
Decimal 150 200 242
Binary 10010110 11001000 11110010
Octal 226 310 362

Shades and tints

Shades of #96C8F2

#96C8F2
(150,200,242)
#89B6DC
(137,182,220)
#7CA4C6
(124,164,198)
#6F92B0
(111,146,176)
#62809A
(98,128,154)
#556E84
(85,110,132)
#485C6E
(72,92,110)
#3B4A58
(59,74,88)
#2E3842
(46,56,66)
#21262C
(33,38,44)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #96C8F2

#96C8F2
(150,200,242)
#9FCDF3
(159,205,243)
#A8D2F4
(168,210,244)
#B1D7F5
(177,215,245)
#BADCF6
(186,220,246)
#C3E1F7
(195,225,247)
#CCE6F8
(204,230,248)
#D5EBF9
(213,235,249)
#DEF0FA
(222,240,250)
#E7F5FB
(231,245,251)
#F0FAFC
(240,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C8F2 color. Also use rgb(150,200,242) instead hex code.

Text Font Color

.myTextColor { color: #96C8F2; }

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

This text font color is #96C8F2.

Background Color

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

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

This div background color is #96C8F2.

Border color

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

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

This div border color is #96C8F2.

Opacity

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

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

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

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

This text has shadow with #96C8F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C8F2.

Preview

Color preview on black background

This text has color #96C8F2 on black background.


Color preview on white background

This text has color #96C8F2 on white background.


Black color preview on #96C8F2 background

This text has black color on #96C8F2 background.


White color preview on #96C8F2 background

This text has white color on #96C8F2 background.


Related colors

Complementary color

Complementary color for #hex is #69370D.


I love getcolorcode.com

Triadic colors

1 #F296C8 and #C8F296 with #96C8F2 are triadic colors.

2 #F2C896 and #C896F2 with #96C8F2 are triadic colors.