COLOR #8895BD

HEX: #8895BD
RGB: (136,149,189)

Color info

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

RGB color model

#8895BD color RGB value is (136,149,189).

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

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 189 of 255 = 74%

136
149
189

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

Portions of RGB colors in percentages

R + G + B =
136 + 149 + 189 = 474 (100%)
R 136 of 474 ~ 28.69%
G 149 of 474 ~ 31.43%
B 189 of 474 ~ 39.87%

%28.69
%31.43
%39.87

CMYK color model

#8895BD color CMYK value is (28,21,0,26).

  • cyan value is 28.04%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(28,21,0,26)
C28M21Y0K26 
(28%,21%,0%,26%)
(0.28/0.21/0.00/0.26)	

CMYK percentages

%28.04
%21.16
%0
%25.88

Codes

Color #8895BD in popluar color models

8895BD
RGB136149189
HSL225°28.65%63.73%
HSB/HSV225°28.04%74.12%
CMYK28.04%21.16%0.00%
25.88%

Color #8895BD in popluar number systems.

HEX8895BD
Decimal136149189
Binary100010001001010110111101
Octal210225275

Shades and tints

Shades of #8895BD

#8895BD
(136,149,189)
#7C88AC
(124,136,172)
#707B9B
(112,123,155)
#646E8A
(100,110,138)
#586179
(88,97,121)
#4C5468
(76,84,104)
#404757
(64,71,87)
#343A46
(52,58,70)
#282D35
(40,45,53)
#1C2024
(28,32,36)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #8895BD

#8895BD
(136,149,189)
#929EC3
(146,158,195)
#9CA7C9
(156,167,201)
#A6B0CF
(166,176,207)
#B0B9D5
(176,185,213)
#BAC2DB
(186,194,219)
#C4CBE1
(196,203,225)
#CED4E7
(206,212,231)
#D8DDED
(216,221,237)
#E2E6F3
(226,230,243)
#ECEFF9
(236,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8895BD; }

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

This text font color is #8895BD.


Background Color

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

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

This div background color is #8895BD.


Border color

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

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

This div border color is #8895BD.


Opacity

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

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

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

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

This text has shadow with #8895BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8895BD on black background.


Color preview on white background

This text has color #8895BD on white background.



Black color preview on #8895BD background

This text has black color on #8895BD background.


White color preview on #8895BD background

This text has white color on #8895BD background.