COLOR #8893D7

HEX: #8893D7
RGB: (136,147,215)

Color info

#8893D7 contains mainly blue color. Web safe color of #8893D7 is #9999CC (or #99C).

RGB color model

#8893D7 color RGB value is (136,147,215).

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

RGB channels and saturation

R 136 of 255 = 53%
G 147 of 255 = 58%
B 215 of 255 = 84%

136
147
215

R + G + B ~ 65%. #8893D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 147 + 215 = 498 (100%)
R 136 of 498 ~ 27.31%
G 147 of 498 ~ 29.52%
B 215 of 498 ~ 43.17%

%27.31
%29.52
%43.17

CMYK color model

#8893D7 color CMYK value is (37,32,0,16).

  • cyan value is 36.74%
  • magenta value is 31.63%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(37,32,0,16)
C37M32Y0K16 
(37%,32%,0%,16%)
(0.37/0.32/0.00/0.16)	

CMYK percentages

%36.74
%31.63
%0
%15.69

Codes

Color #8893D7 in popluar color models

8893D7
RGB136147215
HSL232°49.69%68.82%
HSB/HSV232°36.74%84.31%
CMYK36.74%31.63%0.00%
15.69%

Color #8893D7 in popluar number systems.

HEX8893D7
Decimal136147215
Binary100010001001001111010111
Octal210223327

Shades and tints

Shades of #8893D7

#8893D7
(136,147,215)
#7C86C4
(124,134,196)
#7079B1
(112,121,177)
#646C9E
(100,108,158)
#585F8B
(88,95,139)
#4C5278
(76,82,120)
#404565
(64,69,101)
#343852
(52,56,82)
#282B3F
(40,43,63)
#1C1E2C
(28,30,44)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #8893D7

#8893D7
(136,147,215)
#929CDA
(146,156,218)
#9CA5DD
(156,165,221)
#A6AEE0
(166,174,224)
#B0B7E3
(176,183,227)
#BAC0E6
(186,192,230)
#C4C9E9
(196,201,233)
#CED2EC
(206,210,236)
#D8DBEF
(216,219,239)
#E2E4F2
(226,228,242)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8893D7; }

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

This text font color is #8893D7.


Background Color

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

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

This div background color is #8893D7.


Border color

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

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

This div border color is #8893D7.


Opacity

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

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

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

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

This text has shadow with #8893D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8893D7 on black background.


Color preview on white background

This text has color #8893D7 on white background.



Black color preview on #8893D7 background

This text has black color on #8893D7 background.


White color preview on #8893D7 background

This text has white color on #8893D7 background.