COLOR #988F93

HEX: #988F93
RGB: (152,143,147)

Color info

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

RGB color model

#988F93 color RGB value is (152,143,147).

  • red value is 152;
  • green value is 143;
  • blue value is 147.
RGB:
(152,143,147)
(60%,56%,58%)

RGB channels and saturation

R 152 of 255 = 60%
G 143 of 255 = 56%
B 147 of 255 = 58%

152
143
147

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

Portions of RGB colors in percentages

R + G + B =
152 + 143 + 147 = 442 (100%)
R 152 of 442 ~ 34.39%
G 143 of 442 ~ 32.35%
B 147 of 442 ~ 33.26%

%34.39
%32.35
%33.26

CMYK color model

#988F93 color CMYK value is (0,6,3,40).

  • cyan value is 0.00%
  • magenta value is 5.92%
  • yellow value is 3.29%
  • key color value is 40.39%
CMYK:
(0,6,3,40)
C0M6Y3K40 
(0%,6%,3%,40%)
(0.00/0.06/0.03/0.40)	

CMYK percentages

%0
%5.92
%3.29
%40.39

Codes

Color #988F93 in popluar color models

988F93
RGB152143147
HSL333°4.19%57.84%
HSB/HSV333°5.92%59.61%
CMYK0.00%5.92%3.29%
40.39%

Color #988F93 in popluar number systems.

HEX988F93
Decimal152143147
Binary100110001000111110010011
Octal230217223

Shades and tints

Shades of #988F93

#988F93
(152,143,147)
#8B8286
(139,130,134)
#7E7579
(126,117,121)
#71686C
(113,104,108)
#645B5F
(100,91,95)
#574E52
(87,78,82)
#4A4145
(74,65,69)
#3D3438
(61,52,56)
#30272B
(48,39,43)
#231A1E
(35,26,30)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #988F93

#988F93
(152,143,147)
#A1999C
(161,153,156)
#AAA3A5
(170,163,165)
#B3ADAE
(179,173,174)
#BCB7B7
(188,183,183)
#C5C1C0
(197,193,192)
#CECBC9
(206,203,201)
#D7D5D2
(215,213,210)
#E0DFDB
(224,223,219)
#E9E9E4
(233,233,228)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988F93 color. Also use rgb(152,143,147) instead hex code.

Text Font Color

.myTextColor { color: #988F93; }

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

This text font color is #988F93.


Background Color

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

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

This div background color is #988F93.


Border color

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

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

This div border color is #988F93.


Opacity

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

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

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

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

This text has shadow with #988F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988F93 on black background.


Color preview on white background

This text has color #988F93 on white background.



Black color preview on #988F93 background

This text has black color on #988F93 background.


White color preview on #988F93 background

This text has white color on #988F93 background.