COLOR #8DB37B

HEX: #8DB37B RGB: (141,179,123)

Color info

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

RGB color model

#8DB37B color RGB value is (141,179,123).

RGB: (141,179,123) (55%, 70%, 48%)

RGB channels and saturation

R 141 of 255 = 55%
G 179 of 255 = 70%
B 123 of 255 = 48%

141
179
123

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

Portions of RGB colors in percentages

R + G + B = 141 + 179 + 123 = 443 (100%)
R 141 of 443 ~ 31.83%
G 179 of 443 ~ 40.41%
B 123 of 443 ~ 27.77'%

%31.83
%40.41
%27.77

CMYK color model

#8DB37B color CMYK value is (21,0,31,30).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 31.28%
  • key color value is 29.80%

CMYK: (21,0,31,30)
C21M0Y31K30 (21%, 0%, 31%, 30%)
(0.21 / 0.00 / 0.31 / 0.30)

CMYK percentages

%21.23
%0
%31.28
%29.8

Codes

Color #8DB37B in popluar color models

8D B3 7B
RGB 141 179 123
HSL 101° 26.92% 59.22%
HSB/HSV 101° 31.28% 70.20%
CMYK 21.23% 0.00% 31.28%
29.80%

Color #8DB37B in popluar number systems.

HEX 8D B3 7B
Decimal 141 179 123
Binary 10001101 10110011 1111011
Octal 215 263 173

Shades and tints

Shades of #8DB37B

#8DB37B
(141,179,123)
#81A370
(129,163,112)
#759365
(117,147,101)
#69835A
(105,131,90)
#5D734F
(93,115,79)
#516344
(81,99,68)
#455339
(69,83,57)
#39432E
(57,67,46)
#2D3323
(45,51,35)
#212318
(33,35,24)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #8DB37B

#8DB37B
(141,179,123)
#97B987
(151,185,135)
#A1BF93
(161,191,147)
#ABC59F
(171,197,159)
#B5CBAB
(181,203,171)
#BFD1B7
(191,209,183)
#C9D7C3
(201,215,195)
#D3DDCF
(211,221,207)
#DDE3DB
(221,227,219)
#E7E9E7
(231,233,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB37B; }

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

This text font color is #8DB37B.

Background Color

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

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

This div background color is #8DB37B.

Border color

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

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

This div border color is #8DB37B.

Opacity

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

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

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

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

This text has shadow with #8DB37B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB37B.

Preview

Color preview on black background

This text has color #8DB37B on black background.


Color preview on white background

This text has color #8DB37B on white background.


Black color preview on #8DB37B background

This text has black color on #8DB37B background.


White color preview on #8DB37B background

This text has white color on #8DB37B background.


Related colors

Complementary color

Complementary color for #hex is #724C84.


I love getcolorcode.com

Triadic colors

1 #7B8DB3 and #B37B8D with #8DB37B are triadic colors.

2 #7BB38D and #B38D7B with #8DB37B are triadic colors.