COLOR #96A0BE

HEX: #96A0BE
RGB: (150,160,190)

Color info

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

RGB color model

#96A0BE color RGB value is (150,160,190).

  • red value is 150;
  • green value is 160;
  • blue value is 190.
RGB:
(150,160,190)
(59%,63%,75%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 190 of 255 = 75%

150
160
190

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

Portions of RGB colors in percentages

R + G + B =
150 + 160 + 190 = 500 (100%)
R 150 of 500 ~ 30%
G 160 of 500 ~ 32%
B 190 of 500 ~ 38%

%30
%32
%38

CMYK color model

#96A0BE color CMYK value is (21,16,0,25).

  • cyan value is 21.05%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(21,16,0,25)
C21M16Y0K25 
(21%,16%,0%,25%)
(0.21/0.16/0.00/0.25)	

CMYK percentages

%21.05
%15.79
%0
%25.49

Codes

Color #96A0BE in popluar color models

96A0BE
RGB150160190
HSL225°23.53%66.67%
HSB/HSV225°21.05%74.51%
CMYK21.05%15.79%0.00%
25.49%

Color #96A0BE in popluar number systems.

HEX96A0BE
Decimal150160190
Binary100101101010000010111110
Octal226240276

Shades and tints

Shades of #96A0BE

#96A0BE
(150,160,190)
#8992AD
(137,146,173)
#7C849C
(124,132,156)
#6F768B
(111,118,139)
#62687A
(98,104,122)
#555A69
(85,90,105)
#484C58
(72,76,88)
#3B3E47
(59,62,71)
#2E3036
(46,48,54)
#212225
(33,34,37)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #96A0BE

#96A0BE
(150,160,190)
#9FA8C3
(159,168,195)
#A8B0C8
(168,176,200)
#B1B8CD
(177,184,205)
#BAC0D2
(186,192,210)
#C3C8D7
(195,200,215)
#CCD0DC
(204,208,220)
#D5D8E1
(213,216,225)
#DEE0E6
(222,224,230)
#E7E8EB
(231,232,235)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A0BE; }

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

This text font color is #96A0BE.


Background Color

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

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

This div background color is #96A0BE.


Border color

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

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

This div border color is #96A0BE.


Opacity

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

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

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

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

This text has shadow with #96A0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A0BE on black background.


Color preview on white background

This text has color #96A0BE on white background.



Black color preview on #96A0BE background

This text has black color on #96A0BE background.


White color preview on #96A0BE background

This text has white color on #96A0BE background.