COLOR #8B94CE

HEX: #8B94CE
RGB: (139,148,206)

Color info

#8B94CE contains mainly green and blue colors. Web safe color of #8B94CE is #9999CC (or #99C).

RGB color model

#8B94CE color RGB value is (139,148,206).

  • red value is 139;
  • green value is 148;
  • blue value is 206.
RGB:
(139,148,206)
(55%,58%,81%)

RGB channels and saturation

R 139 of 255 = 55%
G 148 of 255 = 58%
B 206 of 255 = 81%

139
148
206

R + G + B ~ 65%. #8B94CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 148 + 206 = 493 (100%)
R 139 of 493 ~ 28.19%
G 148 of 493 ~ 30.02%
B 206 of 493 ~ 41.78%

%28.19
%30.02
%41.78

CMYK color model

#8B94CE color CMYK value is (33,28,0,19).

  • cyan value is 32.52%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(33,28,0,19)
C33M28Y0K19 
(33%,28%,0%,19%)
(0.33/0.28/0.00/0.19)	

CMYK percentages

%32.52
%28.16
%0
%19.22

Codes

Color #8B94CE in popluar color models

8B94CE
RGB139148206
HSL232°40.61%67.65%
HSB/HSV232°32.52%80.78%
CMYK32.52%28.16%0.00%
19.22%

Color #8B94CE in popluar number systems.

HEX8B94CE
Decimal139148206
Binary100010111001010011001110
Octal213224316

Shades and tints

Shades of #8B94CE

#8B94CE
(139,148,206)
#7F87BC
(127,135,188)
#737AAA
(115,122,170)
#676D98
(103,109,152)
#5B6086
(91,96,134)
#4F5374
(79,83,116)
#434662
(67,70,98)
#373950
(55,57,80)
#2B2C3E
(43,44,62)
#1F1F2C
(31,31,44)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #8B94CE

#8B94CE
(139,148,206)
#959DD2
(149,157,210)
#9FA6D6
(159,166,214)
#A9AFDA
(169,175,218)
#B3B8DE
(179,184,222)
#BDC1E2
(189,193,226)
#C7CAE6
(199,202,230)
#D1D3EA
(209,211,234)
#DBDCEE
(219,220,238)
#E5E5F2
(229,229,242)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B94CE color. Also use rgb(139,148,206) instead hex code.

Text Font Color

.myTextColor { color: #8B94CE; }

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

This text font color is #8B94CE.


Background Color

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

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

This div background color is #8B94CE.


Border color

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

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

This div border color is #8B94CE.


Opacity

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

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

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

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

This text has shadow with #8B94CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B94CE on black background.


Color preview on white background

This text has color #8B94CE on white background.



Black color preview on #8B94CE background

This text has black color on #8B94CE background.


White color preview on #8B94CE background

This text has white color on #8B94CE background.