COLOR #8893B5

HEX: #8893B5
RGB: (136,147,181)

Color info

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

RGB color model

#8893B5 color RGB value is (136,147,181).

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

RGB channels and saturation

R 136 of 255 = 53%
G 147 of 255 = 58%
B 181 of 255 = 71%

136
147
181

R + G + B ~ 61%. #8893B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 147 + 181 = 464 (100%)
R 136 of 464 ~ 29.31%
G 147 of 464 ~ 31.68%
B 181 of 464 ~ 39.01%

%29.31
%31.68
%39.01

CMYK color model

#8893B5 color CMYK value is (25,19,0,29).

  • cyan value is 24.86%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(25,19,0,29)
C25M19Y0K29 
(25%,19%,0%,29%)
(0.25/0.19/0.00/0.29)	

CMYK percentages

%24.86
%18.78
%0
%29.02

Codes

Color #8893B5 in popluar color models

8893B5
RGB136147181
HSL225°23.32%62.16%
HSB/HSV225°24.86%70.98%
CMYK24.86%18.78%0.00%
29.02%

Color #8893B5 in popluar number systems.

HEX8893B5
Decimal136147181
Binary100010001001001110110101
Octal210223265

Shades and tints

Shades of #8893B5

#8893B5
(136,147,181)
#7C86A5
(124,134,165)
#707995
(112,121,149)
#646C85
(100,108,133)
#585F75
(88,95,117)
#4C5265
(76,82,101)
#404555
(64,69,85)
#343845
(52,56,69)
#282B35
(40,43,53)
#1C1E25
(28,30,37)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #8893B5

#8893B5
(136,147,181)
#929CBB
(146,156,187)
#9CA5C1
(156,165,193)
#A6AEC7
(166,174,199)
#B0B7CD
(176,183,205)
#BAC0D3
(186,192,211)
#C4C9D9
(196,201,217)
#CED2DF
(206,210,223)
#D8DBE5
(216,219,229)
#E2E4EB
(226,228,235)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8893B5; }

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

This text font color is #8893B5.


Background Color

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

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

This div background color is #8893B5.


Border color

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

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

This div border color is #8893B5.


Opacity

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

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

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

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

This text has shadow with #8893B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8893B5 on black background.


Color preview on white background

This text has color #8893B5 on white background.



Black color preview on #8893B5 background

This text has black color on #8893B5 background.


White color preview on #8893B5 background

This text has white color on #8893B5 background.