COLOR #8B95AD

HEX: #8B95AD
RGB: (139,149,173)

Color info

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

RGB color model

#8B95AD color RGB value is (139,149,173).

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

RGB channels and saturation

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

139
149
173

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

Portions of RGB colors in percentages

R + G + B =
139 + 149 + 173 = 461 (100%)
R 139 of 461 ~ 30.15%
G 149 of 461 ~ 32.32%
B 173 of 461 ~ 37.53%

%30.15
%32.32
%37.53

CMYK color model

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

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

CMYK percentages

%19.65
%13.87
%0
%32.16

Codes

Color #8B95AD in popluar color models

8B95AD
RGB139149173
HSL222°17.17%61.18%
HSB/HSV222°19.65%67.84%
CMYK19.65%13.87%0.00%
32.16%

Color #8B95AD in popluar number systems.

HEX8B95AD
Decimal139149173
Binary100010111001010110101101
Octal213225255

Shades and tints

Shades of #8B95AD

#8B95AD
(139,149,173)
#7F889E
(127,136,158)
#737B8F
(115,123,143)
#676E80
(103,110,128)
#5B6171
(91,97,113)
#4F5462
(79,84,98)
#434753
(67,71,83)
#373A44
(55,58,68)
#2B2D35
(43,45,53)
#1F2026
(31,32,38)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #8B95AD

#8B95AD
(139,149,173)
#959EB4
(149,158,180)
#9FA7BB
(159,167,187)
#A9B0C2
(169,176,194)
#B3B9C9
(179,185,201)
#BDC2D0
(189,194,208)
#C7CBD7
(199,203,215)
#D1D4DE
(209,212,222)
#DBDDE5
(219,221,229)
#E5E6EC
(229,230,236)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B95AD; }

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

This text font color is #8B95AD.


Background Color

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

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

This div background color is #8B95AD.


Border color

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

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

This div border color is #8B95AD.


Opacity

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

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

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

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

This text has shadow with #8B95AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B95AD on black background.


Color preview on white background

This text has color #8B95AD on white background.



Black color preview on #8B95AD background

This text has black color on #8B95AD background.


White color preview on #8B95AD background

This text has white color on #8B95AD background.