COLOR #8894B1

HEX: #8894B1
RGB: (136,148,177)

Color info

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

RGB color model

#8894B1 color RGB value is (136,148,177).

  • red value is 136;
  • green value is 148;
  • blue value is 177.
RGB:
(136,148,177)
(53%,58%,69%)

RGB channels and saturation

R 136 of 255 = 53%
G 148 of 255 = 58%
B 177 of 255 = 69%

136
148
177

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

Portions of RGB colors in percentages

R + G + B =
136 + 148 + 177 = 461 (100%)
R 136 of 461 ~ 29.5%
G 148 of 461 ~ 32.1%
B 177 of 461 ~ 38.39%

%29.5
%32.1
%38.39

CMYK color model

#8894B1 color CMYK value is (23,16,0,31).

  • cyan value is 23.16%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(23,16,0,31)
C23M16Y0K31 
(23%,16%,0%,31%)
(0.23/0.16/0.00/0.31)	

CMYK percentages

%23.16
%16.38
%0
%30.59

Codes

Color #8894B1 in popluar color models

8894B1
RGB136148177
HSL222°20.81%61.37%
HSB/HSV222°23.16%69.41%
CMYK23.16%16.38%0.00%
30.59%

Color #8894B1 in popluar number systems.

HEX8894B1
Decimal136148177
Binary100010001001010010110001
Octal210224261

Shades and tints

Shades of #8894B1

#8894B1
(136,148,177)
#7C87A1
(124,135,161)
#707A91
(112,122,145)
#646D81
(100,109,129)
#586071
(88,96,113)
#4C5361
(76,83,97)
#404651
(64,70,81)
#343941
(52,57,65)
#282C31
(40,44,49)
#1C1F21
(28,31,33)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #8894B1

#8894B1
(136,148,177)
#929DB8
(146,157,184)
#9CA6BF
(156,166,191)
#A6AFC6
(166,175,198)
#B0B8CD
(176,184,205)
#BAC1D4
(186,193,212)
#C4CADB
(196,202,219)
#CED3E2
(206,211,226)
#D8DCE9
(216,220,233)
#E2E5F0
(226,229,240)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8894B1 color. Also use rgb(136,148,177) instead hex code.

Text Font Color

.myTextColor { color: #8894B1; }

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

This text font color is #8894B1.


Background Color

.myBgColor { background-color: #8894B1; }

<div style="background-color:#8894B1">Inner text</div>

This div background color is #8894B1.


Border color

.myBorderColor { border: 1px solid #8894B1; }

<div style="border:3px solid #8894B1">Div</div>

This div border color is #8894B1.


Opacity

.myOpacity80 { color: #8894B1; opacity: 0.8; }

<p style="color:#8894B1;opacity:0.8;">80%</p>

Text with #8894B1 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 #8894B1;}

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

This text has shadow with #8894B1 color.

.textShadow {text-shadow: 3px 3px 1px #8894B1, 3px 3px 1px red;}

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

This text has shadow with #8894B1 primary color and red secondary color.


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

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

This text has shadow with #8894B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8894B1 on black background.


Color preview on white background

This text has color #8894B1 on white background.



Black color preview on #8894B1 background

This text has black color on #8894B1 background.


White color preview on #8894B1 background

This text has white color on #8894B1 background.