COLOR #988191

HEX: #988191
RGB: (152,129,145)

Color info

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

RGB color model

#988191 color RGB value is (152,129,145).

  • red value is 152;
  • green value is 129;
  • blue value is 145.
RGB:
(152,129,145)
(60%,51%,57%)

RGB channels and saturation

R 152 of 255 = 60%
G 129 of 255 = 51%
B 145 of 255 = 57%

152
129
145

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

Portions of RGB colors in percentages

R + G + B =
152 + 129 + 145 = 426 (100%)
R 152 of 426 ~ 35.68%
G 129 of 426 ~ 30.28%
B 145 of 426 ~ 34.04%

%35.68
%30.28
%34.04

CMYK color model

#988191 color CMYK value is (0,15,5,40).

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 4.61%
  • key color value is 40.39%
CMYK:
(0,15,5,40)
C0M15Y5K40 
(0%,15%,5%,40%)
(0.00/0.15/0.05/0.40)	

CMYK percentages

%0
%15.13
%4.61
%40.39

Codes

Color #988191 in popluar color models

988191
RGB152129145
HSL318°10.04%55.10%
HSB/HSV318°15.13%59.61%
CMYK0.00%15.13%4.61%
40.39%

Color #988191 in popluar number systems.

HEX988191
Decimal152129145
Binary100110001000000110010001
Octal230201221

Shades and tints

Shades of #988191

#988191
(152,129,145)
#8B7684
(139,118,132)
#7E6B77
(126,107,119)
#71606A
(113,96,106)
#64555D
(100,85,93)
#574A50
(87,74,80)
#4A3F43
(74,63,67)
#3D3436
(61,52,54)
#302929
(48,41,41)
#231E1C
(35,30,28)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #988191

#988191
(152,129,145)
#A18C9B
(161,140,155)
#AA97A5
(170,151,165)
#B3A2AF
(179,162,175)
#BCADB9
(188,173,185)
#C5B8C3
(197,184,195)
#CEC3CD
(206,195,205)
#D7CED7
(215,206,215)
#E0D9E1
(224,217,225)
#E9E4EB
(233,228,235)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988191 color. Also use rgb(152,129,145) instead hex code.

Text Font Color

.myTextColor { color: #988191; }

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

This text font color is #988191.


Background Color

.myBgColor { background-color: #988191; }

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

This div background color is #988191.


Border color

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

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

This div border color is #988191.


Opacity

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

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

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

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

This text has shadow with #988191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988191 on black background.


Color preview on white background

This text has color #988191 on white background.



Black color preview on #988191 background

This text has black color on #988191 background.


White color preview on #988191 background

This text has white color on #988191 background.