COLOR #96A2BC

HEX: #96A2BC RGB: (150,162,188)

Color info

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

RGB color model

#96A2BC color RGB value is (150,162,188).

RGB: (150,162,188) (59%, 64%, 74%)

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 188 of 255 = 74%

150
162
188

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

Portions of RGB colors in percentages

R + G + B = 150 + 162 + 188 = 500 (100%)
R 150 of 500 ~ 30%
G 162 of 500 ~ 32.4%
B 188 of 500 ~ 37.6'%

%30
%32.4
%37.6

CMYK color model

#96A2BC color CMYK value is (20,14,0,26).

  • cyan value is 20.21%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (20,14,0,26)
C20M14Y0K26 (20%, 14%, 0%, 26%)
(0.20 / 0.14 / 0.00 / 0.26)

CMYK percentages

%20.21
%13.83
%0
%26.27

Codes

Color #96A2BC in popluar color models

96 A2 BC
RGB 150 162 188
HSL 221° 22.09% 66.27%
HSB/HSV 221° 20.21% 73.73%
CMYK 20.21% 13.83% 0.00%
26.27%

Color #96A2BC in popluar number systems.

HEX 96 A2 BC
Decimal 150 162 188
Binary 10010110 10100010 10111100
Octal 226 242 274

Shades and tints

Shades of #96A2BC

#96A2BC
(150,162,188)
#8994AB
(137,148,171)
#7C869A
(124,134,154)
#6F7889
(111,120,137)
#626A78
(98,106,120)
#555C67
(85,92,103)
#484E56
(72,78,86)
#3B4045
(59,64,69)
#2E3234
(46,50,52)
#212423
(33,36,35)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #96A2BC

#96A2BC
(150,162,188)
#9FAAC2
(159,170,194)
#A8B2C8
(168,178,200)
#B1BACE
(177,186,206)
#BAC2D4
(186,194,212)
#C3CADA
(195,202,218)
#CCD2E0
(204,210,224)
#D5DAE6
(213,218,230)
#DEE2EC
(222,226,236)
#E7EAF2
(231,234,242)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A2BC; }

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

This text font color is #96A2BC.

Background Color

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

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

This div background color is #96A2BC.

Border color

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

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

This div border color is #96A2BC.

Opacity

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

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

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

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

This text has shadow with #96A2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A2BC.

Preview

Color preview on black background

This text has color #96A2BC on black background.


Color preview on white background

This text has color #96A2BC on white background.


Black color preview on #96A2BC background

This text has black color on #96A2BC background.


White color preview on #96A2BC background

This text has white color on #96A2BC background.


Related colors

Complementary color

Complementary color for #hex is #695D43.


I love getcolorcode.com

Triadic colors

1 #BC96A2 and #A2BC96 with #96A2BC are triadic colors.

2 #BCA296 and #A296BC with #96A2BC are triadic colors.