COLOR #998883

HEX: #998883 RGB: (153,136,131)

Color info

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

RGB color model

#998883 color RGB value is (153,136,131).

RGB: (153,136,131) (60%, 53%, 51%)

RGB channels and saturation

R 153 of 255 = 60%
G 136 of 255 = 53%
B 131 of 255 = 51%

153
136
131

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

Portions of RGB colors in percentages

R + G + B = 153 + 136 + 131 = 420 (100%)
R 153 of 420 ~ 36.43%
G 136 of 420 ~ 32.38%
B 131 of 420 ~ 31.19'%

%36.43
%32.38
%31.19

CMYK color model

#998883 color CMYK value is (0,11,14,40).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 14.38%
  • key color value is 40.00%

CMYK: (0,11,14,40)
C0M11Y14K40 (0%, 11%, 14%, 40%)
(0.00 / 0.11 / 0.14 / 0.40)

CMYK percentages

%0
%11.11
%14.38
%40

Codes

Color #998883 in popluar color models

99 88 83
RGB 153 136 131
HSL 14° 9.73% 55.69%
HSB/HSV 14° 14.38% 60.00%
CMYK 0.00% 11.11% 14.38%
40.00%

Color #998883 in popluar number systems.

HEX 99 88 83
Decimal 153 136 131
Binary 10011001 10001000 10000011
Octal 231 210 203

Shades and tints

Shades of #998883

#998883
(153,136,131)
#8C7C78
(140,124,120)
#7F706D
(127,112,109)
#726462
(114,100,98)
#655857
(101,88,87)
#584C4C
(88,76,76)
#4B4041
(75,64,65)
#3E3436
(62,52,54)
#31282B
(49,40,43)
#241C20
(36,28,32)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #998883

#998883
(153,136,131)
#A2928E
(162,146,142)
#AB9C99
(171,156,153)
#B4A6A4
(180,166,164)
#BDB0AF
(189,176,175)
#C6BABA
(198,186,186)
#CFC4C5
(207,196,197)
#D8CED0
(216,206,208)
#E1D8DB
(225,216,219)
#EAE2E6
(234,226,230)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998883; }

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

This text font color is #998883.

Background Color

.myBgColor { background-color: #998883; }

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

This div background color is #998883.

Border color

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

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

This div border color is #998883.

Opacity

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

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

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

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

This text has shadow with #998883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998883.

Preview

Color preview on black background

This text has color #998883 on black background.


Color preview on white background

This text has color #998883 on white background.


Black color preview on #998883 background

This text has black color on #998883 background.


White color preview on #998883 background

This text has white color on #998883 background.


Related colors

Complementary color

Complementary color for #hex is #66777C.


I love getcolorcode.com

Triadic colors

1 #839988 and #888399 with #998883 are triadic colors.

2 #838899 and #889983 with #998883 are triadic colors.