COLOR #8895BA

HEX: #8895BA
RGB: (136,149,186)

Color info

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

RGB color model

#8895BA color RGB value is (136,149,186).

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

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 186 of 255 = 73%

136
149
186

R + G + B ~ 61%. #8895BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 149 + 186 = 471 (100%)
R 136 of 471 ~ 28.87%
G 149 of 471 ~ 31.63%
B 186 of 471 ~ 39.49%

%28.87
%31.63
%39.49

CMYK color model

#8895BA color CMYK value is (27,20,0,27).

  • cyan value is 26.88%
  • magenta value is 19.89%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(27,20,0,27)
C27M20Y0K27 
(27%,20%,0%,27%)
(0.27/0.20/0.00/0.27)	

CMYK percentages

%26.88
%19.89
%0
%27.06

Codes

Color #8895BA in popluar color models

8895BA
RGB136149186
HSL224°26.60%63.14%
HSB/HSV224°26.88%72.94%
CMYK26.88%19.89%0.00%
27.06%

Color #8895BA in popluar number systems.

HEX8895BA
Decimal136149186
Binary100010001001010110111010
Octal210225272

Shades and tints

Shades of #8895BA

#8895BA
(136,149,186)
#7C88AA
(124,136,170)
#707B9A
(112,123,154)
#646E8A
(100,110,138)
#58617A
(88,97,122)
#4C546A
(76,84,106)
#40475A
(64,71,90)
#343A4A
(52,58,74)
#282D3A
(40,45,58)
#1C202A
(28,32,42)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #8895BA

#8895BA
(136,149,186)
#929EC0
(146,158,192)
#9CA7C6
(156,167,198)
#A6B0CC
(166,176,204)
#B0B9D2
(176,185,210)
#BAC2D8
(186,194,216)
#C4CBDE
(196,203,222)
#CED4E4
(206,212,228)
#D8DDEA
(216,221,234)
#E2E6F0
(226,230,240)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8895BA; }

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

This text font color is #8895BA.


Background Color

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

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

This div background color is #8895BA.


Border color

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

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

This div border color is #8895BA.


Opacity

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

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

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

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

This text has shadow with #8895BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8895BA on black background.


Color preview on white background

This text has color #8895BA on white background.



Black color preview on #8895BA background

This text has black color on #8895BA background.


White color preview on #8895BA background

This text has white color on #8895BA background.