COLOR #8DB991

HEX: #8DB991 RGB: (141,185,145)

Color info

#8DB991 contains red, green and blue colors in about the same proportion. Web safe color of #8DB991 is #99CC99 (or #9C9).

RGB color model

#8DB991 color RGB value is (141,185,145).

RGB: (141,185,145) (55%, 73%, 57%)

RGB channels and saturation

R 141 of 255 = 55%
G 185 of 255 = 73%
B 145 of 255 = 57%

141
185
145

R + G + B ~ 62%. #8DB991 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 185 + 145 = 471 (100%)
R 141 of 471 ~ 29.94%
G 185 of 471 ~ 39.28%
B 145 of 471 ~ 30.79'%

%29.94
%39.28
%30.79

CMYK color model

#8DB991 color CMYK value is (24,0,22,27).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 27.45%

CMYK: (24,0,22,27)
C24M0Y22K27 (24%, 0%, 22%, 27%)
(0.24 / 0.00 / 0.22 / 0.27)

CMYK percentages

%23.78
%0
%21.62
%27.45

Codes

Color #8DB991 in popluar color models

8D B9 91
RGB 141 185 145
HSL 125° 23.91% 63.92%
HSB/HSV 125° 23.78% 72.55%
CMYK 23.78% 0.00% 21.62%
27.45%

Color #8DB991 in popluar number systems.

HEX 8D B9 91
Decimal 141 185 145
Binary 10001101 10111001 10010001
Octal 215 271 221

Shades and tints

Shades of #8DB991

#8DB991
(141,185,145)
#81A984
(129,169,132)
#759977
(117,153,119)
#69896A
(105,137,106)
#5D795D
(93,121,93)
#516950
(81,105,80)
#455943
(69,89,67)
#394936
(57,73,54)
#2D3929
(45,57,41)
#21291C
(33,41,28)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #8DB991

#8DB991
(141,185,145)
#97BF9B
(151,191,155)
#A1C5A5
(161,197,165)
#ABCBAF
(171,203,175)
#B5D1B9
(181,209,185)
#BFD7C3
(191,215,195)
#C9DDCD
(201,221,205)
#D3E3D7
(211,227,215)
#DDE9E1
(221,233,225)
#E7EFEB
(231,239,235)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB991; }

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

This text font color is #8DB991.

Background Color

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

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

This div background color is #8DB991.

Border color

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

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

This div border color is #8DB991.

Opacity

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

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

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

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

This text has shadow with #8DB991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB991.

Preview

Color preview on black background

This text has color #8DB991 on black background.


Color preview on white background

This text has color #8DB991 on white background.


Black color preview on #8DB991 background

This text has black color on #8DB991 background.


White color preview on #8DB991 background

This text has white color on #8DB991 background.


Related colors

Complementary color

Complementary color for #hex is #72466E.


I love getcolorcode.com

Triadic colors

1 #918DB9 and #B9918D with #8DB991 are triadic colors.

2 #91B98D and #B98D91 with #8DB991 are triadic colors.