COLOR #988193

HEX: #988193
RGB: (152,129,147)

Color info

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

RGB color model

#988193 color RGB value is (152,129,147).

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

RGB channels and saturation

R 152 of 255 = 60%
G 129 of 255 = 51%
B 147 of 255 = 58%

152
129
147

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

Portions of RGB colors in percentages

R + G + B =
152 + 129 + 147 = 428 (100%)
R 152 of 428 ~ 35.51%
G 129 of 428 ~ 30.14%
B 147 of 428 ~ 34.35%

%35.51
%30.14
%34.35

CMYK color model

#988193 color CMYK value is (0,15,3,40).

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 3.29%
  • key color value is 40.39%
CMYK:
(0,15,3,40)
C0M15Y3K40 
(0%,15%,3%,40%)
(0.00/0.15/0.03/0.40)	

CMYK percentages

%0
%15.13
%3.29
%40.39

Codes

Color #988193 in popluar color models

988193
RGB152129147
HSL313°10.04%55.10%
HSB/HSV313°15.13%59.61%
CMYK0.00%15.13%3.29%
40.39%

Color #988193 in popluar number systems.

HEX988193
Decimal152129147
Binary100110001000000110010011
Octal230201223

Shades and tints

Shades of #988193

#988193
(152,129,147)
#8B7686
(139,118,134)
#7E6B79
(126,107,121)
#71606C
(113,96,108)
#64555F
(100,85,95)
#574A52
(87,74,82)
#4A3F45
(74,63,69)
#3D3438
(61,52,56)
#30292B
(48,41,43)
#231E1E
(35,30,30)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #988193

#988193
(152,129,147)
#A18C9C
(161,140,156)
#AA97A5
(170,151,165)
#B3A2AE
(179,162,174)
#BCADB7
(188,173,183)
#C5B8C0
(197,184,192)
#CEC3C9
(206,195,201)
#D7CED2
(215,206,210)
#E0D9DB
(224,217,219)
#E9E4E4
(233,228,228)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988193; }

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

This text font color is #988193.


Background Color

.myBgColor { background-color: #988193; }

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

This div background color is #988193.


Border color

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

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

This div border color is #988193.


Opacity

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

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

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

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

This text has shadow with #988193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988193 on black background.


Color preview on white background

This text has color #988193 on white background.



Black color preview on #988193 background

This text has black color on #988193 background.


White color preview on #988193 background

This text has white color on #988193 background.