COLOR #8896B5

HEX: #8896B5
RGB: (136,150,181)

Color info

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

RGB color model

#8896B5 color RGB value is (136,150,181).

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

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 181 of 255 = 71%

136
150
181

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

Portions of RGB colors in percentages

R + G + B =
136 + 150 + 181 = 467 (100%)
R 136 of 467 ~ 29.12%
G 150 of 467 ~ 32.12%
B 181 of 467 ~ 38.76%

%29.12
%32.12
%38.76

CMYK color model

#8896B5 color CMYK value is (25,17,0,29).

  • cyan value is 24.86%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(25,17,0,29)
C25M17Y0K29 
(25%,17%,0%,29%)
(0.25/0.17/0.00/0.29)	

CMYK percentages

%24.86
%17.13
%0
%29.02

Codes

Color #8896B5 in popluar color models

8896B5
RGB136150181
HSL221°23.32%62.16%
HSB/HSV221°24.86%70.98%
CMYK24.86%17.13%0.00%
29.02%

Color #8896B5 in popluar number systems.

HEX8896B5
Decimal136150181
Binary100010001001011010110101
Octal210226265

Shades and tints

Shades of #8896B5

#8896B5
(136,150,181)
#7C89A5
(124,137,165)
#707C95
(112,124,149)
#646F85
(100,111,133)
#586275
(88,98,117)
#4C5565
(76,85,101)
#404855
(64,72,85)
#343B45
(52,59,69)
#282E35
(40,46,53)
#1C2125
(28,33,37)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #8896B5

#8896B5
(136,150,181)
#929FBB
(146,159,187)
#9CA8C1
(156,168,193)
#A6B1C7
(166,177,199)
#B0BACD
(176,186,205)
#BAC3D3
(186,195,211)
#C4CCD9
(196,204,217)
#CED5DF
(206,213,223)
#D8DEE5
(216,222,229)
#E2E7EB
(226,231,235)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8896B5; }

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

This text font color is #8896B5.


Background Color

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

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

This div background color is #8896B5.


Border color

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

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

This div border color is #8896B5.


Opacity

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

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

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

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

This text has shadow with #8896B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8896B5 on black background.


Color preview on white background

This text has color #8896B5 on white background.



Black color preview on #8896B5 background

This text has black color on #8896B5 background.


White color preview on #8896B5 background

This text has white color on #8896B5 background.