COLOR #8D9E6A

HEX: #8D9E6A
RGB: (141,158,106)

Color info

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

RGB color model

#8D9E6A color RGB value is (141,158,106).

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

RGB channels and saturation

R 141 of 255 = 55%
G 158 of 255 = 62%
B 106 of 255 = 42%

141
158
106

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

Portions of RGB colors in percentages

R + G + B =
141 + 158 + 106 = 405 (100%)
R 141 of 405 ~ 34.81%
G 158 of 405 ~ 39.01%
B 106 of 405 ~ 26.17%

%34.81
%39.01
%26.17

CMYK color model

#8D9E6A color CMYK value is (11,0,33,38).

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 32.91%
  • key color value is 38.04%
CMYK:
(11,0,33,38)
C11M0Y33K38 
(11%,0%,33%,38%)
(0.11/0.00/0.33/0.38)	

CMYK percentages

%10.76
%0
%32.91
%38.04

Codes

Color #8D9E6A in popluar color models

8D9E6A
RGB141158106
HSL80°21.14%51.76%
HSB/HSV80°32.91%61.96%
CMYK10.76%0.00%32.91%
38.04%

Color #8D9E6A in popluar number systems.

HEX8D9E6A
Decimal141158106
Binary10001101100111101101010
Octal215236152

Shades and tints

Shades of #8D9E6A

#8D9E6A
(141,158,106)
#819061
(129,144,97)
#758258
(117,130,88)
#69744F
(105,116,79)
#5D6646
(93,102,70)
#51583D
(81,88,61)
#454A34
(69,74,52)
#393C2B
(57,60,43)
#2D2E22
(45,46,34)
#212019
(33,32,25)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #8D9E6A

#8D9E6A
(141,158,106)
#97A677
(151,166,119)
#A1AE84
(161,174,132)
#ABB691
(171,182,145)
#B5BE9E
(181,190,158)
#BFC6AB
(191,198,171)
#C9CEB8
(201,206,184)
#D3D6C5
(211,214,197)
#DDDED2
(221,222,210)
#E7E6DF
(231,230,223)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9E6A; }

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

This text font color is #8D9E6A.


Background Color

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

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

This div background color is #8D9E6A.


Border color

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

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

This div border color is #8D9E6A.


Opacity

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

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

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

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

This text has shadow with #8D9E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9E6A on black background.


Color preview on white background

This text has color #8D9E6A on white background.



Black color preview on #8D9E6A background

This text has black color on #8D9E6A background.


White color preview on #8D9E6A background

This text has white color on #8D9E6A background.