COLOR #96CBF5

HEX: #96CBF5 RGB: (150,203,245)

Color info

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

RGB color model

#96CBF5 color RGB value is (150,203,245).

RGB: (150,203,245) (59%, 80%, 96%)

RGB channels and saturation

R 150 of 255 = 59%
G 203 of 255 = 80%
B 245 of 255 = 96%

150
203
245

R + G + B ~ 78%. #96CBF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 203 + 245 = 598 (100%)
R 150 of 598 ~ 25.08%
G 203 of 598 ~ 33.95%
B 245 of 598 ~ 40.97'%

%25.08
%33.95
%40.97

CMYK color model

#96CBF5 color CMYK value is (39,17,0,4).

  • cyan value is 38.78%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (39,17,0,4)
C39M17Y0K4 (39%, 17%, 0%, 4%)
(0.39 / 0.17 / 0.00 / 0.04)

CMYK percentages

%38.78
%17.14
%0
%3.92

Codes

Color #96CBF5 in popluar color models

96 CB F5
RGB 150 203 245
HSL 207° 82.61% 77.45%
HSB/HSV 207° 38.78% 96.08%
CMYK 38.78% 17.14% 0.00%
3.92%

Color #96CBF5 in popluar number systems.

HEX 96 CB F5
Decimal 150 203 245
Binary 10010110 11001011 11110101
Octal 226 313 365

Shades and tints

Shades of #96CBF5

#96CBF5
(150,203,245)
#89B9DF
(137,185,223)
#7CA7C9
(124,167,201)
#6F95B3
(111,149,179)
#62839D
(98,131,157)
#557187
(85,113,135)
#485F71
(72,95,113)
#3B4D5B
(59,77,91)
#2E3B45
(46,59,69)
#21292F
(33,41,47)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #96CBF5

#96CBF5
(150,203,245)
#9FCFF5
(159,207,245)
#A8D3F5
(168,211,245)
#B1D7F5
(177,215,245)
#BADBF5
(186,219,245)
#C3DFF5
(195,223,245)
#CCE3F5
(204,227,245)
#D5E7F5
(213,231,245)
#DEEBF5
(222,235,245)
#E7EFF5
(231,239,245)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CBF5 color. Also use rgb(150,203,245) instead hex code.

Text Font Color

.myTextColor { color: #96CBF5; }

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

This text font color is #96CBF5.

Background Color

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

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

This div background color is #96CBF5.

Border color

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

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

This div border color is #96CBF5.

Opacity

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

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

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

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

This text has shadow with #96CBF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CBF5.

Preview

Color preview on black background

This text has color #96CBF5 on black background.


Color preview on white background

This text has color #96CBF5 on white background.


Black color preview on #96CBF5 background

This text has black color on #96CBF5 background.


White color preview on #96CBF5 background

This text has white color on #96CBF5 background.


Related colors

Complementary color

Complementary color for #hex is #69340A.


I love getcolorcode.com

Triadic colors

1 #F596CB and #CBF596 with #96CBF5 are triadic colors.

2 #F5CB96 and #CB96F5 with #96CBF5 are triadic colors.