COLOR #8DAE89

HEX: #8DAE89
RGB: (141,174,137)

Color info

#8DAE89 contains red, green and blue colors in about the same proportion. Web safe color of #8DAE89 is #999999 (or #999).

RGB color model

#8DAE89 color RGB value is (141,174,137).

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

RGB channels and saturation

R 141 of 255 = 55%
G 174 of 255 = 68%
B 137 of 255 = 54%

141
174
137

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

Portions of RGB colors in percentages

R + G + B =
141 + 174 + 137 = 452 (100%)
R 141 of 452 ~ 31.19%
G 174 of 452 ~ 38.5%
B 137 of 452 ~ 30.31%

%31.19
%38.5
%30.31

CMYK color model

#8DAE89 color CMYK value is (19,0,21,32).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 31.76%
CMYK:
(19,0,21,32)
C19M0Y21K32 
(19%,0%,21%,32%)
(0.19/0.00/0.21/0.32)	

CMYK percentages

%18.97
%0
%21.26
%31.76

Codes

Color #8DAE89 in popluar color models

8DAE89
RGB141174137
HSL114°18.59%60.98%
HSB/HSV114°21.26%68.24%
CMYK18.97%0.00%21.26%
31.76%

Color #8DAE89 in popluar number systems.

HEX8DAE89
Decimal141174137
Binary100011011010111010001001
Octal215256211

Shades and tints

Shades of #8DAE89

#8DAE89
(141,174,137)
#819F7D
(129,159,125)
#759071
(117,144,113)
#698165
(105,129,101)
#5D7259
(93,114,89)
#51634D
(81,99,77)
#455441
(69,84,65)
#394535
(57,69,53)
#2D3629
(45,54,41)
#21271D
(33,39,29)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #8DAE89

#8DAE89
(141,174,137)
#97B593
(151,181,147)
#A1BC9D
(161,188,157)
#ABC3A7
(171,195,167)
#B5CAB1
(181,202,177)
#BFD1BB
(191,209,187)
#C9D8C5
(201,216,197)
#D3DFCF
(211,223,207)
#DDE6D9
(221,230,217)
#E7EDE3
(231,237,227)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAE89; }

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

This text font color is #8DAE89.


Background Color

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

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

This div background color is #8DAE89.


Border color

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

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

This div border color is #8DAE89.


Opacity

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

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

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

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

This text has shadow with #8DAE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAE89 on black background.


Color preview on white background

This text has color #8DAE89 on white background.



Black color preview on #8DAE89 background

This text has black color on #8DAE89 background.


White color preview on #8DAE89 background

This text has white color on #8DAE89 background.