COLOR #8A8CB3

HEX: #8A8CB3
RGB: (138,140,179)

Color info

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

RGB color model

#8A8CB3 color RGB value is (138,140,179).

  • red value is 138;
  • green value is 140;
  • blue value is 179.
RGB:
(138,140,179)
(54%,55%,70%)

RGB channels and saturation

R 138 of 255 = 54%
G 140 of 255 = 55%
B 179 of 255 = 70%

138
140
179

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

Portions of RGB colors in percentages

R + G + B =
138 + 140 + 179 = 457 (100%)
R 138 of 457 ~ 30.2%
G 140 of 457 ~ 30.63%
B 179 of 457 ~ 39.17%

%30.2
%30.63
%39.17

CMYK color model

#8A8CB3 color CMYK value is (23,22,0,30).

  • cyan value is 22.91%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(23,22,0,30)
C23M22Y0K30 
(23%,22%,0%,30%)
(0.23/0.22/0.00/0.30)	

CMYK percentages

%22.91
%21.79
%0
%29.8

Codes

Color #8A8CB3 in popluar color models

8A8CB3
RGB138140179
HSL237°21.24%62.16%
HSB/HSV237°22.91%70.20%
CMYK22.91%21.79%0.00%
29.80%

Color #8A8CB3 in popluar number systems.

HEX8A8CB3
Decimal138140179
Binary100010101000110010110011
Octal212214263

Shades and tints

Shades of #8A8CB3

#8A8CB3
(138,140,179)
#7E80A3
(126,128,163)
#727493
(114,116,147)
#666883
(102,104,131)
#5A5C73
(90,92,115)
#4E5063
(78,80,99)
#424453
(66,68,83)
#363843
(54,56,67)
#2A2C33
(42,44,51)
#1E2023
(30,32,35)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #8A8CB3

#8A8CB3
(138,140,179)
#9496B9
(148,150,185)
#9EA0BF
(158,160,191)
#A8AAC5
(168,170,197)
#B2B4CB
(178,180,203)
#BCBED1
(188,190,209)
#C6C8D7
(198,200,215)
#D0D2DD
(208,210,221)
#DADCE3
(218,220,227)
#E4E6E9
(228,230,233)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8CB3 color. Also use rgb(138,140,179) instead hex code.

Text Font Color

.myTextColor { color: #8A8CB3; }

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

This text font color is #8A8CB3.


Background Color

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

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

This div background color is #8A8CB3.


Border color

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

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

This div border color is #8A8CB3.


Opacity

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

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

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

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

This text has shadow with #8A8CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8CB3 on black background.


Color preview on white background

This text has color #8A8CB3 on white background.



Black color preview on #8A8CB3 background

This text has black color on #8A8CB3 background.


White color preview on #8A8CB3 background

This text has white color on #8A8CB3 background.