COLOR #96A4BC

HEX: #96A4BC RGB: (150,164,188)

Color info

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

RGB color model

#96A4BC color RGB value is (150,164,188).

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

RGB channels and saturation

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

150
164
188

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

Portions of RGB colors in percentages

R + G + B = 150 + 164 + 188 = 502 (100%)
R 150 of 502 ~ 29.88%
G 164 of 502 ~ 32.67%
B 188 of 502 ~ 37.45'%

%29.88
%32.67
%37.45

CMYK color model

#96A4BC color CMYK value is (20,13,0,26).

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

CMYK: (20,13,0,26)
C20M13Y0K26 (20%, 13%, 0%, 26%)
(0.20 / 0.13 / 0.00 / 0.26)

CMYK percentages

%20.21
%12.77
%0
%26.27

Codes

Color #96A4BC in popluar color models

96 A4 BC
RGB 150 164 188
HSL 218° 22.09% 66.27%
HSB/HSV 218° 20.21% 73.73%
CMYK 20.21% 12.77% 0.00%
26.27%

Color #96A4BC in popluar number systems.

HEX 96 A4 BC
Decimal 150 164 188
Binary 10010110 10100100 10111100
Octal 226 244 274

Shades and tints

Shades of #96A4BC

#96A4BC
(150,164,188)
#8996AB
(137,150,171)
#7C889A
(124,136,154)
#6F7A89
(111,122,137)
#626C78
(98,108,120)
#555E67
(85,94,103)
#485056
(72,80,86)
#3B4245
(59,66,69)
#2E3434
(46,52,52)
#212623
(33,38,35)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96A4BC

#96A4BC
(150,164,188)
#9FACC2
(159,172,194)
#A8B4C8
(168,180,200)
#B1BCCE
(177,188,206)
#BAC4D4
(186,196,212)
#C3CCDA
(195,204,218)
#CCD4E0
(204,212,224)
#D5DCE6
(213,220,230)
#DEE4EC
(222,228,236)
#E7ECF2
(231,236,242)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A4BC; }

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

This text font color is #96A4BC.

Background Color

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

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

This div background color is #96A4BC.

Border color

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

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

This div border color is #96A4BC.

Opacity

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

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

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

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

This text has shadow with #96A4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A4BC.

Preview

Color preview on black background

This text has color #96A4BC on black background.


Color preview on white background

This text has color #96A4BC on white background.


Black color preview on #96A4BC background

This text has black color on #96A4BC background.


White color preview on #96A4BC background

This text has white color on #96A4BC background.


Related colors

Complementary color

Complementary color for #hex is #695B43.


I love getcolorcode.com

Triadic colors

1 #BC96A4 and #A4BC96 with #96A4BC are triadic colors.

2 #BCA496 and #A496BC with #96A4BC are triadic colors.