COLOR #8C8EAC

HEX: #8C8EAC
RGB: (140,142,172)

Color info

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

RGB color model

#8C8EAC color RGB value is (140,142,172).

  • red value is 140;
  • green value is 142;
  • blue value is 172.
RGB:
(140,142,172)
(55%,56%,67%)

RGB channels and saturation

R 140 of 255 = 55%
G 142 of 255 = 56%
B 172 of 255 = 67%

140
142
172

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

Portions of RGB colors in percentages

R + G + B =
140 + 142 + 172 = 454 (100%)
R 140 of 454 ~ 30.84%
G 142 of 454 ~ 31.28%
B 172 of 454 ~ 37.89%

%30.84
%31.28
%37.89

CMYK color model

#8C8EAC color CMYK value is (19,17,0,33).

  • cyan value is 18.60%
  • magenta value is 17.44%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(19,17,0,33)
C19M17Y0K33 
(19%,17%,0%,33%)
(0.19/0.17/0.00/0.33)	

CMYK percentages

%18.6
%17.44
%0
%32.55

Codes

Color #8C8EAC in popluar color models

8C8EAC
RGB140142172
HSL236°16.16%61.18%
HSB/HSV236°18.60%67.45%
CMYK18.60%17.44%0.00%
32.55%

Color #8C8EAC in popluar number systems.

HEX8C8EAC
Decimal140142172
Binary100011001000111010101100
Octal214216254

Shades and tints

Shades of #8C8EAC

#8C8EAC
(140,142,172)
#80829D
(128,130,157)
#74768E
(116,118,142)
#686A7F
(104,106,127)
#5C5E70
(92,94,112)
#505261
(80,82,97)
#444652
(68,70,82)
#383A43
(56,58,67)
#2C2E34
(44,46,52)
#202225
(32,34,37)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #8C8EAC

#8C8EAC
(140,142,172)
#9698B3
(150,152,179)
#A0A2BA
(160,162,186)
#AAACC1
(170,172,193)
#B4B6C8
(180,182,200)
#BEC0CF
(190,192,207)
#C8CAD6
(200,202,214)
#D2D4DD
(210,212,221)
#DCDEE4
(220,222,228)
#E6E8EB
(230,232,235)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8EAC color. Also use rgb(140,142,172) instead hex code.

Text Font Color

.myTextColor { color: #8C8EAC; }

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

This text font color is #8C8EAC.


Background Color

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

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

This div background color is #8C8EAC.


Border color

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

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

This div border color is #8C8EAC.


Opacity

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

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

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

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

This text has shadow with #8C8EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8EAC on black background.


Color preview on white background

This text has color #8C8EAC on white background.



Black color preview on #8C8EAC background

This text has black color on #8C8EAC background.


White color preview on #8C8EAC background

This text has white color on #8C8EAC background.