COLOR #8995BA

HEX: #8995BA RGB: (137,149,186)

Color info

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

RGB color model

#8995BA color RGB value is (137,149,186).

RGB: (137,149,186) (54%, 58%, 73%)

RGB channels and saturation

R 137 of 255 = 54%
G 149 of 255 = 58%
B 186 of 255 = 73%

137
149
186

R + G + B ~ 62%. #8995BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 149 + 186 = 472 (100%)
R 137 of 472 ~ 29.03%
G 149 of 472 ~ 31.57%
B 186 of 472 ~ 39.41'%

%29.03
%31.57
%39.41

CMYK color model

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

  • cyan value is 26.34%
  • magenta value is 19.89%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (26,20,0,27)
C26M20Y0K27 (26%, 20%, 0%, 27%)
(0.26 / 0.20 / 0.00 / 0.27)

CMYK percentages

%26.34
%19.89
%0
%27.06

Codes

Color #8995BA in popluar color models

89 95 BA
RGB 137 149 186
HSL 225° 26.20% 63.33%
HSB/HSV 225° 26.34% 72.94%
CMYK 26.34% 19.89% 0.00%
27.06%

Color #8995BA in popluar number systems.

HEX 89 95 BA
Decimal 137 149 186
Binary 10001001 10010101 10111010
Octal 211 225 272

Shades and tints

Shades of #8995BA

#8995BA
(137,149,186)
#7D88AA
(125,136,170)
#717B9A
(113,123,154)
#656E8A
(101,110,138)
#59617A
(89,97,122)
#4D546A
(77,84,106)
#41475A
(65,71,90)
#353A4A
(53,58,74)
#292D3A
(41,45,58)
#1D202A
(29,32,42)
#11131A
(17,19,26)
#000000
(0,0,0)

Tints of #8995BA

#8995BA
(137,149,186)
#939EC0
(147,158,192)
#9DA7C6
(157,167,198)
#A7B0CC
(167,176,204)
#B1B9D2
(177,185,210)
#BBC2D8
(187,194,216)
#C5CBDE
(197,203,222)
#CFD4E4
(207,212,228)
#D9DDEA
(217,221,234)
#E3E6F0
(227,230,240)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8995BA; }

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

This text font color is #8995BA.

Background Color

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

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

This div background color is #8995BA.

Border color

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

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

This div border color is #8995BA.

Opacity

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

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

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

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

This text has shadow with #8995BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8995BA.

Preview

Color preview on black background

This text has color #8995BA on black background.


Color preview on white background

This text has color #8995BA on white background.


Black color preview on #8995BA background

This text has black color on #8995BA background.


White color preview on #8995BA background

This text has white color on #8995BA background.


Related colors

Complementary color

Complementary color for #hex is #766A45.


I love getcolorcode.com

Triadic colors

1 #BA8995 and #95BA89 with #8995BA are triadic colors.

2 #BA9589 and #9589BA with #8995BA are triadic colors.