COLOR #8897C4

HEX: #8897C4
RGB: (136,151,196)

Color info

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

RGB color model

#8897C4 color RGB value is (136,151,196).

  • red value is 136;
  • green value is 151;
  • blue value is 196.
RGB:
(136,151,196)
(53%,59%,77%)

RGB channels and saturation

R 136 of 255 = 53%
G 151 of 255 = 59%
B 196 of 255 = 77%

136
151
196

R + G + B ~ 63%. #8897C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 151 + 196 = 483 (100%)
R 136 of 483 ~ 28.16%
G 151 of 483 ~ 31.26%
B 196 of 483 ~ 40.58%

%28.16
%31.26
%40.58

CMYK color model

#8897C4 color CMYK value is (31,23,0,23).

  • cyan value is 30.61%
  • magenta value is 22.96%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(31,23,0,23)
C31M23Y0K23 
(31%,23%,0%,23%)
(0.31/0.23/0.00/0.23)	

CMYK percentages

%30.61
%22.96
%0
%23.14

Codes

Color #8897C4 in popluar color models

8897C4
RGB136151196
HSL225°33.71%65.10%
HSB/HSV225°30.61%76.86%
CMYK30.61%22.96%0.00%
23.14%

Color #8897C4 in popluar number systems.

HEX8897C4
Decimal136151196
Binary100010001001011111000100
Octal210227304

Shades and tints

Shades of #8897C4

#8897C4
(136,151,196)
#7C8AB3
(124,138,179)
#707DA2
(112,125,162)
#647091
(100,112,145)
#586380
(88,99,128)
#4C566F
(76,86,111)
#40495E
(64,73,94)
#343C4D
(52,60,77)
#282F3C
(40,47,60)
#1C222B
(28,34,43)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #8897C4

#8897C4
(136,151,196)
#92A0C9
(146,160,201)
#9CA9CE
(156,169,206)
#A6B2D3
(166,178,211)
#B0BBD8
(176,187,216)
#BAC4DD
(186,196,221)
#C4CDE2
(196,205,226)
#CED6E7
(206,214,231)
#D8DFEC
(216,223,236)
#E2E8F1
(226,232,241)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8897C4 color. Also use rgb(136,151,196) instead hex code.

Text Font Color

.myTextColor { color: #8897C4; }

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

This text font color is #8897C4.


Background Color

.myBgColor { background-color: #8897C4; }

<div style="background-color:#8897C4">Inner text</div>

This div background color is #8897C4.


Border color

.myBorderColor { border: 1px solid #8897C4; }

<div style="border:3px solid #8897C4">Div</div>

This div border color is #8897C4.


Opacity

.myOpacity80 { color: #8897C4; opacity: 0.8; }

<p style="color:#8897C4;opacity:0.8;">80%</p>

Text with #8897C4 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 #8897C4;}

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

This text has shadow with #8897C4 color.

.textShadow {text-shadow: 3px 3px 1px #8897C4, 3px 3px 1px red;}

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

This text has shadow with #8897C4 primary color and red secondary color.


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

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

This text has shadow with #8897C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8897C4 on black background.


Color preview on white background

This text has color #8897C4 on white background.



Black color preview on #8897C4 background

This text has black color on #8897C4 background.


White color preview on #8897C4 background

This text has white color on #8897C4 background.