COLOR #95899E

HEX: #95899E RGB: (149,137,158)

Color info

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

RGB color model

#95899E color RGB value is (149,137,158).

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

RGB channels and saturation

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

149
137
158

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

Portions of RGB colors in percentages

R + G + B = 149 + 137 + 158 = 444 (100%)
R 149 of 444 ~ 33.56%
G 137 of 444 ~ 30.86%
B 158 of 444 ~ 35.59'%

%33.56
%30.86
%35.59

CMYK color model

#95899E color CMYK value is (6,13,0,38).

  • cyan value is 5.70%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (6,13,0,38) C6M13Y0K38 (6%,13%,0%,38%) (0.06/0.13/0.00/0.38) 

CMYK percentages

%5.7
%13.29
%0
%38.04

Codes

Color #95899E in popluar color models

95 89 9E
RGB 149 137 158
HSL 274° 9.77% 57.84%
HSB/HSV 274° 13.29% 61.96%
CMYK 5.70% 13.29% 0.00%
38.04%

Color #95899E in popluar number systems.

HEX 95 89 9E
Decimal 149 137 158
Binary 10010101 10001001 10011110
Octal 225 211 236

Shades and tints

Shades of #95899E

#95899E
(149,137,158)
#887D90
(136,125,144)
#7B7182
(123,113,130)
#6E6574
(110,101,116)
#615966
(97,89,102)
#544D58
(84,77,88)
#47414A
(71,65,74)
#3A353C
(58,53,60)
#2D292E
(45,41,46)
#201D20
(32,29,32)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #95899E

#95899E
(149,137,158)
#9E93A6
(158,147,166)
#A79DAE
(167,157,174)
#B0A7B6
(176,167,182)
#B9B1BE
(185,177,190)
#C2BBC6
(194,187,198)
#CBC5CE
(203,197,206)
#D4CFD6
(212,207,214)
#DDD9DE
(221,217,222)
#E6E3E6
(230,227,230)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95899E; }

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

This text font color is #95899E.

Background Color

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

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

This div background color is #95899E.

Border color

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

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

This div border color is #95899E.

Opacity

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

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

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

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

This text has shadow with #95899E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95899E.

Preview

Color preview on black background

This text has color #95899E on black background.


Color preview on white background

This text has color #95899E on white background.


Black color preview on #95899E background

This text has black color on #95899E background.


White color preview on #95899E background

This text has white color on #95899E background.


Related colors

Complementary color

Complementary color for #hex is #6A7661.


I love getcolorcode.com

Triadic colors

1 #9E9589 and #899E95 with #95899E are triadic colors.

2 #9E8995 and #89959E with #95899E are triadic colors.