COLOR #988D99

HEX: #988D99
RGB: (152,141,153)

Color info

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

RGB color model

#988D99 color RGB value is (152,141,153).

  • red value is 152;
  • green value is 141;
  • blue value is 153.
RGB:
(152,141,153)
(60%,55%,60%)

RGB channels and saturation

R 152 of 255 = 60%
G 141 of 255 = 55%
B 153 of 255 = 60%

152
141
153

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

Portions of RGB colors in percentages

R + G + B =
152 + 141 + 153 = 446 (100%)
R 152 of 446 ~ 34.08%
G 141 of 446 ~ 31.61%
B 153 of 446 ~ 34.3%

%34.08
%31.61
%34.3

CMYK color model

#988D99 color CMYK value is (1,8,0,40).

  • cyan value is 0.65%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(1,8,0,40)
C1M8Y0K40 
(1%,8%,0%,40%)
(0.01/0.08/0.00/0.40)	

CMYK percentages

%0.65
%7.84
%0
%40

Codes

Color #988D99 in popluar color models

988D99
RGB152141153
HSL295°5.56%57.65%
HSB/HSV295°7.84%60.00%
CMYK0.65%7.84%0.00%
40.00%

Color #988D99 in popluar number systems.

HEX988D99
Decimal152141153
Binary100110001000110110011001
Octal230215231

Shades and tints

Shades of #988D99

#988D99
(152,141,153)
#8B818C
(139,129,140)
#7E757F
(126,117,127)
#716972
(113,105,114)
#645D65
(100,93,101)
#575158
(87,81,88)
#4A454B
(74,69,75)
#3D393E
(61,57,62)
#302D31
(48,45,49)
#232124
(35,33,36)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #988D99

#988D99
(152,141,153)
#A197A2
(161,151,162)
#AAA1AB
(170,161,171)
#B3ABB4
(179,171,180)
#BCB5BD
(188,181,189)
#C5BFC6
(197,191,198)
#CEC9CF
(206,201,207)
#D7D3D8
(215,211,216)
#E0DDE1
(224,221,225)
#E9E7EA
(233,231,234)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988D99 color. Also use rgb(152,141,153) instead hex code.

Text Font Color

.myTextColor { color: #988D99; }

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

This text font color is #988D99.


Background Color

.myBgColor { background-color: #988D99; }

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

This div background color is #988D99.


Border color

.myBorderColor { border: 1px solid #988D99; }

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

This div border color is #988D99.


Opacity

.myOpacity80 { color: #988D99; opacity: 0.8; }

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

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

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

This text has shadow with #988D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988D99 on black background.


Color preview on white background

This text has color #988D99 on white background.



Black color preview on #988D99 background

This text has black color on #988D99 background.


White color preview on #988D99 background

This text has white color on #988D99 background.