COLOR #96A3BE

HEX: #96A3BE RGB: (150,163,190)

Color info

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

RGB color model

#96A3BE color RGB value is (150,163,190).

RGB: (150,163,190) (59%, 64%, 75%)

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 190 of 255 = 75%

150
163
190

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

Portions of RGB colors in percentages

R + G + B = 150 + 163 + 190 = 503 (100%)
R 150 of 503 ~ 29.82%
G 163 of 503 ~ 32.41%
B 190 of 503 ~ 37.77'%

%29.82
%32.41
%37.77

CMYK color model

#96A3BE color CMYK value is (21,14,0,25).

  • cyan value is 21.05%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (21,14,0,25)
C21M14Y0K25 (21%, 14%, 0%, 25%)
(0.21 / 0.14 / 0.00 / 0.25)

CMYK percentages

%21.05
%14.21
%0
%25.49

Codes

Color #96A3BE in popluar color models

96 A3 BE
RGB 150 163 190
HSL 221° 23.53% 66.67%
HSB/HSV 221° 21.05% 74.51%
CMYK 21.05% 14.21% 0.00%
25.49%

Color #96A3BE in popluar number systems.

HEX 96 A3 BE
Decimal 150 163 190
Binary 10010110 10100011 10111110
Octal 226 243 276

Shades and tints

Shades of #96A3BE

#96A3BE
(150,163,190)
#8995AD
(137,149,173)
#7C879C
(124,135,156)
#6F798B
(111,121,139)
#626B7A
(98,107,122)
#555D69
(85,93,105)
#484F58
(72,79,88)
#3B4147
(59,65,71)
#2E3336
(46,51,54)
#212525
(33,37,37)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #96A3BE

#96A3BE
(150,163,190)
#9FABC3
(159,171,195)
#A8B3C8
(168,179,200)
#B1BBCD
(177,187,205)
#BAC3D2
(186,195,210)
#C3CBD7
(195,203,215)
#CCD3DC
(204,211,220)
#D5DBE1
(213,219,225)
#DEE3E6
(222,227,230)
#E7EBEB
(231,235,235)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A3BE color. Also use rgb(150,163,190) instead hex code.

Text Font Color

.myTextColor { color: #96A3BE; }

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

This text font color is #96A3BE.

Background Color

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

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

This div background color is #96A3BE.

Border color

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

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

This div border color is #96A3BE.

Opacity

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

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

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

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

This text has shadow with #96A3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A3BE.

Preview

Color preview on black background

This text has color #96A3BE on black background.


Color preview on white background

This text has color #96A3BE on white background.


Black color preview on #96A3BE background

This text has black color on #96A3BE background.


White color preview on #96A3BE background

This text has white color on #96A3BE background.


Related colors

Complementary color

Complementary color for #hex is #695C41.


I love getcolorcode.com

Triadic colors

1 #BE96A3 and #A3BE96 with #96A3BE are triadic colors.

2 #BEA396 and #A396BE with #96A3BE are triadic colors.