COLOR #8898BE

HEX: #8898BE
RGB: (136,152,190)

Color info

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

RGB color model

#8898BE color RGB value is (136,152,190).

  • red value is 136;
  • green value is 152;
  • blue value is 190.
RGB:
(136,152,190)
(53%,60%,75%)

RGB channels and saturation

R 136 of 255 = 53%
G 152 of 255 = 60%
B 190 of 255 = 75%

136
152
190

R + G + B ~ 63%. #8898BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 152 + 190 = 478 (100%)
R 136 of 478 ~ 28.45%
G 152 of 478 ~ 31.8%
B 190 of 478 ~ 39.75%

%28.45
%31.8
%39.75

CMYK color model

#8898BE color CMYK value is (28,20,0,25).

  • cyan value is 28.42%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(28,20,0,25)
C28M20Y0K25 
(28%,20%,0%,25%)
(0.28/0.20/0.00/0.25)	

CMYK percentages

%28.42
%20
%0
%25.49

Codes

Color #8898BE in popluar color models

8898BE
RGB136152190
HSL222°29.35%63.92%
HSB/HSV222°28.42%74.51%
CMYK28.42%20.00%0.00%
25.49%

Color #8898BE in popluar number systems.

HEX8898BE
Decimal136152190
Binary100010001001100010111110
Octal210230276

Shades and tints

Shades of #8898BE

#8898BE
(136,152,190)
#7C8BAD
(124,139,173)
#707E9C
(112,126,156)
#64718B
(100,113,139)
#58647A
(88,100,122)
#4C5769
(76,87,105)
#404A58
(64,74,88)
#343D47
(52,61,71)
#283036
(40,48,54)
#1C2325
(28,35,37)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #8898BE

#8898BE
(136,152,190)
#92A1C3
(146,161,195)
#9CAAC8
(156,170,200)
#A6B3CD
(166,179,205)
#B0BCD2
(176,188,210)
#BAC5D7
(186,197,215)
#C4CEDC
(196,206,220)
#CED7E1
(206,215,225)
#D8E0E6
(216,224,230)
#E2E9EB
(226,233,235)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8898BE color. Also use rgb(136,152,190) instead hex code.

Text Font Color

.myTextColor { color: #8898BE; }

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

This text font color is #8898BE.


Background Color

.myBgColor { background-color: #8898BE; }

<div style="background-color:#8898BE">Inner text</div>

This div background color is #8898BE.


Border color

.myBorderColor { border: 1px solid #8898BE; }

<div style="border:3px solid #8898BE">Div</div>

This div border color is #8898BE.


Opacity

.myOpacity80 { color: #8898BE; opacity: 0.8; }

<p style="color:#8898BE;opacity:0.8;">80%</p>

Text with #8898BE 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 #8898BE;}

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

This text has shadow with #8898BE color.

.textShadow {text-shadow: 3px 3px 1px #8898BE, 3px 3px 1px red;}

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

This text has shadow with #8898BE primary color and red secondary color.


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

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

This text has shadow with #8898BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8898BE on black background.


Color preview on white background

This text has color #8898BE on white background.



Black color preview on #8898BE background

This text has black color on #8898BE background.


White color preview on #8898BE background

This text has white color on #8898BE background.