COLOR #96BFED

HEX: #96BFED RGB: (150,191,237)

Color info

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

RGB color model

#96BFED color RGB value is (150,191,237).

RGB: (150,191,237) (59%, 75%, 93%)

RGB channels and saturation

R 150 of 255 = 59%
G 191 of 255 = 75%
B 237 of 255 = 93%

150
191
237

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

Portions of RGB colors in percentages

R + G + B = 150 + 191 + 237 = 578 (100%)
R 150 of 578 ~ 25.95%
G 191 of 578 ~ 33.04%
B 237 of 578 ~ 41'%

%25.95
%33.04
%41

CMYK color model

#96BFED color CMYK value is (37,19,0,7).

  • cyan value is 36.71%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (37,19,0,7) C37M19Y0K7 (37%,19%,0%,7%) (0.37/0.19/0.00/0.07) 

CMYK percentages

%36.71
%19.41
%0
%7.06

Codes

Color #96BFED in popluar color models

96 BF ED
RGB 150 191 237
HSL 212° 70.73% 75.88%
HSB/HSV 212° 36.71% 92.94%
CMYK 36.71% 19.41% 0.00%
7.06%

Color #96BFED in popluar number systems.

HEX 96 BF ED
Decimal 150 191 237
Binary 10010110 10111111 11101101
Octal 226 277 355

Shades and tints

Shades of #96BFED

#96BFED
(150,191,237)
#89AED8
(137,174,216)
#7C9DC3
(124,157,195)
#6F8CAE
(111,140,174)
#627B99
(98,123,153)
#556A84
(85,106,132)
#48596F
(72,89,111)
#3B485A
(59,72,90)
#2E3745
(46,55,69)
#212630
(33,38,48)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #96BFED

#96BFED
(150,191,237)
#9FC4EE
(159,196,238)
#A8C9EF
(168,201,239)
#B1CEF0
(177,206,240)
#BAD3F1
(186,211,241)
#C3D8F2
(195,216,242)
#CCDDF3
(204,221,243)
#D5E2F4
(213,226,244)
#DEE7F5
(222,231,245)
#E7ECF6
(231,236,246)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BFED; }

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

This text font color is #96BFED.

Background Color

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

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

This div background color is #96BFED.

Border color

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

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

This div border color is #96BFED.

Opacity

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

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

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

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

This text has shadow with #96BFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BFED.

Preview

Color preview on black background

This text has color #96BFED on black background.


Color preview on white background

This text has color #96BFED on white background.


Black color preview on #96BFED background

This text has black color on #96BFED background.


White color preview on #96BFED background

This text has white color on #96BFED background.


Related colors

Complementary color

Complementary color for #hex is #694012.


I love getcolorcode.com

Triadic colors

1 #ED96BF and #BFED96 with #96BFED are triadic colors.

2 #EDBF96 and #BF96ED with #96BFED are triadic colors.