COLOR #988097

HEX: #988097
RGB: (152,128,151)

Color info

#988097 contains red, green and blue colors in about the same proportion. Web safe color of #988097 is #996699 (or #969).

RGB color model

#988097 color RGB value is (152,128,151).

  • red value is 152;
  • green value is 128;
  • blue value is 151.
RGB:
(152,128,151)
(60%,50%,59%)

RGB channels and saturation

R 152 of 255 = 60%
G 128 of 255 = 50%
B 151 of 255 = 59%

152
128
151

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

Portions of RGB colors in percentages

R + G + B =
152 + 128 + 151 = 431 (100%)
R 152 of 431 ~ 35.27%
G 128 of 431 ~ 29.7%
B 151 of 431 ~ 35.03%

%35.27
%29.7
%35.03

CMYK color model

#988097 color CMYK value is (0,16,1,40).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 0.66%
  • key color value is 40.39%
CMYK:
(0,16,1,40)
C0M16Y1K40 
(0%,16%,1%,40%)
(0.00/0.16/0.01/0.40)	

CMYK percentages

%0
%15.79
%0.66
%40.39

Codes

Color #988097 in popluar color models

988097
RGB152128151
HSL303°10.43%54.90%
HSB/HSV303°15.79%59.61%
CMYK0.00%15.79%0.66%
40.39%

Color #988097 in popluar number systems.

HEX988097
Decimal152128151
Binary100110001000000010010111
Octal230200227

Shades and tints

Shades of #988097

#988097
(152,128,151)
#8B758A
(139,117,138)
#7E6A7D
(126,106,125)
#715F70
(113,95,112)
#645463
(100,84,99)
#574956
(87,73,86)
#4A3E49
(74,62,73)
#3D333C
(61,51,60)
#30282F
(48,40,47)
#231D22
(35,29,34)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #988097

#988097
(152,128,151)
#A18BA0
(161,139,160)
#AA96A9
(170,150,169)
#B3A1B2
(179,161,178)
#BCACBB
(188,172,187)
#C5B7C4
(197,183,196)
#CEC2CD
(206,194,205)
#D7CDD6
(215,205,214)
#E0D8DF
(224,216,223)
#E9E3E8
(233,227,232)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988097 color. Also use rgb(152,128,151) instead hex code.

Text Font Color

.myTextColor { color: #988097; }

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

This text font color is #988097.


Background Color

.myBgColor { background-color: #988097; }

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

This div background color is #988097.


Border color

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

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

This div border color is #988097.


Opacity

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

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

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

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

This text has shadow with #988097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988097 on black background.


Color preview on white background

This text has color #988097 on white background.



Black color preview on #988097 background

This text has black color on #988097 background.


White color preview on #988097 background

This text has white color on #988097 background.