COLOR #988E99

HEX: #988E99
RGB: (152,142,153)

Color info

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

RGB color model

#988E99 color RGB value is (152,142,153).

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

RGB channels and saturation

R 152 of 255 = 60%
G 142 of 255 = 56%
B 153 of 255 = 60%

152
142
153

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

Portions of RGB colors in percentages

R + G + B =
152 + 142 + 153 = 447 (100%)
R 152 of 447 ~ 34%
G 142 of 447 ~ 31.77%
B 153 of 447 ~ 34.23%

%34
%31.77
%34.23

CMYK color model

#988E99 color CMYK value is (1,7,0,40).

  • cyan value is 0.65%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(1,7,0,40)
C1M7Y0K40 
(1%,7%,0%,40%)
(0.01/0.07/0.00/0.40)	

CMYK percentages

%0.65
%7.19
%0
%40

Codes

Color #988E99 in popluar color models

988E99
RGB152142153
HSL295°5.12%57.84%
HSB/HSV295°7.19%60.00%
CMYK0.65%7.19%0.00%
40.00%

Color #988E99 in popluar number systems.

HEX988E99
Decimal152142153
Binary100110001000111010011001
Octal230216231

Shades and tints

Shades of #988E99

#988E99
(152,142,153)
#8B828C
(139,130,140)
#7E767F
(126,118,127)
#716A72
(113,106,114)
#645E65
(100,94,101)
#575258
(87,82,88)
#4A464B
(74,70,75)
#3D3A3E
(61,58,62)
#302E31
(48,46,49)
#232224
(35,34,36)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #988E99

#988E99
(152,142,153)
#A198A2
(161,152,162)
#AAA2AB
(170,162,171)
#B3ACB4
(179,172,180)
#BCB6BD
(188,182,189)
#C5C0C6
(197,192,198)
#CECACF
(206,202,207)
#D7D4D8
(215,212,216)
#E0DEE1
(224,222,225)
#E9E8EA
(233,232,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988E99; }

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

This text font color is #988E99.


Background Color

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

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

This div background color is #988E99.


Border color

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

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

This div border color is #988E99.


Opacity

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

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

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

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

This text has shadow with #988E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988E99 on black background.


Color preview on white background

This text has color #988E99 on white background.



Black color preview on #988E99 background

This text has black color on #988E99 background.


White color preview on #988E99 background

This text has white color on #988E99 background.