COLOR #998088

HEX: #998088
RGB: (153,128,136)

Color info

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

RGB color model

#998088 color RGB value is (153,128,136).

  • red value is 153;
  • green value is 128;
  • blue value is 136.
RGB:
(153,128,136)
(60%,50%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 136 of 255 = 53%

153
128
136

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

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 136 = 417 (100%)
R 153 of 417 ~ 36.69%
G 128 of 417 ~ 30.7%
B 136 of 417 ~ 32.61%

%36.69
%30.7
%32.61

CMYK color model

#998088 color CMYK value is (0,16,11,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 11.11%
  • key color value is 40.00%
CMYK:
(0,16,11,40)
C0M16Y11K40 
(0%,16%,11%,40%)
(0.00/0.16/0.11/0.40)	

CMYK percentages

%0
%16.34
%11.11
%40

Codes

Color #998088 in popluar color models

998088
RGB153128136
HSL341°10.92%55.10%
HSB/HSV341°16.34%60.00%
CMYK0.00%16.34%11.11%
40.00%

Color #998088 in popluar number systems.

HEX998088
Decimal153128136
Binary100110011000000010001000
Octal231200210

Shades and tints

Shades of #998088

#998088
(153,128,136)
#8C757C
(140,117,124)
#7F6A70
(127,106,112)
#725F64
(114,95,100)
#655458
(101,84,88)
#58494C
(88,73,76)
#4B3E40
(75,62,64)
#3E3334
(62,51,52)
#312828
(49,40,40)
#241D1C
(36,29,28)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #998088

#998088
(153,128,136)
#A28B92
(162,139,146)
#AB969C
(171,150,156)
#B4A1A6
(180,161,166)
#BDACB0
(189,172,176)
#C6B7BA
(198,183,186)
#CFC2C4
(207,194,196)
#D8CDCE
(216,205,206)
#E1D8D8
(225,216,216)
#EAE3E2
(234,227,226)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998088 color. Also use rgb(153,128,136) instead hex code.

Text Font Color

.myTextColor { color: #998088; }

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

This text font color is #998088.


Background Color

.myBgColor { background-color: #998088; }

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

This div background color is #998088.


Border color

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

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

This div border color is #998088.


Opacity

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

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

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

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

This text has shadow with #998088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998088 on black background.


Color preview on white background

This text has color #998088 on white background.



Black color preview on #998088 background

This text has black color on #998088 background.


White color preview on #998088 background

This text has white color on #998088 background.