COLOR #988F95

HEX: #988F95
RGB: (152,143,149)

Color info

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

RGB color model

#988F95 color RGB value is (152,143,149).

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

RGB channels and saturation

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

152
143
149

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

Portions of RGB colors in percentages

R + G + B =
152 + 143 + 149 = 444 (100%)
R 152 of 444 ~ 34.23%
G 143 of 444 ~ 32.21%
B 149 of 444 ~ 33.56%

%34.23
%32.21
%33.56

CMYK color model

#988F95 color CMYK value is (0,6,2,40).

  • cyan value is 0.00%
  • magenta value is 5.92%
  • yellow value is 1.97%
  • key color value is 40.39%
CMYK:
(0,6,2,40)
C0M6Y2K40 
(0%,6%,2%,40%)
(0.00/0.06/0.02/0.40)	

CMYK percentages

%0
%5.92
%1.97
%40.39

Codes

Color #988F95 in popluar color models

988F95
RGB152143149
HSL320°4.19%57.84%
HSB/HSV320°5.92%59.61%
CMYK0.00%5.92%1.97%
40.39%

Color #988F95 in popluar number systems.

HEX988F95
Decimal152143149
Binary100110001000111110010101
Octal230217225

Shades and tints

Shades of #988F95

#988F95
(152,143,149)
#8B8288
(139,130,136)
#7E757B
(126,117,123)
#71686E
(113,104,110)
#645B61
(100,91,97)
#574E54
(87,78,84)
#4A4147
(74,65,71)
#3D343A
(61,52,58)
#30272D
(48,39,45)
#231A20
(35,26,32)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #988F95

#988F95
(152,143,149)
#A1999E
(161,153,158)
#AAA3A7
(170,163,167)
#B3ADB0
(179,173,176)
#BCB7B9
(188,183,185)
#C5C1C2
(197,193,194)
#CECBCB
(206,203,203)
#D7D5D4
(215,213,212)
#E0DFDD
(224,223,221)
#E9E9E6
(233,233,230)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988F95; }

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

This text font color is #988F95.


Background Color

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

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

This div background color is #988F95.


Border color

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

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

This div border color is #988F95.


Opacity

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

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

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

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

This text has shadow with #988F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988F95 on black background.


Color preview on white background

This text has color #988F95 on white background.



Black color preview on #988F95 background

This text has black color on #988F95 background.


White color preview on #988F95 background

This text has white color on #988F95 background.