COLOR #8896C2

HEX: #8896C2
RGB: (136,150,194)

Color info

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

RGB color model

#8896C2 color RGB value is (136,150,194).

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

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 194 of 255 = 76%

136
150
194

R + G + B ~ 63%. #8896C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 150 + 194 = 480 (100%)
R 136 of 480 ~ 28.33%
G 150 of 480 ~ 31.25%
B 194 of 480 ~ 40.42%

%28.33
%31.25
%40.42

CMYK color model

#8896C2 color CMYK value is (30,23,0,24).

  • cyan value is 29.90%
  • magenta value is 22.68%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(30,23,0,24)
C30M23Y0K24 
(30%,23%,0%,24%)
(0.30/0.23/0.00/0.24)	

CMYK percentages

%29.9
%22.68
%0
%23.92

Codes

Color #8896C2 in popluar color models

8896C2
RGB136150194
HSL226°32.22%64.71%
HSB/HSV226°29.90%76.08%
CMYK29.90%22.68%0.00%
23.92%

Color #8896C2 in popluar number systems.

HEX8896C2
Decimal136150194
Binary100010001001011011000010
Octal210226302

Shades and tints

Shades of #8896C2

#8896C2
(136,150,194)
#7C89B1
(124,137,177)
#707CA0
(112,124,160)
#646F8F
(100,111,143)
#58627E
(88,98,126)
#4C556D
(76,85,109)
#40485C
(64,72,92)
#343B4B
(52,59,75)
#282E3A
(40,46,58)
#1C2129
(28,33,41)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #8896C2

#8896C2
(136,150,194)
#929FC7
(146,159,199)
#9CA8CC
(156,168,204)
#A6B1D1
(166,177,209)
#B0BAD6
(176,186,214)
#BAC3DB
(186,195,219)
#C4CCE0
(196,204,224)
#CED5E5
(206,213,229)
#D8DEEA
(216,222,234)
#E2E7EF
(226,231,239)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8896C2; }

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

This text font color is #8896C2.


Background Color

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

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

This div background color is #8896C2.


Border color

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

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

This div border color is #8896C2.


Opacity

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

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

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

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

This text has shadow with #8896C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8896C2 on black background.


Color preview on white background

This text has color #8896C2 on white background.



Black color preview on #8896C2 background

This text has black color on #8896C2 background.


White color preview on #8896C2 background

This text has white color on #8896C2 background.