COLOR #8DA99D

HEX: #8DA99D
RGB: (141,169,157)

Color info

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

RGB color model

#8DA99D color RGB value is (141,169,157).

  • red value is 141;
  • green value is 169;
  • blue value is 157.
RGB:
(141,169,157)
(55%,66%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 169 of 255 = 66%
B 157 of 255 = 62%

141
169
157

R + G + B ~ 61%. #8DA99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 169 + 157 = 467 (100%)
R 141 of 467 ~ 30.19%
G 169 of 467 ~ 36.19%
B 157 of 467 ~ 33.62%

%30.19
%36.19
%33.62

CMYK color model

#8DA99D color CMYK value is (17,0,7,34).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 33.73%
CMYK:
(17,0,7,34)
C17M0Y7K34 
(17%,0%,7%,34%)
(0.17/0.00/0.07/0.34)	

CMYK percentages

%16.57
%0
%7.1
%33.73

Codes

Color #8DA99D in popluar color models

8DA99D
RGB141169157
HSL154°14.00%60.78%
HSB/HSV154°16.57%66.27%
CMYK16.57%0.00%7.10%
33.73%

Color #8DA99D in popluar number systems.

HEX8DA99D
Decimal141169157
Binary100011011010100110011101
Octal215251235

Shades and tints

Shades of #8DA99D

#8DA99D
(141,169,157)
#819A8F
(129,154,143)
#758B81
(117,139,129)
#697C73
(105,124,115)
#5D6D65
(93,109,101)
#515E57
(81,94,87)
#454F49
(69,79,73)
#39403B
(57,64,59)
#2D312D
(45,49,45)
#21221F
(33,34,31)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #8DA99D

#8DA99D
(141,169,157)
#97B0A5
(151,176,165)
#A1B7AD
(161,183,173)
#ABBEB5
(171,190,181)
#B5C5BD
(181,197,189)
#BFCCC5
(191,204,197)
#C9D3CD
(201,211,205)
#D3DAD5
(211,218,213)
#DDE1DD
(221,225,221)
#E7E8E5
(231,232,229)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA99D color. Also use rgb(141,169,157) instead hex code.

Text Font Color

.myTextColor { color: #8DA99D; }

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

This text font color is #8DA99D.


Background Color

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

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

This div background color is #8DA99D.


Border color

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

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

This div border color is #8DA99D.


Opacity

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

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

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

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

This text has shadow with #8DA99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA99D on black background.


Color preview on white background

This text has color #8DA99D on white background.



Black color preview on #8DA99D background

This text has black color on #8DA99D background.


White color preview on #8DA99D background

This text has white color on #8DA99D background.