COLOR #96BFF1

HEX: #96BFF1 RGB: (150,191,241)

Color info

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

RGB color model

#96BFF1 color RGB value is (150,191,241).

RGB: (150,191,241) (59%, 75%, 95%)

RGB channels and saturation

R 150 of 255 = 59%
G 191 of 255 = 75%
B 241 of 255 = 95%

150
191
241

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

Portions of RGB colors in percentages

R + G + B = 150 + 191 + 241 = 582 (100%)
R 150 of 582 ~ 25.77%
G 191 of 582 ~ 32.82%
B 241 of 582 ~ 41.41'%

%25.77
%32.82
%41.41

CMYK color model

#96BFF1 color CMYK value is (38,21,0,5).

  • cyan value is 37.76%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (38,21,0,5)
C38M21Y0K5 (38%, 21%, 0%, 5%)
(0.38 / 0.21 / 0.00 / 0.05)

CMYK percentages

%37.76
%20.75
%0
%5.49

Codes

Color #96BFF1 in popluar color models

96 BF F1
RGB 150 191 241
HSL 213° 76.47% 76.67%
HSB/HSV 213° 37.76% 94.51%
CMYK 37.76% 20.75% 0.00%
5.49%

Color #96BFF1 in popluar number systems.

HEX 96 BF F1
Decimal 150 191 241
Binary 10010110 10111111 11110001
Octal 226 277 361

Shades and tints

Shades of #96BFF1

#96BFF1
(150,191,241)
#89AEDC
(137,174,220)
#7C9DC7
(124,157,199)
#6F8CB2
(111,140,178)
#627B9D
(98,123,157)
#556A88
(85,106,136)
#485973
(72,89,115)
#3B485E
(59,72,94)
#2E3749
(46,55,73)
#212634
(33,38,52)
#14151F
(20,21,31)
#000000
(0,0,0)

Tints of #96BFF1

#96BFF1
(150,191,241)
#9FC4F2
(159,196,242)
#A8C9F3
(168,201,243)
#B1CEF4
(177,206,244)
#BAD3F5
(186,211,245)
#C3D8F6
(195,216,246)
#CCDDF7
(204,221,247)
#D5E2F8
(213,226,248)
#DEE7F9
(222,231,249)
#E7ECFA
(231,236,250)
#F0F1FB
(240,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BFF1 color. Also use rgb(150,191,241) instead hex code.

Text Font Color

.myTextColor { color: #96BFF1; }

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

This text font color is #96BFF1.

Background Color

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

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

This div background color is #96BFF1.

Border color

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

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

This div border color is #96BFF1.

Opacity

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

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

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

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

This text has shadow with #96BFF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BFF1.

Preview

Color preview on black background

This text has color #96BFF1 on black background.


Color preview on white background

This text has color #96BFF1 on white background.


Black color preview on #96BFF1 background

This text has black color on #96BFF1 background.


White color preview on #96BFF1 background

This text has white color on #96BFF1 background.


Related colors

Complementary color

Complementary color for #hex is #69400E.


I love getcolorcode.com

Triadic colors

1 #F196BF and #BFF196 with #96BFF1 are triadic colors.

2 #F1BF96 and #BF96F1 with #96BFF1 are triadic colors.