COLOR #96A5BC

HEX: #96A5BC RGB: (150,165,188)

Color info

#96A5BC contains red, green and blue colors in about the same proportion. Web safe color of #96A5BC is #9999CC (or #99C).

RGB color model

#96A5BC color RGB value is (150,165,188).

RGB: (150,165,188) (59%, 65%, 74%)

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 188 of 255 = 74%

150
165
188

R + G + B ~ 66%. #96A5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 165 + 188 = 503 (100%)
R 150 of 503 ~ 29.82%
G 165 of 503 ~ 32.8%
B 188 of 503 ~ 37.38'%

%29.82
%32.8
%37.38

CMYK color model

#96A5BC color CMYK value is (20,12,0,26).

  • cyan value is 20.21%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (20,12,0,26) C20M12Y0K26 (20%,12%,0%,26%) (0.20/0.12/0.00/0.26) 

CMYK percentages

%20.21
%12.23
%0
%26.27

Codes

Color #96A5BC in popluar color models

96 A5 BC
RGB 150 165 188
HSL 216° 22.09% 66.27%
HSB/HSV 216° 20.21% 73.73%
CMYK 20.21% 12.23% 0.00%
26.27%

Color #96A5BC in popluar number systems.

HEX 96 A5 BC
Decimal 150 165 188
Binary 10010110 10100101 10111100
Octal 226 245 274

Shades and tints

Shades of #96A5BC

#96A5BC
(150,165,188)
#8996AB
(137,150,171)
#7C879A
(124,135,154)
#6F7889
(111,120,137)
#626978
(98,105,120)
#555A67
(85,90,103)
#484B56
(72,75,86)
#3B3C45
(59,60,69)
#2E2D34
(46,45,52)
#211E23
(33,30,35)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #96A5BC

#96A5BC
(150,165,188)
#9FADC2
(159,173,194)
#A8B5C8
(168,181,200)
#B1BDCE
(177,189,206)
#BAC5D4
(186,197,212)
#C3CDDA
(195,205,218)
#CCD5E0
(204,213,224)
#D5DDE6
(213,221,230)
#DEE5EC
(222,229,236)
#E7EDF2
(231,237,242)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A5BC color. Also use rgb(150,165,188) instead hex code.

Text Font Color

.myTextColor { color: #96A5BC; }

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

This text font color is #96A5BC.

Background Color

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

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

This div background color is #96A5BC.

Border color

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

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

This div border color is #96A5BC.

Opacity

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

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

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

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

This text has shadow with #96A5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A5BC.

Preview

Color preview on black background

This text has color #96A5BC on black background.


Color preview on white background

This text has color #96A5BC on white background.


Black color preview on #96A5BC background

This text has black color on #96A5BC background.


White color preview on #96A5BC background

This text has white color on #96A5BC background.


Related colors

Complementary color

Complementary color for #hex is #695A43.


I love getcolorcode.com

Triadic colors

1 #BC96A5 and #A5BC96 with #96A5BC are triadic colors.

2 #BCA596 and #A596BC with #96A5BC are triadic colors.