COLOR #8B96AE

HEX: #8B96AE
RGB: (139,150,174)

Color info

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

RGB color model

#8B96AE color RGB value is (139,150,174).

  • red value is 139;
  • green value is 150;
  • blue value is 174.
RGB:
(139,150,174)
(55%,59%,68%)

RGB channels and saturation

R 139 of 255 = 55%
G 150 of 255 = 59%
B 174 of 255 = 68%

139
150
174

R + G + B ~ 61%. #8B96AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 150 + 174 = 463 (100%)
R 139 of 463 ~ 30.02%
G 150 of 463 ~ 32.4%
B 174 of 463 ~ 37.58%

%30.02
%32.4
%37.58

CMYK color model

#8B96AE color CMYK value is (20,14,0,32).

  • cyan value is 20.11%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(20,14,0,32)
C20M14Y0K32 
(20%,14%,0%,32%)
(0.20/0.14/0.00/0.32)	

CMYK percentages

%20.11
%13.79
%0
%31.76

Codes

Color #8B96AE in popluar color models

8B96AE
RGB139150174
HSL221°17.77%61.37%
HSB/HSV221°20.11%68.24%
CMYK20.11%13.79%0.00%
31.76%

Color #8B96AE in popluar number systems.

HEX8B96AE
Decimal139150174
Binary100010111001011010101110
Octal213226256

Shades and tints

Shades of #8B96AE

#8B96AE
(139,150,174)
#7F899F
(127,137,159)
#737C90
(115,124,144)
#676F81
(103,111,129)
#5B6272
(91,98,114)
#4F5563
(79,85,99)
#434854
(67,72,84)
#373B45
(55,59,69)
#2B2E36
(43,46,54)
#1F2127
(31,33,39)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #8B96AE

#8B96AE
(139,150,174)
#959FB5
(149,159,181)
#9FA8BC
(159,168,188)
#A9B1C3
(169,177,195)
#B3BACA
(179,186,202)
#BDC3D1
(189,195,209)
#C7CCD8
(199,204,216)
#D1D5DF
(209,213,223)
#DBDEE6
(219,222,230)
#E5E7ED
(229,231,237)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B96AE color. Also use rgb(139,150,174) instead hex code.

Text Font Color

.myTextColor { color: #8B96AE; }

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

This text font color is #8B96AE.


Background Color

.myBgColor { background-color: #8B96AE; }

<div style="background-color:#8B96AE">Inner text</div>

This div background color is #8B96AE.


Border color

.myBorderColor { border: 1px solid #8B96AE; }

<div style="border:3px solid #8B96AE">Div</div>

This div border color is #8B96AE.


Opacity

.myOpacity80 { color: #8B96AE; opacity: 0.8; }

<p style="color:#8B96AE;opacity:0.8;">80%</p>

Text with #8B96AE 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 #8B96AE;}

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

This text has shadow with #8B96AE color.

.textShadow {text-shadow: 3px 3px 1px #8B96AE, 3px 3px 1px red;}

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

This text has shadow with #8B96AE primary color and red secondary color.


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

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

This text has shadow with #8B96AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B96AE on black background.


Color preview on white background

This text has color #8B96AE on white background.



Black color preview on #8B96AE background

This text has black color on #8B96AE background.


White color preview on #8B96AE background

This text has white color on #8B96AE background.