COLOR #8893AD

HEX: #8893AD
RGB: (136,147,173)

Color info

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

RGB color model

#8893AD color RGB value is (136,147,173).

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

RGB channels and saturation

R 136 of 255 = 53%
G 147 of 255 = 58%
B 173 of 255 = 68%

136
147
173

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

Portions of RGB colors in percentages

R + G + B =
136 + 147 + 173 = 456 (100%)
R 136 of 456 ~ 29.82%
G 147 of 456 ~ 32.24%
B 173 of 456 ~ 37.94%

%29.82
%32.24
%37.94

CMYK color model

#8893AD color CMYK value is (21,15,0,32).

  • cyan value is 21.39%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(21,15,0,32)
C21M15Y0K32 
(21%,15%,0%,32%)
(0.21/0.15/0.00/0.32)	

CMYK percentages

%21.39
%15.03
%0
%32.16

Codes

Color #8893AD in popluar color models

8893AD
RGB136147173
HSL222°18.41%60.59%
HSB/HSV222°21.39%67.84%
CMYK21.39%15.03%0.00%
32.16%

Color #8893AD in popluar number systems.

HEX8893AD
Decimal136147173
Binary100010001001001110101101
Octal210223255

Shades and tints

Shades of #8893AD

#8893AD
(136,147,173)
#7C869E
(124,134,158)
#70798F
(112,121,143)
#646C80
(100,108,128)
#585F71
(88,95,113)
#4C5262
(76,82,98)
#404553
(64,69,83)
#343844
(52,56,68)
#282B35
(40,43,53)
#1C1E26
(28,30,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #8893AD

#8893AD
(136,147,173)
#929CB4
(146,156,180)
#9CA5BB
(156,165,187)
#A6AEC2
(166,174,194)
#B0B7C9
(176,183,201)
#BAC0D0
(186,192,208)
#C4C9D7
(196,201,215)
#CED2DE
(206,210,222)
#D8DBE5
(216,219,229)
#E2E4EC
(226,228,236)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8893AD; }

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

This text font color is #8893AD.


Background Color

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

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

This div background color is #8893AD.


Border color

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

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

This div border color is #8893AD.


Opacity

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

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

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

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

This text has shadow with #8893AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8893AD on black background.


Color preview on white background

This text has color #8893AD on white background.



Black color preview on #8893AD background

This text has black color on #8893AD background.


White color preview on #8893AD background

This text has white color on #8893AD background.