COLOR #958188

HEX: #958188
RGB: (149,129,136)

Color info

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

RGB color model

#958188 color RGB value is (149,129,136).

  • red value is 149;
  • green value is 129;
  • blue value is 136.
RGB:
(149,129,136)
(58%,51%,53%)

RGB channels and saturation

R 149 of 255 = 58%
G 129 of 255 = 51%
B 136 of 255 = 53%

149
129
136

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

Portions of RGB colors in percentages

R + G + B =
149 + 129 + 136 = 414 (100%)
R 149 of 414 ~ 35.99%
G 129 of 414 ~ 31.16%
B 136 of 414 ~ 32.85%

%35.99
%31.16
%32.85

CMYK color model

#958188 color CMYK value is (0,13,9,42).

  • cyan value is 0.00%
  • magenta value is 13.42%
  • yellow value is 8.72%
  • key color value is 41.57%
CMYK:
(0,13,9,42)
C0M13Y9K42 
(0%,13%,9%,42%)
(0.00/0.13/0.09/0.42)	

CMYK percentages

%0
%13.42
%8.72
%41.57

Codes

Color #958188 in popluar color models

958188
RGB149129136
HSL339°8.62%54.51%
HSB/HSV339°13.42%58.43%
CMYK0.00%13.42%8.72%
41.57%

Color #958188 in popluar number systems.

HEX958188
Decimal149129136
Binary100101011000000110001000
Octal225201210

Shades and tints

Shades of #958188

#958188
(149,129,136)
#88767C
(136,118,124)
#7B6B70
(123,107,112)
#6E6064
(110,96,100)
#615558
(97,85,88)
#544A4C
(84,74,76)
#473F40
(71,63,64)
#3A3434
(58,52,52)
#2D2928
(45,41,40)
#201E1C
(32,30,28)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #958188

#958188
(149,129,136)
#9E8C92
(158,140,146)
#A7979C
(167,151,156)
#B0A2A6
(176,162,166)
#B9ADB0
(185,173,176)
#C2B8BA
(194,184,186)
#CBC3C4
(203,195,196)
#D4CECE
(212,206,206)
#DDD9D8
(221,217,216)
#E6E4E2
(230,228,226)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958188 color. Also use rgb(149,129,136) instead hex code.

Text Font Color

.myTextColor { color: #958188; }

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

This text font color is #958188.


Background Color

.myBgColor { background-color: #958188; }

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

This div background color is #958188.


Border color

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

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

This div border color is #958188.


Opacity

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

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

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

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

This text has shadow with #958188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958188 on black background.


Color preview on white background

This text has color #958188 on white background.



Black color preview on #958188 background

This text has black color on #958188 background.


White color preview on #958188 background

This text has white color on #958188 background.