COLOR #8D996A

HEX: #8D996A
RGB: (141,153,106)

Color info

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

RGB color model

#8D996A color RGB value is (141,153,106).

  • red value is 141;
  • green value is 153;
  • blue value is 106.
RGB:
(141,153,106)
(55%,60%,42%)

RGB channels and saturation

R 141 of 255 = 55%
G 153 of 255 = 60%
B 106 of 255 = 42%

141
153
106

R + G + B ~ 52%. #8D996A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 153 + 106 = 400 (100%)
R 141 of 400 ~ 35.25%
G 153 of 400 ~ 38.25%
B 106 of 400 ~ 26.5%

%35.25
%38.25
%26.5

CMYK color model

#8D996A color CMYK value is (8,0,31,40).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 40.00%
CMYK:
(8,0,31,40)
C8M0Y31K40 
(8%,0%,31%,40%)
(0.08/0.00/0.31/0.40)	

CMYK percentages

%7.84
%0
%30.72
%40

Codes

Color #8D996A in popluar color models

8D996A
RGB141153106
HSL75°18.73%50.78%
HSB/HSV75°30.72%60.00%
CMYK7.84%0.00%30.72%
40.00%

Color #8D996A in popluar number systems.

HEX8D996A
Decimal141153106
Binary10001101100110011101010
Octal215231152

Shades and tints

Shades of #8D996A

#8D996A
(141,153,106)
#818C61
(129,140,97)
#757F58
(117,127,88)
#69724F
(105,114,79)
#5D6546
(93,101,70)
#51583D
(81,88,61)
#454B34
(69,75,52)
#393E2B
(57,62,43)
#2D3122
(45,49,34)
#212419
(33,36,25)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #8D996A

#8D996A
(141,153,106)
#97A277
(151,162,119)
#A1AB84
(161,171,132)
#ABB491
(171,180,145)
#B5BD9E
(181,189,158)
#BFC6AB
(191,198,171)
#C9CFB8
(201,207,184)
#D3D8C5
(211,216,197)
#DDE1D2
(221,225,210)
#E7EADF
(231,234,223)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D996A color. Also use rgb(141,153,106) instead hex code.

Text Font Color

.myTextColor { color: #8D996A; }

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

This text font color is #8D996A.


Background Color

.myBgColor { background-color: #8D996A; }

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

This div background color is #8D996A.


Border color

.myBorderColor { border: 1px solid #8D996A; }

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

This div border color is #8D996A.


Opacity

.myOpacity80 { color: #8D996A; opacity: 0.8; }

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

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

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

This text has shadow with #8D996A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D996A on black background.


Color preview on white background

This text has color #8D996A on white background.



Black color preview on #8D996A background

This text has black color on #8D996A background.


White color preview on #8D996A background

This text has white color on #8D996A background.