COLOR #96BFE0

HEX: #96BFE0 RGB: (150,191,224)

Color info

#96BFE0 contains mainly green and blue colors. Web safe color of #96BFE0 is #99CCCC (or #9CC).

RGB color model

#96BFE0 color RGB value is (150,191,224).

RGB: (150,191,224) (59%, 75%, 88%)

RGB channels and saturation

R 150 of 255 = 59%
G 191 of 255 = 75%
B 224 of 255 = 88%

150
191
224

R + G + B ~ 74%. #96BFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 191 + 224 = 565 (100%)
R 150 of 565 ~ 26.55%
G 191 of 565 ~ 33.81%
B 224 of 565 ~ 39.65'%

%26.55
%33.81
%39.65

CMYK color model

#96BFE0 color CMYK value is (33,15,0,12).

  • cyan value is 33.04%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (33,15,0,12)
C33M15Y0K12 (33%, 15%, 0%, 12%)
(0.33 / 0.15 / 0.00 / 0.12)

CMYK percentages

%33.04
%14.73
%0
%12.16

Codes

Color #96BFE0 in popluar color models

96 BF E0
RGB 150 191 224
HSL 207° 54.41% 73.33%
HSB/HSV 207° 33.04% 87.84%
CMYK 33.04% 14.73% 0.00%
12.16%

Color #96BFE0 in popluar number systems.

HEX 96 BF E0
Decimal 150 191 224
Binary 10010110 10111111 11100000
Octal 226 277 340

Shades and tints

Shades of #96BFE0

#96BFE0
(150,191,224)
#89AECC
(137,174,204)
#7C9DB8
(124,157,184)
#6F8CA4
(111,140,164)
#627B90
(98,123,144)
#556A7C
(85,106,124)
#485968
(72,89,104)
#3B4854
(59,72,84)
#2E3740
(46,55,64)
#21262C
(33,38,44)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #96BFE0

#96BFE0
(150,191,224)
#9FC4E2
(159,196,226)
#A8C9E4
(168,201,228)
#B1CEE6
(177,206,230)
#BAD3E8
(186,211,232)
#C3D8EA
(195,216,234)
#CCDDEC
(204,221,236)
#D5E2EE
(213,226,238)
#DEE7F0
(222,231,240)
#E7ECF2
(231,236,242)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BFE0; }

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

This text font color is #96BFE0.

Background Color

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

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

This div background color is #96BFE0.

Border color

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

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

This div border color is #96BFE0.

Opacity

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

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

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

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

This text has shadow with #96BFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BFE0.

Preview

Color preview on black background

This text has color #96BFE0 on black background.


Color preview on white background

This text has color #96BFE0 on white background.


Black color preview on #96BFE0 background

This text has black color on #96BFE0 background.


White color preview on #96BFE0 background

This text has white color on #96BFE0 background.


Related colors

Complementary color

Complementary color for #hex is #69401F.


I love getcolorcode.com

Triadic colors

1 #E096BF and #BFE096 with #96BFE0 are triadic colors.

2 #E0BF96 and #BF96E0 with #96BFE0 are triadic colors.