COLOR #96BFE7

HEX: #96BFE7 RGB: (150,191,231)

Color info

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

RGB color model

#96BFE7 color RGB value is (150,191,231).

RGB: (150,191,231) (59%, 75%, 91%)

RGB channels and saturation

R 150 of 255 = 59%
G 191 of 255 = 75%
B 231 of 255 = 91%

150
191
231

R + G + B ~ 75%. #96BFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 191 + 231 = 572 (100%)
R 150 of 572 ~ 26.22%
G 191 of 572 ~ 33.39%
B 231 of 572 ~ 40.38'%

%26.22
%33.39
%40.38

CMYK color model

#96BFE7 color CMYK value is (35,17,0,9).

  • cyan value is 35.06%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (35,17,0,9)
C35M17Y0K9 (35%, 17%, 0%, 9%)
(0.35 / 0.17 / 0.00 / 0.09)

CMYK percentages

%35.06
%17.32
%0
%9.41

Codes

Color #96BFE7 in popluar color models

96 BF E7
RGB 150 191 231
HSL 210° 62.79% 74.71%
HSB/HSV 210° 35.06% 90.59%
CMYK 35.06% 17.32% 0.00%
9.41%

Color #96BFE7 in popluar number systems.

HEX 96 BF E7
Decimal 150 191 231
Binary 10010110 10111111 11100111
Octal 226 277 347

Shades and tints

Shades of #96BFE7

#96BFE7
(150,191,231)
#89AED2
(137,174,210)
#7C9DBD
(124,157,189)
#6F8CA8
(111,140,168)
#627B93
(98,123,147)
#556A7E
(85,106,126)
#485969
(72,89,105)
#3B4854
(59,72,84)
#2E373F
(46,55,63)
#21262A
(33,38,42)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #96BFE7

#96BFE7
(150,191,231)
#9FC4E9
(159,196,233)
#A8C9EB
(168,201,235)
#B1CEED
(177,206,237)
#BAD3EF
(186,211,239)
#C3D8F1
(195,216,241)
#CCDDF3
(204,221,243)
#D5E2F5
(213,226,245)
#DEE7F7
(222,231,247)
#E7ECF9
(231,236,249)
#F0F1FB
(240,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BFE7; }

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

This text font color is #96BFE7.

Background Color

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

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

This div background color is #96BFE7.

Border color

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

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

This div border color is #96BFE7.

Opacity

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

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

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

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

This text has shadow with #96BFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BFE7.

Preview

Color preview on black background

This text has color #96BFE7 on black background.


Color preview on white background

This text has color #96BFE7 on white background.


Black color preview on #96BFE7 background

This text has black color on #96BFE7 background.


White color preview on #96BFE7 background

This text has white color on #96BFE7 background.


Related colors

Complementary color

Complementary color for #hex is #694018.


I love getcolorcode.com

Triadic colors

1 #E796BF and #BFE796 with #96BFE7 are triadic colors.

2 #E7BF96 and #BF96E7 with #96BFE7 are triadic colors.