COLOR #8995B3

HEX: #8995B3
RGB: (137,149,179)

Color info

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

RGB color model

#8995B3 color RGB value is (137,149,179).

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

RGB channels and saturation

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

137
149
179

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

Portions of RGB colors in percentages

R + G + B =
137 + 149 + 179 = 465 (100%)
R 137 of 465 ~ 29.46%
G 149 of 465 ~ 32.04%
B 179 of 465 ~ 38.49%

%29.46
%32.04
%38.49

CMYK color model

#8995B3 color CMYK value is (23,17,0,30).

  • cyan value is 23.46%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(23,17,0,30)
C23M17Y0K30 
(23%,17%,0%,30%)
(0.23/0.17/0.00/0.30)	

CMYK percentages

%23.46
%16.76
%0
%29.8

Codes

Color #8995B3 in popluar color models

8995B3
RGB137149179
HSL223°21.65%61.96%
HSB/HSV223°23.46%70.20%
CMYK23.46%16.76%0.00%
29.80%

Color #8995B3 in popluar number systems.

HEX8995B3
Decimal137149179
Binary100010011001010110110011
Octal211225263

Shades and tints

Shades of #8995B3

#8995B3
(137,149,179)
#7D88A3
(125,136,163)
#717B93
(113,123,147)
#656E83
(101,110,131)
#596173
(89,97,115)
#4D5463
(77,84,99)
#414753
(65,71,83)
#353A43
(53,58,67)
#292D33
(41,45,51)
#1D2023
(29,32,35)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #8995B3

#8995B3
(137,149,179)
#939EB9
(147,158,185)
#9DA7BF
(157,167,191)
#A7B0C5
(167,176,197)
#B1B9CB
(177,185,203)
#BBC2D1
(187,194,209)
#C5CBD7
(197,203,215)
#CFD4DD
(207,212,221)
#D9DDE3
(217,221,227)
#E3E6E9
(227,230,233)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8995B3; }

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

This text font color is #8995B3.


Background Color

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

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

This div background color is #8995B3.


Border color

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

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

This div border color is #8995B3.


Opacity

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

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

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

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

This text has shadow with #8995B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8995B3 on black background.


Color preview on white background

This text has color #8995B3 on white background.



Black color preview on #8995B3 background

This text has black color on #8995B3 background.


White color preview on #8995B3 background

This text has white color on #8995B3 background.