COLOR #96BEF9

HEX: #96BEF9 RGB: (150,190,249)

Color info

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

RGB color model

#96BEF9 color RGB value is (150,190,249).

RGB: (150,190,249) (59%, 75%, 98%)

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 249 of 255 = 98%

150
190
249

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

Portions of RGB colors in percentages

R + G + B = 150 + 190 + 249 = 589 (100%)
R 150 of 589 ~ 25.47%
G 190 of 589 ~ 32.26%
B 249 of 589 ~ 42.28'%

%25.47
%32.26
%42.28

CMYK color model

#96BEF9 color CMYK value is (40,24,0,2).

  • cyan value is 39.76%
  • magenta value is 23.69%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (40,24,0,2)
C40M24Y0K2 (40%, 24%, 0%, 2%)
(0.40 / 0.24 / 0.00 / 0.02)

CMYK percentages

%39.76
%23.69
%0
%2.35

Codes

Color #96BEF9 in popluar color models

96 BE F9
RGB 150 190 249
HSL 216° 89.19% 78.24%
HSB/HSV 216° 39.76% 97.65%
CMYK 39.76% 23.69% 0.00%
2.35%

Color #96BEF9 in popluar number systems.

HEX 96 BE F9
Decimal 150 190 249
Binary 10010110 10111110 11111001
Octal 226 276 371

Shades and tints

Shades of #96BEF9

#96BEF9
(150,190,249)
#89ADE3
(137,173,227)
#7C9CCD
(124,156,205)
#6F8BB7
(111,139,183)
#627AA1
(98,122,161)
#55698B
(85,105,139)
#485875
(72,88,117)
#3B475F
(59,71,95)
#2E3649
(46,54,73)
#212533
(33,37,51)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #96BEF9

#96BEF9
(150,190,249)
#9FC3F9
(159,195,249)
#A8C8F9
(168,200,249)
#B1CDF9
(177,205,249)
#BAD2F9
(186,210,249)
#C3D7F9
(195,215,249)
#CCDCF9
(204,220,249)
#D5E1F9
(213,225,249)
#DEE6F9
(222,230,249)
#E7EBF9
(231,235,249)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BEF9 color. Also use rgb(150,190,249) instead hex code.

Text Font Color

.myTextColor { color: #96BEF9; }

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

This text font color is #96BEF9.

Background Color

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

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

This div background color is #96BEF9.

Border color

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

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

This div border color is #96BEF9.

Opacity

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

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

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

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

This text has shadow with #96BEF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BEF9.

Preview

Color preview on black background

This text has color #96BEF9 on black background.


Color preview on white background

This text has color #96BEF9 on white background.


Black color preview on #96BEF9 background

This text has black color on #96BEF9 background.


White color preview on #96BEF9 background

This text has white color on #96BEF9 background.


Related colors

Complementary color

Complementary color for #hex is #694106.


I love getcolorcode.com

Triadic colors

1 #F996BE and #BEF996 with #96BEF9 are triadic colors.

2 #F9BE96 and #BE96F9 with #96BEF9 are triadic colors.