COLOR #988799

HEX: #988799 RGB: (152,135,153)

Color info

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

RGB color model

#988799 color RGB value is (152,135,153).

RGB: (152,135,153) (60%, 53%, 60%)

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 153 of 255 = 60%

152
135
153

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

Portions of RGB colors in percentages

R + G + B = 152 + 135 + 153 = 440 (100%)
R 152 of 440 ~ 34.55%
G 135 of 440 ~ 30.68%
B 153 of 440 ~ 34.77'%

%34.55
%30.68
%34.77

CMYK color model

#988799 color CMYK value is (1,12,0,40).

  • cyan value is 0.65%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (1,12,0,40) C1M12Y0K40 (1%,12%,0%,40%) (0.01/0.12/0.00/0.40) 

CMYK percentages

%0.65
%11.76
%0
%40

Codes

Color #988799 in popluar color models

98 87 99
RGB 152 135 153
HSL 297° 8.11% 56.47%
HSB/HSV 297° 11.76% 60.00%
CMYK 0.65% 11.76% 0.00%
40.00%

Color #988799 in popluar number systems.

HEX 98 87 99
Decimal 152 135 153
Binary 10011000 10000111 10011001
Octal 230 207 231

Shades and tints

Shades of #988799

#988799
(152,135,153)
#8B7B8C
(139,123,140)
#7E6F7F
(126,111,127)
#716372
(113,99,114)
#645765
(100,87,101)
#574B58
(87,75,88)
#4A3F4B
(74,63,75)
#3D333E
(61,51,62)
#302731
(48,39,49)
#231B24
(35,27,36)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #988799

#988799
(152,135,153)
#A191A2
(161,145,162)
#AA9BAB
(170,155,171)
#B3A5B4
(179,165,180)
#BCAFBD
(188,175,189)
#C5B9C6
(197,185,198)
#CEC3CF
(206,195,207)
#D7CDD8
(215,205,216)
#E0D7E1
(224,215,225)
#E9E1EA
(233,225,234)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988799; }

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

This text font color is #988799.


Background Color

.myBgColor { background-color: #988799; }

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

This div background color is #988799.


Border color

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

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

This div border color is #988799.


Opacity

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

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

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

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

This text has shadow with #988799 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #988799 on black background.


Color preview on white background

This text has color #988799 on white background.



Black color preview on #988799 background

This text has black color on #988799 background.


White color preview on #988799 background

This text has white color on #988799 background.