COLOR #96A6DC

HEX: #96A6DC RGB: (150,166,220)

Color info

#96A6DC contains mainly green and blue colors. Web safe color of #96A6DC is #9999CC (or #99C).

RGB color model

#96A6DC color RGB value is (150,166,220).

RGB: (150,166,220) (59%, 65%, 86%)

RGB channels and saturation

R 150 of 255 = 59%
G 166 of 255 = 65%
B 220 of 255 = 86%

150
166
220

R + G + B ~ 70%. #96A6DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 166 + 220 = 536 (100%)
R 150 of 536 ~ 27.99%
G 166 of 536 ~ 30.97%
B 220 of 536 ~ 41.04'%

%27.99
%30.97
%41.04

CMYK color model

#96A6DC color CMYK value is (32,25,0,14).

  • cyan value is 31.82%
  • magenta value is 24.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (32,25,0,14) C32M25Y0K14 (32%,25%,0%,14%) (0.32/0.25/0.00/0.14) 

CMYK percentages

%31.82
%24.55
%0
%13.73

Codes

Color #96A6DC in popluar color models

96 A6 DC
RGB 150 166 220
HSL 226° 50.00% 72.55%
HSB/HSV 226° 31.82% 86.27%
CMYK 31.82% 24.55% 0.00%
13.73%

Color #96A6DC in popluar number systems.

HEX 96 A6 DC
Decimal 150 166 220
Binary 10010110 10100110 11011100
Octal 226 246 334

Shades and tints

Shades of #96A6DC

#96A6DC
(150,166,220)
#8997C8
(137,151,200)
#7C88B4
(124,136,180)
#6F79A0
(111,121,160)
#626A8C
(98,106,140)
#555B78
(85,91,120)
#484C64
(72,76,100)
#3B3D50
(59,61,80)
#2E2E3C
(46,46,60)
#211F28
(33,31,40)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #96A6DC

#96A6DC
(150,166,220)
#9FAEDF
(159,174,223)
#A8B6E2
(168,182,226)
#B1BEE5
(177,190,229)
#BAC6E8
(186,198,232)
#C3CEEB
(195,206,235)
#CCD6EE
(204,214,238)
#D5DEF1
(213,222,241)
#DEE6F4
(222,230,244)
#E7EEF7
(231,238,247)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A6DC color. Also use rgb(150,166,220) instead hex code.

Text Font Color

.myTextColor { color: #96A6DC; }

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

This text font color is #96A6DC.

Background Color

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

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

This div background color is #96A6DC.

Border color

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

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

This div border color is #96A6DC.

Opacity

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

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

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

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

This text has shadow with #96A6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A6DC.

Preview

Color preview on black background

This text has color #96A6DC on black background.


Color preview on white background

This text has color #96A6DC on white background.


Black color preview on #96A6DC background

This text has black color on #96A6DC background.


White color preview on #96A6DC background

This text has white color on #96A6DC background.


Related colors

Complementary color

Complementary color for #hex is #695923.


I love getcolorcode.com

Triadic colors

1 #DC96A6 and #A6DC96 with #96A6DC are triadic colors.

2 #DCA696 and #A696DC with #96A6DC are triadic colors.