COLOR #8DAD7B

HEX: #8DAD7B RGB: (141,173,123)

Color info

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

RGB color model

#8DAD7B color RGB value is (141,173,123).

RGB: (141,173,123) (55%, 68%, 48%)

RGB channels and saturation

R 141 of 255 = 55%
G 173 of 255 = 68%
B 123 of 255 = 48%

141
173
123

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

Portions of RGB colors in percentages

R + G + B = 141 + 173 + 123 = 437 (100%)
R 141 of 437 ~ 32.27%
G 173 of 437 ~ 39.59%
B 123 of 437 ~ 28.15'%

%32.27
%39.59
%28.15

CMYK color model

#8DAD7B color CMYK value is (18,0,29,32).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 32.16%

CMYK: (18,0,29,32)
C18M0Y29K32 (18%, 0%, 29%, 32%)
(0.18 / 0.00 / 0.29 / 0.32)

CMYK percentages

%18.5
%0
%28.9
%32.16

Codes

Color #8DAD7B in popluar color models

8D AD 7B
RGB 141 173 123
HSL 98° 23.36% 58.04%
HSB/HSV 98° 28.90% 67.84%
CMYK 18.50% 0.00% 28.90%
32.16%

Color #8DAD7B in popluar number systems.

HEX 8D AD 7B
Decimal 141 173 123
Binary 10001101 10101101 1111011
Octal 215 255 173

Shades and tints

Shades of #8DAD7B

#8DAD7B
(141,173,123)
#819E70
(129,158,112)
#758F65
(117,143,101)
#69805A
(105,128,90)
#5D714F
(93,113,79)
#516244
(81,98,68)
#455339
(69,83,57)
#39442E
(57,68,46)
#2D3523
(45,53,35)
#212618
(33,38,24)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #8DAD7B

#8DAD7B
(141,173,123)
#97B487
(151,180,135)
#A1BB93
(161,187,147)
#ABC29F
(171,194,159)
#B5C9AB
(181,201,171)
#BFD0B7
(191,208,183)
#C9D7C3
(201,215,195)
#D3DECF
(211,222,207)
#DDE5DB
(221,229,219)
#E7ECE7
(231,236,231)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAD7B color. Also use rgb(141,173,123) instead hex code.

Text Font Color

.myTextColor { color: #8DAD7B; }

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

This text font color is #8DAD7B.

Background Color

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

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

This div background color is #8DAD7B.

Border color

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

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

This div border color is #8DAD7B.

Opacity

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

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

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

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

This text has shadow with #8DAD7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DAD7B.

Preview

Color preview on black background

This text has color #8DAD7B on black background.


Color preview on white background

This text has color #8DAD7B on white background.


Black color preview on #8DAD7B background

This text has black color on #8DAD7B background.


White color preview on #8DAD7B background

This text has white color on #8DAD7B background.


Related colors

Complementary color

Complementary color for #hex is #725284.


I love getcolorcode.com

Triadic colors

1 #7B8DAD and #AD7B8D with #8DAD7B are triadic colors.

2 #7BAD8D and #AD8D7B with #8DAD7B are triadic colors.