COLOR #96A5B2

HEX: #96A5B2 RGB: (150,165,178)

Color info

#96A5B2 contains red, green and blue colors in about the same proportion. Web safe color of #96A5B2 is #999999 (or #999).

RGB color model

#96A5B2 color RGB value is (150,165,178).

RGB: (150,165,178) (59%, 65%, 70%)

RGB channels and saturation

R 150 of 255 = 59%
G 165 of 255 = 65%
B 178 of 255 = 70%

150
165
178

R + G + B ~ 65%. #96A5B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 165 + 178 = 493 (100%)
R 150 of 493 ~ 30.43%
G 165 of 493 ~ 33.47%
B 178 of 493 ~ 36.11'%

%30.43
%33.47
%36.11

CMYK color model

#96A5B2 color CMYK value is (16,7,0,30).

  • cyan value is 15.73%
  • magenta value is 7.30%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (16,7,0,30)
C16M7Y0K30 (16%, 7%, 0%, 30%)
(0.16 / 0.07 / 0.00 / 0.30)

CMYK percentages

%15.73
%7.3
%0
%30.2

Codes

Color #96A5B2 in popluar color models

96 A5 B2
RGB 150 165 178
HSL 208° 15.38% 64.31%
HSB/HSV 208° 15.73% 69.80%
CMYK 15.73% 7.30% 0.00%
30.20%

Color #96A5B2 in popluar number systems.

HEX 96 A5 B2
Decimal 150 165 178
Binary 10010110 10100101 10110010
Octal 226 245 262

Shades and tints

Shades of #96A5B2

#96A5B2
(150,165,178)
#8996A2
(137,150,162)
#7C8792
(124,135,146)
#6F7882
(111,120,130)
#626972
(98,105,114)
#555A62
(85,90,98)
#484B52
(72,75,82)
#3B3C42
(59,60,66)
#2E2D32
(46,45,50)
#211E22
(33,30,34)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #96A5B2

#96A5B2
(150,165,178)
#9FADB9
(159,173,185)
#A8B5C0
(168,181,192)
#B1BDC7
(177,189,199)
#BAC5CE
(186,197,206)
#C3CDD5
(195,205,213)
#CCD5DC
(204,213,220)
#D5DDE3
(213,221,227)
#DEE5EA
(222,229,234)
#E7EDF1
(231,237,241)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A5B2; }

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

This text font color is #96A5B2.

Background Color

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

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

This div background color is #96A5B2.

Border color

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

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

This div border color is #96A5B2.

Opacity

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

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

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

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

This text has shadow with #96A5B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A5B2.

Preview

Color preview on black background

This text has color #96A5B2 on black background.


Color preview on white background

This text has color #96A5B2 on white background.


Black color preview on #96A5B2 background

This text has black color on #96A5B2 background.


White color preview on #96A5B2 background

This text has white color on #96A5B2 background.


Related colors

Complementary color

Complementary color for #hex is #695A4D.


I love getcolorcode.com

Triadic colors

1 #B296A5 and #A5B296 with #96A5B2 are triadic colors.

2 #B2A596 and #A596B2 with #96A5B2 are triadic colors.