COLOR #998885

HEX: #998885 RGB: (153,136,133)

Color info

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

RGB color model

#998885 color RGB value is (153,136,133).

RGB: (153,136,133) (60%, 53%, 52%)

RGB channels and saturation

R 153 of 255 = 60%
G 136 of 255 = 53%
B 133 of 255 = 52%

153
136
133

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

Portions of RGB colors in percentages

R + G + B = 153 + 136 + 133 = 422 (100%)
R 153 of 422 ~ 36.26%
G 136 of 422 ~ 32.23%
B 133 of 422 ~ 31.52'%

%36.26
%32.23
%31.52

CMYK color model

#998885 color CMYK value is (0,11,13,40).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 13.07%
  • key color value is 40.00%
CMYK: (0,11,13,40) C0M11Y13K40 (0%,11%,13%,40%) (0.00/0.11/0.13/0.40) 

CMYK percentages

%0
%11.11
%13.07
%40

Codes

Color #998885 in popluar color models

99 88 85
RGB 153 136 133
HSL 8.93% 56.08%
HSB/HSV 13.07% 60.00%
CMYK 0.00% 11.11% 13.07%
40.00%

Color #998885 in popluar number systems.

HEX 99 88 85
Decimal 153 136 133
Binary 10011001 10001000 10000101
Octal 231 210 205

Shades and tints

Shades of #998885

#998885
(153,136,133)
#8C7C79
(140,124,121)
#7F706D
(127,112,109)
#726461
(114,100,97)
#655855
(101,88,85)
#584C49
(88,76,73)
#4B403D
(75,64,61)
#3E3431
(62,52,49)
#312825
(49,40,37)
#241C19
(36,28,25)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #998885

#998885
(153,136,133)
#A29290
(162,146,144)
#AB9C9B
(171,156,155)
#B4A6A6
(180,166,166)
#BDB0B1
(189,176,177)
#C6BABC
(198,186,188)
#CFC4C7
(207,196,199)
#D8CED2
(216,206,210)
#E1D8DD
(225,216,221)
#EAE2E8
(234,226,232)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998885; }

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

This text font color is #998885.

Background Color

.myBgColor { background-color: #998885; }

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

This div background color is #998885.

Border color

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

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

This div border color is #998885.

Opacity

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

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

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

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

This text has shadow with #998885 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998885.

Preview

Color preview on black background

This text has color #998885 on black background.


Color preview on white background

This text has color #998885 on white background.


Black color preview on #998885 background

This text has black color on #998885 background.


White color preview on #998885 background

This text has white color on #998885 background.


Related colors

Complementary color

Complementary color for #hex is #66777A.


I love getcolorcode.com

Triadic colors

1 #859988 and #888599 with #998885 are triadic colors.

2 #858899 and #889985 with #998885 are triadic colors.