COLOR #8B8EAE

HEX: #8B8EAE RGB: (139,142,174)

Color info

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

RGB color model

#8B8EAE color RGB value is (139,142,174).

RGB: (139,142,174) (55%, 56%, 68%)

RGB channels and saturation

R 139 of 255 = 55%
G 142 of 255 = 56%
B 174 of 255 = 68%

139
142
174

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

Portions of RGB colors in percentages

R + G + B = 139 + 142 + 174 = 455 (100%)
R 139 of 455 ~ 30.55%
G 142 of 455 ~ 31.21%
B 174 of 455 ~ 38.24'%

%30.55
%31.21
%38.24

CMYK color model

#8B8EAE color CMYK value is (20,18,0,32).

  • cyan value is 20.11%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (20,18,0,32) C20M18Y0K32 (20%,18%,0%,32%) (0.20/0.18/0.00/0.32) 

CMYK percentages

%20.11
%18.39
%0
%31.76

Codes

Color #8B8EAE in popluar color models

8B 8E AE
RGB 139 142 174
HSL 235° 17.77% 61.37%
HSB/HSV 235° 20.11% 68.24%
CMYK 20.11% 18.39% 0.00%
31.76%

Color #8B8EAE in popluar number systems.

HEX 8B 8E AE
Decimal 139 142 174
Binary 10001011 10001110 10101110
Octal 213 216 256

Shades and tints

Shades of #8B8EAE

#8B8EAE
(139,142,174)
#7F829F
(127,130,159)
#737690
(115,118,144)
#676A81
(103,106,129)
#5B5E72
(91,94,114)
#4F5263
(79,82,99)
#434654
(67,70,84)
#373A45
(55,58,69)
#2B2E36
(43,46,54)
#1F2227
(31,34,39)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #8B8EAE

#8B8EAE
(139,142,174)
#9598B5
(149,152,181)
#9FA2BC
(159,162,188)
#A9ACC3
(169,172,195)
#B3B6CA
(179,182,202)
#BDC0D1
(189,192,209)
#C7CAD8
(199,202,216)
#D1D4DF
(209,212,223)
#DBDEE6
(219,222,230)
#E5E8ED
(229,232,237)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8EAE; }

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

This text font color is #8B8EAE.

Background Color

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

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

This div background color is #8B8EAE.

Border color

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

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

This div border color is #8B8EAE.

Opacity

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

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

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

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

This text has shadow with #8B8EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B8EAE.

Preview

Color preview on black background

This text has color #8B8EAE on black background.


Color preview on white background

This text has color #8B8EAE on white background.


Black color preview on #8B8EAE background

This text has black color on #8B8EAE background.


White color preview on #8B8EAE background

This text has white color on #8B8EAE background.


Related colors

Complementary color

Complementary color for #hex is #747151.


I love getcolorcode.com

Triadic colors

1 #AE8B8E and #8EAE8B with #8B8EAE are triadic colors.

2 #AE8E8B and #8E8BAE with #8B8EAE are triadic colors.