COLOR #8B8CA4

HEX: #8B8CA4
RGB: (139,140,164)

Color info

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

RGB color model

#8B8CA4 color RGB value is (139,140,164).

  • red value is 139;
  • green value is 140;
  • blue value is 164.
RGB:
(139,140,164)
(55%,55%,64%)

RGB channels and saturation

R 139 of 255 = 55%
G 140 of 255 = 55%
B 164 of 255 = 64%

139
140
164

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

Portions of RGB colors in percentages

R + G + B =
139 + 140 + 164 = 443 (100%)
R 139 of 443 ~ 31.38%
G 140 of 443 ~ 31.6%
B 164 of 443 ~ 37.02%

%31.38
%31.6
%37.02

CMYK color model

#8B8CA4 color CMYK value is (15,15,0,36).

  • cyan value is 15.24%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(15,15,0,36)
C15M15Y0K36 
(15%,15%,0%,36%)
(0.15/0.15/0.00/0.36)	

CMYK percentages

%15.24
%14.63
%0
%35.69

Codes

Color #8B8CA4 in popluar color models

8B8CA4
RGB139140164
HSL238°12.08%59.41%
HSB/HSV238°15.24%64.31%
CMYK15.24%14.63%0.00%
35.69%

Color #8B8CA4 in popluar number systems.

HEX8B8CA4
Decimal139140164
Binary100010111000110010100100
Octal213214244

Shades and tints

Shades of #8B8CA4

#8B8CA4
(139,140,164)
#7F8096
(127,128,150)
#737488
(115,116,136)
#67687A
(103,104,122)
#5B5C6C
(91,92,108)
#4F505E
(79,80,94)
#434450
(67,68,80)
#373842
(55,56,66)
#2B2C34
(43,44,52)
#1F2026
(31,32,38)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #8B8CA4

#8B8CA4
(139,140,164)
#9596AC
(149,150,172)
#9FA0B4
(159,160,180)
#A9AABC
(169,170,188)
#B3B4C4
(179,180,196)
#BDBECC
(189,190,204)
#C7C8D4
(199,200,212)
#D1D2DC
(209,210,220)
#DBDCE4
(219,220,228)
#E5E6EC
(229,230,236)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8CA4 color. Also use rgb(139,140,164) instead hex code.

Text Font Color

.myTextColor { color: #8B8CA4; }

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

This text font color is #8B8CA4.


Background Color

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

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

This div background color is #8B8CA4.


Border color

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

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

This div border color is #8B8CA4.


Opacity

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

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

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

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

This text has shadow with #8B8CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8CA4 on black background.


Color preview on white background

This text has color #8B8CA4 on white background.



Black color preview on #8B8CA4 background

This text has black color on #8B8CA4 background.


White color preview on #8B8CA4 background

This text has white color on #8B8CA4 background.