COLOR #8DAB89

HEX: #8DAB89
RGB: (141,171,137)

Color info

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

RGB color model

#8DAB89 color RGB value is (141,171,137).

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

RGB channels and saturation

R 141 of 255 = 55%
G 171 of 255 = 67%
B 137 of 255 = 54%

141
171
137

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

Portions of RGB colors in percentages

R + G + B =
141 + 171 + 137 = 449 (100%)
R 141 of 449 ~ 31.4%
G 171 of 449 ~ 38.08%
B 137 of 449 ~ 30.51%

%31.4
%38.08
%30.51

CMYK color model

#8DAB89 color CMYK value is (18,0,20,33).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK:
(18,0,20,33)
C18M0Y20K33 
(18%,0%,20%,33%)
(0.18/0.00/0.20/0.33)	

CMYK percentages

%17.54
%0
%19.88
%32.94

Codes

Color #8DAB89 in popluar color models

8DAB89
RGB141171137
HSL113°16.83%60.39%
HSB/HSV113°19.88%67.06%
CMYK17.54%0.00%19.88%
32.94%

Color #8DAB89 in popluar number systems.

HEX8DAB89
Decimal141171137
Binary100011011010101110001001
Octal215253211

Shades and tints

Shades of #8DAB89

#8DAB89
(141,171,137)
#819C7D
(129,156,125)
#758D71
(117,141,113)
#697E65
(105,126,101)
#5D6F59
(93,111,89)
#51604D
(81,96,77)
#455141
(69,81,65)
#394235
(57,66,53)
#2D3329
(45,51,41)
#21241D
(33,36,29)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #8DAB89

#8DAB89
(141,171,137)
#97B293
(151,178,147)
#A1B99D
(161,185,157)
#ABC0A7
(171,192,167)
#B5C7B1
(181,199,177)
#BFCEBB
(191,206,187)
#C9D5C5
(201,213,197)
#D3DCCF
(211,220,207)
#DDE3D9
(221,227,217)
#E7EAE3
(231,234,227)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAB89; }

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

This text font color is #8DAB89.


Background Color

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

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

This div background color is #8DAB89.


Border color

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

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

This div border color is #8DAB89.


Opacity

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

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

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

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

This text has shadow with #8DAB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAB89 on black background.


Color preview on white background

This text has color #8DAB89 on white background.



Black color preview on #8DAB89 background

This text has black color on #8DAB89 background.


White color preview on #8DAB89 background

This text has white color on #8DAB89 background.