COLOR #8898BD

HEX: #8898BD
RGB: (136,152,189)

Color info

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

RGB color model

#8898BD color RGB value is (136,152,189).

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

RGB channels and saturation

R 136 of 255 = 53%
G 152 of 255 = 60%
B 189 of 255 = 74%

136
152
189

R + G + B ~ 62%. #8898BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 152 + 189 = 477 (100%)
R 136 of 477 ~ 28.51%
G 152 of 477 ~ 31.87%
B 189 of 477 ~ 39.62%

%28.51
%31.87
%39.62

CMYK color model

#8898BD color CMYK value is (28,20,0,26).

  • cyan value is 28.04%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(28,20,0,26)
C28M20Y0K26 
(28%,20%,0%,26%)
(0.28/0.20/0.00/0.26)	

CMYK percentages

%28.04
%19.58
%0
%25.88

Codes

Color #8898BD in popluar color models

8898BD
RGB136152189
HSL222°28.65%63.73%
HSB/HSV222°28.04%74.12%
CMYK28.04%19.58%0.00%
25.88%

Color #8898BD in popluar number systems.

HEX8898BD
Decimal136152189
Binary100010001001100010111101
Octal210230275

Shades and tints

Shades of #8898BD

#8898BD
(136,152,189)
#7C8BAC
(124,139,172)
#707E9B
(112,126,155)
#64718A
(100,113,138)
#586479
(88,100,121)
#4C5768
(76,87,104)
#404A57
(64,74,87)
#343D46
(52,61,70)
#283035
(40,48,53)
#1C2324
(28,35,36)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #8898BD

#8898BD
(136,152,189)
#92A1C3
(146,161,195)
#9CAAC9
(156,170,201)
#A6B3CF
(166,179,207)
#B0BCD5
(176,188,213)
#BAC5DB
(186,197,219)
#C4CEE1
(196,206,225)
#CED7E7
(206,215,231)
#D8E0ED
(216,224,237)
#E2E9F3
(226,233,243)
#ECF2F9
(236,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8898BD; }

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

This text font color is #8898BD.


Background Color

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

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

This div background color is #8898BD.


Border color

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

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

This div border color is #8898BD.


Opacity

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

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

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

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

This text has shadow with #8898BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8898BD on black background.


Color preview on white background

This text has color #8898BD on white background.



Black color preview on #8898BD background

This text has black color on #8898BD background.


White color preview on #8898BD background

This text has white color on #8898BD background.