COLOR #8995B2

HEX: #8995B2
RGB: (137,149,178)

Color info

#8995B2 contains red, green and blue colors in about the same proportion. Web safe color of #8995B2 is #999999 (or #999).

RGB color model

#8995B2 color RGB value is (137,149,178).

  • red value is 137;
  • green value is 149;
  • blue value is 178.
RGB:
(137,149,178)
(54%,58%,70%)

RGB channels and saturation

R 137 of 255 = 54%
G 149 of 255 = 58%
B 178 of 255 = 70%

137
149
178

R + G + B ~ 61%. #8995B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 149 + 178 = 464 (100%)
R 137 of 464 ~ 29.53%
G 149 of 464 ~ 32.11%
B 178 of 464 ~ 38.36%

%29.53
%32.11
%38.36

CMYK color model

#8995B2 color CMYK value is (23,16,0,30).

  • cyan value is 23.03%
  • magenta value is 16.29%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(23,16,0,30)
C23M16Y0K30 
(23%,16%,0%,30%)
(0.23/0.16/0.00/0.30)	

CMYK percentages

%23.03
%16.29
%0
%30.2

Codes

Color #8995B2 in popluar color models

8995B2
RGB137149178
HSL222°21.03%61.76%
HSB/HSV222°23.03%69.80%
CMYK23.03%16.29%0.00%
30.20%

Color #8995B2 in popluar number systems.

HEX8995B2
Decimal137149178
Binary100010011001010110110010
Octal211225262

Shades and tints

Shades of #8995B2

#8995B2
(137,149,178)
#7D88A2
(125,136,162)
#717B92
(113,123,146)
#656E82
(101,110,130)
#596172
(89,97,114)
#4D5462
(77,84,98)
#414752
(65,71,82)
#353A42
(53,58,66)
#292D32
(41,45,50)
#1D2022
(29,32,34)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #8995B2

#8995B2
(137,149,178)
#939EB9
(147,158,185)
#9DA7C0
(157,167,192)
#A7B0C7
(167,176,199)
#B1B9CE
(177,185,206)
#BBC2D5
(187,194,213)
#C5CBDC
(197,203,220)
#CFD4E3
(207,212,227)
#D9DDEA
(217,221,234)
#E3E6F1
(227,230,241)
#EDEFF8
(237,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8995B2; }

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

This text font color is #8995B2.


Background Color

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

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

This div background color is #8995B2.


Border color

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

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

This div border color is #8995B2.


Opacity

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

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

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

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

This text has shadow with #8995B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8995B2 on black background.


Color preview on white background

This text has color #8995B2 on white background.



Black color preview on #8995B2 background

This text has black color on #8995B2 background.


White color preview on #8995B2 background

This text has white color on #8995B2 background.