COLOR #8B95AE

HEX: #8B95AE
RGB: (139,149,174)

Color info

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

RGB color model

#8B95AE color RGB value is (139,149,174).

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

RGB channels and saturation

R 139 of 255 = 55%
G 149 of 255 = 58%
B 174 of 255 = 68%

139
149
174

R + G + B ~ 60%. #8B95AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 149 + 174 = 462 (100%)
R 139 of 462 ~ 30.09%
G 149 of 462 ~ 32.25%
B 174 of 462 ~ 37.66%

%30.09
%32.25
%37.66

CMYK color model

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

  • cyan value is 20.11%
  • magenta value is 14.37%
  • 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
%14.37
%0
%31.76

Codes

Color #8B95AE in popluar color models

8B95AE
RGB139149174
HSL223°17.77%61.37%
HSB/HSV223°20.11%68.24%
CMYK20.11%14.37%0.00%
31.76%

Color #8B95AE in popluar number systems.

HEX8B95AE
Decimal139149174
Binary100010111001010110101110
Octal213225256

Shades and tints

Shades of #8B95AE

#8B95AE
(139,149,174)
#7F889F
(127,136,159)
#737B90
(115,123,144)
#676E81
(103,110,129)
#5B6172
(91,97,114)
#4F5463
(79,84,99)
#434754
(67,71,84)
#373A45
(55,58,69)
#2B2D36
(43,45,54)
#1F2027
(31,32,39)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #8B95AE

#8B95AE
(139,149,174)
#959EB5
(149,158,181)
#9FA7BC
(159,167,188)
#A9B0C3
(169,176,195)
#B3B9CA
(179,185,202)
#BDC2D1
(189,194,209)
#C7CBD8
(199,203,216)
#D1D4DF
(209,212,223)
#DBDDE6
(219,221,230)
#E5E6ED
(229,230,237)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B95AE; }

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

This text font color is #8B95AE.


Background Color

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

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

This div background color is #8B95AE.


Border color

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

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

This div border color is #8B95AE.


Opacity

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

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

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

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

This text has shadow with #8B95AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B95AE on black background.


Color preview on white background

This text has color #8B95AE on white background.



Black color preview on #8B95AE background

This text has black color on #8B95AE background.


White color preview on #8B95AE background

This text has white color on #8B95AE background.