COLOR #8896CC

HEX: #8896CC RGB: (136,150,204)

Color info

#8896CC contains mainly green and blue colors. Web safe color of #8896CC is #9999CC (or #99C).

RGB color model

#8896CC color RGB value is (136,150,204).

RGB: (136,150,204) (53%, 59%, 80%)

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 204 of 255 = 80%

136
150
204

R + G + B ~ 64%. #8896CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 150 + 204 = 490 (100%)
R 136 of 490 ~ 27.76%
G 150 of 490 ~ 30.61%
B 204 of 490 ~ 41.63'%

%27.76
%30.61
%41.63

CMYK color model

#8896CC color CMYK value is (33,26,0,20).

  • cyan value is 33.33%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (33,26,0,20)
C33M26Y0K20 (33%, 26%, 0%, 20%)
(0.33 / 0.26 / 0.00 / 0.20)

CMYK percentages

%33.33
%26.47
%0
%20

Codes

Color #8896CC in popluar color models

88 96 CC
RGB 136 150 204
HSL 228° 40.00% 66.67%
HSB/HSV 228° 33.33% 80.00%
CMYK 33.33% 26.47% 0.00%
20.00%

Color #8896CC in popluar number systems.

HEX 88 96 CC
Decimal 136 150 204
Binary 10001000 10010110 11001100
Octal 210 226 314

Shades and tints

Shades of #8896CC

#8896CC
(136,150,204)
#7C89BA
(124,137,186)
#707CA8
(112,124,168)
#646F96
(100,111,150)
#586284
(88,98,132)
#4C5572
(76,85,114)
#404860
(64,72,96)
#343B4E
(52,59,78)
#282E3C
(40,46,60)
#1C212A
(28,33,42)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #8896CC

#8896CC
(136,150,204)
#929FD0
(146,159,208)
#9CA8D4
(156,168,212)
#A6B1D8
(166,177,216)
#B0BADC
(176,186,220)
#BAC3E0
(186,195,224)
#C4CCE4
(196,204,228)
#CED5E8
(206,213,232)
#D8DEEC
(216,222,236)
#E2E7F0
(226,231,240)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8896CC; }

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

This text font color is #8896CC.

Background Color

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

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

This div background color is #8896CC.

Border color

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

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

This div border color is #8896CC.

Opacity

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

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

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

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

This text has shadow with #8896CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8896CC.

Preview

Color preview on black background

This text has color #8896CC on black background.


Color preview on white background

This text has color #8896CC on white background.


Black color preview on #8896CC background

This text has black color on #8896CC background.


White color preview on #8896CC background

This text has white color on #8896CC background.


Related colors

Complementary color

Complementary color for #hex is #776933.


I love getcolorcode.com

Triadic colors

1 #CC8896 and #96CC88 with #8896CC are triadic colors.

2 #CC9688 and #9688CC with #8896CC are triadic colors.