COLOR #998E6D

HEX: #998E6D RGB: (153,142,109)

Color info

#998E6D contains red, green and blue colors in about the same proportion. Web safe color of #998E6D is #999966 (or #996).

RGB color model

#998E6D color RGB value is (153,142,109).

RGB: (153,142,109) (60%, 56%, 43%)

RGB channels and saturation

R 153 of 255 = 60%
G 142 of 255 = 56%
B 109 of 255 = 43%

153
142
109

R + G + B ~ 53%. #998E6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 142 + 109 = 404 (100%)
R 153 of 404 ~ 37.87%
G 142 of 404 ~ 35.15%
B 109 of 404 ~ 26.98'%

%37.87
%35.15
%26.98

CMYK color model

#998E6D color CMYK value is (0,7,29,40).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 28.76%
  • key color value is 40.00%

CMYK: (0,7,29,40)
C0M7Y29K40 (0%, 7%, 29%, 40%)
(0.00 / 0.07 / 0.29 / 0.40)

CMYK percentages

%0
%7.19
%28.76
%40

Codes

Color #998E6D in popluar color models

99 8E 6D
RGB 153 142 109
HSL 45° 17.74% 51.37%
HSB/HSV 45° 28.76% 60.00%
CMYK 0.00% 7.19% 28.76%
40.00%

Color #998E6D in popluar number systems.

HEX 99 8E 6D
Decimal 153 142 109
Binary 10011001 10001110 1101101
Octal 231 216 155

Shades and tints

Shades of #998E6D

#998E6D
(153,142,109)
#8C8264
(140,130,100)
#7F765B
(127,118,91)
#726A52
(114,106,82)
#655E49
(101,94,73)
#585240
(88,82,64)
#4B4637
(75,70,55)
#3E3A2E
(62,58,46)
#312E25
(49,46,37)
#24221C
(36,34,28)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #998E6D

#998E6D
(153,142,109)
#A2987A
(162,152,122)
#ABA287
(171,162,135)
#B4AC94
(180,172,148)
#BDB6A1
(189,182,161)
#C6C0AE
(198,192,174)
#CFCABB
(207,202,187)
#D8D4C8
(216,212,200)
#E1DED5
(225,222,213)
#EAE8E2
(234,232,226)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998E6D color. Also use rgb(153,142,109) instead hex code.

Text Font Color

.myTextColor { color: #998E6D; }

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

This text font color is #998E6D.

Background Color

.myBgColor { background-color: #998E6D; }

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

This div background color is #998E6D.

Border color

.myBorderColor { border: 1px solid #998E6D; }

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

This div border color is #998E6D.

Opacity

.myOpacity80 { color: #998E6D; opacity: 0.8; }

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

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

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

This text has shadow with #998E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998E6D.

Preview

Color preview on black background

This text has color #998E6D on black background.


Color preview on white background

This text has color #998E6D on white background.


Black color preview on #998E6D background

This text has black color on #998E6D background.


White color preview on #998E6D background

This text has white color on #998E6D background.


Related colors

Complementary color

Complementary color for #hex is #667192.


I love getcolorcode.com

Triadic colors

1 #6D998E and #8E6D99 with #998E6D are triadic colors.

2 #6D8E99 and #8E996D with #998E6D are triadic colors.