COLOR #95899D

HEX: #95899D RGB: (149,137,157)

Color info

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

RGB color model

#95899D color RGB value is (149,137,157).

RGB: (149,137,157) (58%, 54%, 62%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 157 of 255 = 62%

149
137
157

R + G + B ~ 58%. #95899D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 137 + 157 = 443 (100%)
R 149 of 443 ~ 33.63%
G 137 of 443 ~ 30.93%
B 157 of 443 ~ 35.44'%

%33.63
%30.93
%35.44

CMYK color model

#95899D color CMYK value is (5,13,0,38).

  • cyan value is 5.10%
  • magenta value is 12.74%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (5,13,0,38)
C5M13Y0K38 (5%, 13%, 0%, 38%)
(0.05 / 0.13 / 0.00 / 0.38)

CMYK percentages

%5.1
%12.74
%0
%38.43

Codes

Color #95899D in popluar color models

95 89 9D
RGB 149 137 157
HSL 276° 9.26% 57.65%
HSB/HSV 276° 12.74% 61.57%
CMYK 5.10% 12.74% 0.00%
38.43%

Color #95899D in popluar number systems.

HEX 95 89 9D
Decimal 149 137 157
Binary 10010101 10001001 10011101
Octal 225 211 235

Shades and tints

Shades of #95899D

#95899D
(149,137,157)
#887D8F
(136,125,143)
#7B7181
(123,113,129)
#6E6573
(110,101,115)
#615965
(97,89,101)
#544D57
(84,77,87)
#474149
(71,65,73)
#3A353B
(58,53,59)
#2D292D
(45,41,45)
#201D1F
(32,29,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #95899D

#95899D
(149,137,157)
#9E93A5
(158,147,165)
#A79DAD
(167,157,173)
#B0A7B5
(176,167,181)
#B9B1BD
(185,177,189)
#C2BBC5
(194,187,197)
#CBC5CD
(203,197,205)
#D4CFD5
(212,207,213)
#DDD9DD
(221,217,221)
#E6E3E5
(230,227,229)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95899D color. Also use rgb(149,137,157) instead hex code.

Text Font Color

.myTextColor { color: #95899D; }

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

This text font color is #95899D.

Background Color

.myBgColor { background-color: #95899D; }

<div style="background-color:#95899D">Inner text</div>

This div background color is #95899D.

Border color

.myBorderColor { border: 1px solid #95899D; }

<div style="border:3px solid #95899D">Div</div>

This div border color is #95899D.

Opacity

.myOpacity80 { color: #95899D; opacity: 0.8; }

<p style="color:#95899D;opacity:0.8;">80%</p>

Text with #95899D 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 #95899D;}

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

This text has shadow with #95899D color.


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

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

This text has shadow with #95899D primary color and red secondary color.


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

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

This text has shadow with #95899D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95899D.

Preview

Color preview on black background

This text has color #95899D on black background.


Color preview on white background

This text has color #95899D on white background.


Black color preview on #95899D background

This text has black color on #95899D background.


White color preview on #95899D background

This text has white color on #95899D background.


Related colors

Complementary color

Complementary color for #hex is #6A7662.


I love getcolorcode.com

Triadic colors

1 #9D9589 and #899D95 with #95899D are triadic colors.

2 #9D8995 and #89959D with #95899D are triadic colors.