COLOR #988691

HEX: #988691
RGB: (152,134,145)

Color info

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

RGB color model

#988691 color RGB value is (152,134,145).

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

RGB channels and saturation

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

152
134
145

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

Portions of RGB colors in percentages

R + G + B =
152 + 134 + 145 = 431 (100%)
R 152 of 431 ~ 35.27%
G 134 of 431 ~ 31.09%
B 145 of 431 ~ 33.64%

%35.27
%31.09
%33.64

CMYK color model

#988691 color CMYK value is (0,12,5,40).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 4.61%
  • key color value is 40.39%
CMYK:
(0,12,5,40)
C0M12Y5K40 
(0%,12%,5%,40%)
(0.00/0.12/0.05/0.40)	

CMYK percentages

%0
%11.84
%4.61
%40.39

Codes

Color #988691 in popluar color models

988691
RGB152134145
HSL323°8.04%56.08%
HSB/HSV323°11.84%59.61%
CMYK0.00%11.84%4.61%
40.39%

Color #988691 in popluar number systems.

HEX988691
Decimal152134145
Binary100110001000011010010001
Octal230206221

Shades and tints

Shades of #988691

#988691
(152,134,145)
#8B7A84
(139,122,132)
#7E6E77
(126,110,119)
#71626A
(113,98,106)
#64565D
(100,86,93)
#574A50
(87,74,80)
#4A3E43
(74,62,67)
#3D3236
(61,50,54)
#302629
(48,38,41)
#231A1C
(35,26,28)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #988691

#988691
(152,134,145)
#A1919B
(161,145,155)
#AA9CA5
(170,156,165)
#B3A7AF
(179,167,175)
#BCB2B9
(188,178,185)
#C5BDC3
(197,189,195)
#CEC8CD
(206,200,205)
#D7D3D7
(215,211,215)
#E0DEE1
(224,222,225)
#E9E9EB
(233,233,235)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988691; }

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

This text font color is #988691.


Background Color

.myBgColor { background-color: #988691; }

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

This div background color is #988691.


Border color

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

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

This div border color is #988691.


Opacity

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

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

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

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

This text has shadow with #988691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988691 on black background.


Color preview on white background

This text has color #988691 on white background.



Black color preview on #988691 background

This text has black color on #988691 background.


White color preview on #988691 background

This text has white color on #988691 background.