COLOR #8DAB7E

HEX: #8DAB7E
RGB: (141,171,126)

Color info

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

RGB color model

#8DAB7E color RGB value is (141,171,126).

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

RGB channels and saturation

R 141 of 255 = 55%
G 171 of 255 = 67%
B 126 of 255 = 49%

141
171
126

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

Portions of RGB colors in percentages

R + G + B =
141 + 171 + 126 = 438 (100%)
R 141 of 438 ~ 32.19%
G 171 of 438 ~ 39.04%
B 126 of 438 ~ 28.77%

%32.19
%39.04
%28.77

CMYK color model

#8DAB7E color CMYK value is (18,0,26,33).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 32.94%
CMYK:
(18,0,26,33)
C18M0Y26K33 
(18%,0%,26%,33%)
(0.18/0.00/0.26/0.33)	

CMYK percentages

%17.54
%0
%26.32
%32.94

Codes

Color #8DAB7E in popluar color models

8DAB7E
RGB141171126
HSL100°21.13%58.24%
HSB/HSV100°26.32%67.06%
CMYK17.54%0.00%26.32%
32.94%

Color #8DAB7E in popluar number systems.

HEX8DAB7E
Decimal141171126
Binary10001101101010111111110
Octal215253176

Shades and tints

Shades of #8DAB7E

#8DAB7E
(141,171,126)
#819C73
(129,156,115)
#758D68
(117,141,104)
#697E5D
(105,126,93)
#5D6F52
(93,111,82)
#516047
(81,96,71)
#45513C
(69,81,60)
#394231
(57,66,49)
#2D3326
(45,51,38)
#21241B
(33,36,27)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #8DAB7E

#8DAB7E
(141,171,126)
#97B289
(151,178,137)
#A1B994
(161,185,148)
#ABC09F
(171,192,159)
#B5C7AA
(181,199,170)
#BFCEB5
(191,206,181)
#C9D5C0
(201,213,192)
#D3DCCB
(211,220,203)
#DDE3D6
(221,227,214)
#E7EAE1
(231,234,225)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAB7E; }

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

This text font color is #8DAB7E.


Background Color

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

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

This div background color is #8DAB7E.


Border color

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

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

This div border color is #8DAB7E.


Opacity

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

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

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

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

This text has shadow with #8DAB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAB7E on black background.


Color preview on white background

This text has color #8DAB7E on white background.



Black color preview on #8DAB7E background

This text has black color on #8DAB7E background.


White color preview on #8DAB7E background

This text has white color on #8DAB7E background.