COLOR #96B5ED

HEX: #96B5ED RGB: (150,181,237)

Color info

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

RGB color model

#96B5ED color RGB value is (150,181,237).

RGB: (150,181,237) (59%, 71%, 93%)

RGB channels and saturation

R 150 of 255 = 59%
G 181 of 255 = 71%
B 237 of 255 = 93%

150
181
237

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

Portions of RGB colors in percentages

R + G + B = 150 + 181 + 237 = 568 (100%)
R 150 of 568 ~ 26.41%
G 181 of 568 ~ 31.87%
B 237 of 568 ~ 41.73'%

%26.41
%31.87
%41.73

CMYK color model

#96B5ED color CMYK value is (37,24,0,7).

  • cyan value is 36.71%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (37,24,0,7)
C37M24Y0K7 (37%, 24%, 0%, 7%)
(0.37 / 0.24 / 0.00 / 0.07)

CMYK percentages

%36.71
%23.63
%0
%7.06

Codes

Color #96B5ED in popluar color models

96 B5 ED
RGB 150 181 237
HSL 219° 70.73% 75.88%
HSB/HSV 219° 36.71% 92.94%
CMYK 36.71% 23.63% 0.00%
7.06%

Color #96B5ED in popluar number systems.

HEX 96 B5 ED
Decimal 150 181 237
Binary 10010110 10110101 11101101
Octal 226 265 355

Shades and tints

Shades of #96B5ED

#96B5ED
(150,181,237)
#89A5D8
(137,165,216)
#7C95C3
(124,149,195)
#6F85AE
(111,133,174)
#627599
(98,117,153)
#556584
(85,101,132)
#48556F
(72,85,111)
#3B455A
(59,69,90)
#2E3545
(46,53,69)
#212530
(33,37,48)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #96B5ED

#96B5ED
(150,181,237)
#9FBBEE
(159,187,238)
#A8C1EF
(168,193,239)
#B1C7F0
(177,199,240)
#BACDF1
(186,205,241)
#C3D3F2
(195,211,242)
#CCD9F3
(204,217,243)
#D5DFF4
(213,223,244)
#DEE5F5
(222,229,245)
#E7EBF6
(231,235,246)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B5ED; }

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

This text font color is #96B5ED.

Background Color

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

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

This div background color is #96B5ED.

Border color

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

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

This div border color is #96B5ED.

Opacity

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

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

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

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

This text has shadow with #96B5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B5ED.

Preview

Color preview on black background

This text has color #96B5ED on black background.


Color preview on white background

This text has color #96B5ED on white background.


Black color preview on #96B5ED background

This text has black color on #96B5ED background.


White color preview on #96B5ED background

This text has white color on #96B5ED background.


Related colors

Complementary color

Complementary color for #hex is #694A12.


I love getcolorcode.com

Triadic colors

1 #ED96B5 and #B5ED96 with #96B5ED are triadic colors.

2 #EDB596 and #B596ED with #96B5ED are triadic colors.