COLOR #8C94B2

HEX: #8C94B2
RGB: (140,148,178)

Color info

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

RGB color model

#8C94B2 color RGB value is (140,148,178).

  • red value is 140;
  • green value is 148;
  • blue value is 178.
RGB:
(140,148,178)
(55%,58%,70%)

RGB channels and saturation

R 140 of 255 = 55%
G 148 of 255 = 58%
B 178 of 255 = 70%

140
148
178

R + G + B ~ 61%. #8C94B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 148 + 178 = 466 (100%)
R 140 of 466 ~ 30.04%
G 148 of 466 ~ 31.76%
B 178 of 466 ~ 38.2%

%30.04
%31.76
%38.2

CMYK color model

#8C94B2 color CMYK value is (21,17,0,30).

  • cyan value is 21.35%
  • magenta value is 16.85%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(21,17,0,30)
C21M17Y0K30 
(21%,17%,0%,30%)
(0.21/0.17/0.00/0.30)	

CMYK percentages

%21.35
%16.85
%0
%30.2

Codes

Color #8C94B2 in popluar color models

8C94B2
RGB140148178
HSL227°19.79%62.35%
HSB/HSV227°21.35%69.80%
CMYK21.35%16.85%0.00%
30.20%

Color #8C94B2 in popluar number systems.

HEX8C94B2
Decimal140148178
Binary100011001001010010110010
Octal214224262

Shades and tints

Shades of #8C94B2

#8C94B2
(140,148,178)
#8087A2
(128,135,162)
#747A92
(116,122,146)
#686D82
(104,109,130)
#5C6072
(92,96,114)
#505362
(80,83,98)
#444652
(68,70,82)
#383942
(56,57,66)
#2C2C32
(44,44,50)
#201F22
(32,31,34)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #8C94B2

#8C94B2
(140,148,178)
#969DB9
(150,157,185)
#A0A6C0
(160,166,192)
#AAAFC7
(170,175,199)
#B4B8CE
(180,184,206)
#BEC1D5
(190,193,213)
#C8CADC
(200,202,220)
#D2D3E3
(210,211,227)
#DCDCEA
(220,220,234)
#E6E5F1
(230,229,241)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C94B2 color. Also use rgb(140,148,178) instead hex code.

Text Font Color

.myTextColor { color: #8C94B2; }

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

This text font color is #8C94B2.


Background Color

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

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

This div background color is #8C94B2.


Border color

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

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

This div border color is #8C94B2.


Opacity

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

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

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

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

This text has shadow with #8C94B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C94B2 on black background.


Color preview on white background

This text has color #8C94B2 on white background.



Black color preview on #8C94B2 background

This text has black color on #8C94B2 background.


White color preview on #8C94B2 background

This text has white color on #8C94B2 background.