COLOR #8893A5

HEX: #8893A5
RGB: (136,147,165)

Color info

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

RGB color model

#8893A5 color RGB value is (136,147,165).

  • red value is 136;
  • green value is 147;
  • blue value is 165.
RGB:
(136,147,165)
(53%,58%,65%)

RGB channels and saturation

R 136 of 255 = 53%
G 147 of 255 = 58%
B 165 of 255 = 65%

136
147
165

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

Portions of RGB colors in percentages

R + G + B =
136 + 147 + 165 = 448 (100%)
R 136 of 448 ~ 30.36%
G 147 of 448 ~ 32.81%
B 165 of 448 ~ 36.83%

%30.36
%32.81
%36.83

CMYK color model

#8893A5 color CMYK value is (18,11,0,35).

  • cyan value is 17.58%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(18,11,0,35)
C18M11Y0K35 
(18%,11%,0%,35%)
(0.18/0.11/0.00/0.35)	

CMYK percentages

%17.58
%10.91
%0
%35.29

Codes

Color #8893A5 in popluar color models

8893A5
RGB136147165
HSL217°13.88%59.02%
HSB/HSV217°17.58%64.71%
CMYK17.58%10.91%0.00%
35.29%

Color #8893A5 in popluar number systems.

HEX8893A5
Decimal136147165
Binary100010001001001110100101
Octal210223245

Shades and tints

Shades of #8893A5

#8893A5
(136,147,165)
#7C8696
(124,134,150)
#707987
(112,121,135)
#646C78
(100,108,120)
#585F69
(88,95,105)
#4C525A
(76,82,90)
#40454B
(64,69,75)
#34383C
(52,56,60)
#282B2D
(40,43,45)
#1C1E1E
(28,30,30)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #8893A5

#8893A5
(136,147,165)
#929CAD
(146,156,173)
#9CA5B5
(156,165,181)
#A6AEBD
(166,174,189)
#B0B7C5
(176,183,197)
#BAC0CD
(186,192,205)
#C4C9D5
(196,201,213)
#CED2DD
(206,210,221)
#D8DBE5
(216,219,229)
#E2E4ED
(226,228,237)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8893A5 color. Also use rgb(136,147,165) instead hex code.

Text Font Color

.myTextColor { color: #8893A5; }

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

This text font color is #8893A5.


Background Color

.myBgColor { background-color: #8893A5; }

<div style="background-color:#8893A5">Inner text</div>

This div background color is #8893A5.


Border color

.myBorderColor { border: 1px solid #8893A5; }

<div style="border:3px solid #8893A5">Div</div>

This div border color is #8893A5.


Opacity

.myOpacity80 { color: #8893A5; opacity: 0.8; }

<p style="color:#8893A5;opacity:0.8;">80%</p>

Text with #8893A5 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 #8893A5;}

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

This text has shadow with #8893A5 color.

.textShadow {text-shadow: 3px 3px 1px #8893A5, 3px 3px 1px red;}

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

This text has shadow with #8893A5 primary color and red secondary color.


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

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

This text has shadow with #8893A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8893A5 on black background.


Color preview on white background

This text has color #8893A5 on white background.



Black color preview on #8893A5 background

This text has black color on #8893A5 background.


White color preview on #8893A5 background

This text has white color on #8893A5 background.