COLOR #988791

HEX: #988791
RGB: (152,135,145)

Color info

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

RGB color model

#988791 color RGB value is (152,135,145).

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

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 145 of 255 = 57%

152
135
145

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

Portions of RGB colors in percentages

R + G + B =
152 + 135 + 145 = 432 (100%)
R 152 of 432 ~ 35.19%
G 135 of 432 ~ 31.25%
B 145 of 432 ~ 33.56%

%35.19
%31.25
%33.56

CMYK color model

#988791 color CMYK value is (0,11,5,40).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 4.61%
  • key color value is 40.39%
CMYK:
(0,11,5,40)
C0M11Y5K40 
(0%,11%,5%,40%)
(0.00/0.11/0.05/0.40)	

CMYK percentages

%0
%11.18
%4.61
%40.39

Codes

Color #988791 in popluar color models

988791
RGB152135145
HSL325°7.62%56.27%
HSB/HSV325°11.18%59.61%
CMYK0.00%11.18%4.61%
40.39%

Color #988791 in popluar number systems.

HEX988791
Decimal152135145
Binary100110001000011110010001
Octal230207221

Shades and tints

Shades of #988791

#988791
(152,135,145)
#8B7B84
(139,123,132)
#7E6F77
(126,111,119)
#71636A
(113,99,106)
#64575D
(100,87,93)
#574B50
(87,75,80)
#4A3F43
(74,63,67)
#3D3336
(61,51,54)
#302729
(48,39,41)
#231B1C
(35,27,28)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #988791

#988791
(152,135,145)
#A1919B
(161,145,155)
#AA9BA5
(170,155,165)
#B3A5AF
(179,165,175)
#BCAFB9
(188,175,185)
#C5B9C3
(197,185,195)
#CEC3CD
(206,195,205)
#D7CDD7
(215,205,215)
#E0D7E1
(224,215,225)
#E9E1EB
(233,225,235)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988791; }

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

This text font color is #988791.


Background Color

.myBgColor { background-color: #988791; }

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

This div background color is #988791.


Border color

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

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

This div border color is #988791.


Opacity

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

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

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

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

This text has shadow with #988791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988791 on black background.


Color preview on white background

This text has color #988791 on white background.



Black color preview on #988791 background

This text has black color on #988791 background.


White color preview on #988791 background

This text has white color on #988791 background.