COLOR #8DAE5D

HEX: #8DAE5D
RGB: (141,174,93)

Color info

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

RGB color model

#8DAE5D color RGB value is (141,174,93).

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

RGB channels and saturation

R 141 of 255 = 55%
G 174 of 255 = 68%
B 93 of 255 = 36%

141
174
93

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

Portions of RGB colors in percentages

R + G + B =
141 + 174 + 93 = 408 (100%)
R 141 of 408 ~ 34.56%
G 174 of 408 ~ 42.65%
B 93 of 408 ~ 22.79%

%34.56
%42.65
%22.79

CMYK color model

#8DAE5D color CMYK value is (19,0,47,32).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 46.55%
  • key color value is 31.76%
CMYK:
(19,0,47,32)
C19M0Y47K32 
(19%,0%,47%,32%)
(0.19/0.00/0.47/0.32)	

CMYK percentages

%18.97
%0
%46.55
%31.76

Codes

Color #8DAE5D in popluar color models

8DAE5D
RGB14117493
HSL84°33.33%52.35%
HSB/HSV84°46.55%68.24%
CMYK18.97%0.00%46.55%
31.76%

Color #8DAE5D in popluar number systems.

HEX8DAE5D
Decimal14117493
Binary10001101101011101011101
Octal215256135

Shades and tints

Shades of #8DAE5D

#8DAE5D
(141,174,93)
#819F55
(129,159,85)
#75904D
(117,144,77)
#698145
(105,129,69)
#5D723D
(93,114,61)
#516335
(81,99,53)
#45542D
(69,84,45)
#394525
(57,69,37)
#2D361D
(45,54,29)
#212715
(33,39,21)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #8DAE5D

#8DAE5D
(141,174,93)
#97B56B
(151,181,107)
#A1BC79
(161,188,121)
#ABC387
(171,195,135)
#B5CA95
(181,202,149)
#BFD1A3
(191,209,163)
#C9D8B1
(201,216,177)
#D3DFBF
(211,223,191)
#DDE6CD
(221,230,205)
#E7EDDB
(231,237,219)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAE5D; }

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

This text font color is #8DAE5D.


Background Color

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

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

This div background color is #8DAE5D.


Border color

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

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

This div border color is #8DAE5D.


Opacity

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

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

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

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

This text has shadow with #8DAE5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAE5D on black background.


Color preview on white background

This text has color #8DAE5D on white background.



Black color preview on #8DAE5D background

This text has black color on #8DAE5D background.


White color preview on #8DAE5D background

This text has white color on #8DAE5D background.