COLOR #959199

HEX: #959199 RGB: (149,145,153)

Color info

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

RGB color model

#959199 color RGB value is (149,145,153).

RGB: (149,145,153) (58%, 57%, 60%)

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 153 of 255 = 60%

149
145
153

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

Portions of RGB colors in percentages

R + G + B = 149 + 145 + 153 = 447 (100%)
R 149 of 447 ~ 33.33%
G 145 of 447 ~ 32.44%
B 153 of 447 ~ 34.23'%

%33.33
%32.44
%34.23

CMYK color model

#959199 color CMYK value is (3,5,0,40).

  • cyan value is 2.61%
  • magenta value is 5.23%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (3,5,0,40)
C3M5Y0K40 (3%, 5%, 0%, 40%)
(0.03 / 0.05 / 0.00 / 0.40)

CMYK percentages

%2.61
%5.23
%0
%40

Codes

Color #959199 in popluar color models

95 91 99
RGB 149 145 153
HSL 270° 3.77% 58.43%
HSB/HSV 270° 5.23% 60.00%
CMYK 2.61% 5.23% 0.00%
40.00%

Color #959199 in popluar number systems.

HEX 95 91 99
Decimal 149 145 153
Binary 10010101 10010001 10011001
Octal 225 221 231

Shades and tints

Shades of #959199

#959199
(149,145,153)
#88848C
(136,132,140)
#7B777F
(123,119,127)
#6E6A72
(110,106,114)
#615D65
(97,93,101)
#545058
(84,80,88)
#47434B
(71,67,75)
#3A363E
(58,54,62)
#2D2931
(45,41,49)
#201C24
(32,28,36)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #959199

#959199
(149,145,153)
#9E9BA2
(158,155,162)
#A7A5AB
(167,165,171)
#B0AFB4
(176,175,180)
#B9B9BD
(185,185,189)
#C2C3C6
(194,195,198)
#CBCDCF
(203,205,207)
#D4D7D8
(212,215,216)
#DDE1E1
(221,225,225)
#E6EBEA
(230,235,234)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959199 color. Also use rgb(149,145,153) instead hex code.

Text Font Color

.myTextColor { color: #959199; }

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

This text font color is #959199.

Background Color

.myBgColor { background-color: #959199; }

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

This div background color is #959199.

Border color

.myBorderColor { border: 1px solid #959199; }

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

This div border color is #959199.

Opacity

.myOpacity80 { color: #959199; opacity: 0.8; }

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

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

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

This text has shadow with #959199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959199.

Preview

Color preview on black background

This text has color #959199 on black background.


Color preview on white background

This text has color #959199 on white background.


Black color preview on #959199 background

This text has black color on #959199 background.


White color preview on #959199 background

This text has white color on #959199 background.


Related colors

Complementary color

Complementary color for #hex is #6A6E66.


I love getcolorcode.com

Triadic colors

1 #999591 and #919995 with #959199 are triadic colors.

2 #999195 and #919599 with #959199 are triadic colors.