COLOR #8DAE6A

HEX: #8DAE6A
RGB: (141,174,106)

Color info

#8DAE6A contains mainly red and green colors. Web safe color of #8DAE6A is #999966 (or #996).

RGB color model

#8DAE6A color RGB value is (141,174,106).

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

RGB channels and saturation

R 141 of 255 = 55%
G 174 of 255 = 68%
B 106 of 255 = 42%

141
174
106

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

Portions of RGB colors in percentages

R + G + B =
141 + 174 + 106 = 421 (100%)
R 141 of 421 ~ 33.49%
G 174 of 421 ~ 41.33%
B 106 of 421 ~ 25.18%

%33.49
%41.33
%25.18

CMYK color model

#8DAE6A color CMYK value is (19,0,39,32).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 39.08%
  • key color value is 31.76%
CMYK:
(19,0,39,32)
C19M0Y39K32 
(19%,0%,39%,32%)
(0.19/0.00/0.39/0.32)	

CMYK percentages

%18.97
%0
%39.08
%31.76

Codes

Color #8DAE6A in popluar color models

8DAE6A
RGB141174106
HSL89°29.57%54.90%
HSB/HSV89°39.08%68.24%
CMYK18.97%0.00%39.08%
31.76%

Color #8DAE6A in popluar number systems.

HEX8DAE6A
Decimal141174106
Binary10001101101011101101010
Octal215256152

Shades and tints

Shades of #8DAE6A

#8DAE6A
(141,174,106)
#819F61
(129,159,97)
#759058
(117,144,88)
#69814F
(105,129,79)
#5D7246
(93,114,70)
#51633D
(81,99,61)
#455434
(69,84,52)
#39452B
(57,69,43)
#2D3622
(45,54,34)
#212719
(33,39,25)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #8DAE6A

#8DAE6A
(141,174,106)
#97B577
(151,181,119)
#A1BC84
(161,188,132)
#ABC391
(171,195,145)
#B5CA9E
(181,202,158)
#BFD1AB
(191,209,171)
#C9D8B8
(201,216,184)
#D3DFC5
(211,223,197)
#DDE6D2
(221,230,210)
#E7EDDF
(231,237,223)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAE6A; }

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

This text font color is #8DAE6A.


Background Color

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

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

This div background color is #8DAE6A.


Border color

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

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

This div border color is #8DAE6A.


Opacity

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

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

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

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

This text has shadow with #8DAE6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAE6A on black background.


Color preview on white background

This text has color #8DAE6A on white background.



Black color preview on #8DAE6A background

This text has black color on #8DAE6A background.


White color preview on #8DAE6A background

This text has white color on #8DAE6A background.