COLOR #8DB391

HEX: #8DB391 RGB: (141,179,145)

Color info

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

RGB color model

#8DB391 color RGB value is (141,179,145).

RGB: (141,179,145) (55%, 70%, 57%)

RGB channels and saturation

R 141 of 255 = 55%
G 179 of 255 = 70%
B 145 of 255 = 57%

141
179
145

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

Portions of RGB colors in percentages

R + G + B = 141 + 179 + 145 = 465 (100%)
R 141 of 465 ~ 30.32%
G 179 of 465 ~ 38.49%
B 145 of 465 ~ 31.18'%

%30.32
%38.49
%31.18

CMYK color model

#8DB391 color CMYK value is (21,0,19,30).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 29.80%
CMYK: (21,0,19,30) C21M0Y19K30 (21%,0%,19%,30%) (0.21/0.00/0.19/0.30) 

CMYK percentages

%21.23
%0
%18.99
%29.8

Codes

Color #8DB391 in popluar color models

8D B3 91
RGB 141 179 145
HSL 126° 20.00% 62.75%
HSB/HSV 126° 21.23% 70.20%
CMYK 21.23% 0.00% 18.99%
29.80%

Color #8DB391 in popluar number systems.

HEX 8D B3 91
Decimal 141 179 145
Binary 10001101 10110011 10010001
Octal 215 263 221

Shades and tints

Shades of #8DB391

#8DB391
(141,179,145)
#81A384
(129,163,132)
#759377
(117,147,119)
#69836A
(105,131,106)
#5D735D
(93,115,93)
#516350
(81,99,80)
#455343
(69,83,67)
#394336
(57,67,54)
#2D3329
(45,51,41)
#21231C
(33,35,28)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #8DB391

#8DB391
(141,179,145)
#97B99B
(151,185,155)
#A1BFA5
(161,191,165)
#ABC5AF
(171,197,175)
#B5CBB9
(181,203,185)
#BFD1C3
(191,209,195)
#C9D7CD
(201,215,205)
#D3DDD7
(211,221,215)
#DDE3E1
(221,227,225)
#E7E9EB
(231,233,235)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB391; }

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

This text font color is #8DB391.

Background Color

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

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

This div background color is #8DB391.

Border color

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

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

This div border color is #8DB391.

Opacity

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

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

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

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

This text has shadow with #8DB391 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB391.

Preview

Color preview on black background

This text has color #8DB391 on black background.


Color preview on white background

This text has color #8DB391 on white background.


Black color preview on #8DB391 background

This text has black color on #8DB391 background.


White color preview on #8DB391 background

This text has white color on #8DB391 background.


Related colors

Complementary color

Complementary color for #hex is #724C6E.


I love getcolorcode.com

Triadic colors

1 #918DB3 and #B3918D with #8DB391 are triadic colors.

2 #91B38D and #B38D91 with #8DB391 are triadic colors.