COLOR #8B94C5

HEX: #8B94C5
RGB: (139,148,197)

Color info

#8B94C5 contains red, green and blue colors in about the same proportion. Web safe color of #8B94C5 is #9999CC (or #99C).

RGB color model

#8B94C5 color RGB value is (139,148,197).

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

RGB channels and saturation

R 139 of 255 = 55%
G 148 of 255 = 58%
B 197 of 255 = 77%

139
148
197

R + G + B ~ 63%. #8B94C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 148 + 197 = 484 (100%)
R 139 of 484 ~ 28.72%
G 148 of 484 ~ 30.58%
B 197 of 484 ~ 40.7%

%28.72
%30.58
%40.7

CMYK color model

#8B94C5 color CMYK value is (29,25,0,23).

  • cyan value is 29.44%
  • magenta value is 24.87%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(29,25,0,23)
C29M25Y0K23 
(29%,25%,0%,23%)
(0.29/0.25/0.00/0.23)	

CMYK percentages

%29.44
%24.87
%0
%22.75

Codes

Color #8B94C5 in popluar color models

8B94C5
RGB139148197
HSL231°33.33%65.88%
HSB/HSV231°29.44%77.25%
CMYK29.44%24.87%0.00%
22.75%

Color #8B94C5 in popluar number systems.

HEX8B94C5
Decimal139148197
Binary100010111001010011000101
Octal213224305

Shades and tints

Shades of #8B94C5

#8B94C5
(139,148,197)
#7F87B4
(127,135,180)
#737AA3
(115,122,163)
#676D92
(103,109,146)
#5B6081
(91,96,129)
#4F5370
(79,83,112)
#43465F
(67,70,95)
#37394E
(55,57,78)
#2B2C3D
(43,44,61)
#1F1F2C
(31,31,44)
#13121B
(19,18,27)
#000000
(0,0,0)

Tints of #8B94C5

#8B94C5
(139,148,197)
#959DCA
(149,157,202)
#9FA6CF
(159,166,207)
#A9AFD4
(169,175,212)
#B3B8D9
(179,184,217)
#BDC1DE
(189,193,222)
#C7CAE3
(199,202,227)
#D1D3E8
(209,211,232)
#DBDCED
(219,220,237)
#E5E5F2
(229,229,242)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B94C5; }

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

This text font color is #8B94C5.


Background Color

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

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

This div background color is #8B94C5.


Border color

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

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

This div border color is #8B94C5.


Opacity

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

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

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

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

This text has shadow with #8B94C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B94C5 on black background.


Color preview on white background

This text has color #8B94C5 on white background.



Black color preview on #8B94C5 background

This text has black color on #8B94C5 background.


White color preview on #8B94C5 background

This text has white color on #8B94C5 background.