COLOR #96ADE9

HEX: #96ADE9 RGB: (150,173,233)

Color info

#96ADE9 contains mainly blue color. Web safe color of #96ADE9 is #9999FF (or #99F).

RGB color model

#96ADE9 color RGB value is (150,173,233).

RGB: (150,173,233) (59%, 68%, 91%)

RGB channels and saturation

R 150 of 255 = 59%
G 173 of 255 = 68%
B 233 of 255 = 91%

150
173
233

R + G + B ~ 73%. #96ADE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 173 + 233 = 556 (100%)
R 150 of 556 ~ 26.98%
G 173 of 556 ~ 31.12%
B 233 of 556 ~ 41.91'%

%26.98
%31.12
%41.91

CMYK color model

#96ADE9 color CMYK value is (36,26,0,9).

  • cyan value is 35.62%
  • magenta value is 25.75%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (36,26,0,9)
C36M26Y0K9 (36%, 26%, 0%, 9%)
(0.36 / 0.26 / 0.00 / 0.09)

CMYK percentages

%35.62
%25.75
%0
%8.63

Codes

Color #96ADE9 in popluar color models

96 AD E9
RGB 150 173 233
HSL 223° 65.35% 75.10%
HSB/HSV 223° 35.62% 91.37%
CMYK 35.62% 25.75% 0.00%
8.63%

Color #96ADE9 in popluar number systems.

HEX 96 AD E9
Decimal 150 173 233
Binary 10010110 10101101 11101001
Octal 226 255 351

Shades and tints

Shades of #96ADE9

#96ADE9
(150,173,233)
#899ED4
(137,158,212)
#7C8FBF
(124,143,191)
#6F80AA
(111,128,170)
#627195
(98,113,149)
#556280
(85,98,128)
#48536B
(72,83,107)
#3B4456
(59,68,86)
#2E3541
(46,53,65)
#21262C
(33,38,44)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #96ADE9

#96ADE9
(150,173,233)
#9FB4EB
(159,180,235)
#A8BBED
(168,187,237)
#B1C2EF
(177,194,239)
#BAC9F1
(186,201,241)
#C3D0F3
(195,208,243)
#CCD7F5
(204,215,245)
#D5DEF7
(213,222,247)
#DEE5F9
(222,229,249)
#E7ECFB
(231,236,251)
#F0F3FD
(240,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96ADE9 color. Also use rgb(150,173,233) instead hex code.

Text Font Color

.myTextColor { color: #96ADE9; }

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

This text font color is #96ADE9.

Background Color

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

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

This div background color is #96ADE9.

Border color

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

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

This div border color is #96ADE9.

Opacity

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

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

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

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

This text has shadow with #96ADE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ADE9.

Preview

Color preview on black background

This text has color #96ADE9 on black background.


Color preview on white background

This text has color #96ADE9 on white background.


Black color preview on #96ADE9 background

This text has black color on #96ADE9 background.


White color preview on #96ADE9 background

This text has white color on #96ADE9 background.


Related colors

Complementary color

Complementary color for #hex is #695216.


I love getcolorcode.com

Triadic colors

1 #E996AD and #ADE996 with #96ADE9 are triadic colors.

2 #E9AD96 and #AD96E9 with #96ADE9 are triadic colors.