COLOR #8DB989

HEX: #8DB989
RGB: (141,185,137)

Color info

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

RGB color model

#8DB989 color RGB value is (141,185,137).

  • red value is 141;
  • green value is 185;
  • blue value is 137.
RGB:
(141,185,137)
(55%,73%,54%)

RGB channels and saturation

R 141 of 255 = 55%
G 185 of 255 = 73%
B 137 of 255 = 54%

141
185
137

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

Portions of RGB colors in percentages

R + G + B =
141 + 185 + 137 = 463 (100%)
R 141 of 463 ~ 30.45%
G 185 of 463 ~ 39.96%
B 137 of 463 ~ 29.59%

%30.45
%39.96
%29.59

CMYK color model

#8DB989 color CMYK value is (24,0,26,27).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 25.95%
  • key color value is 27.45%
CMYK:
(24,0,26,27)
C24M0Y26K27 
(24%,0%,26%,27%)
(0.24/0.00/0.26/0.27)	

CMYK percentages

%23.78
%0
%25.95
%27.45

Codes

Color #8DB989 in popluar color models

8DB989
RGB141185137
HSL115°25.53%63.14%
HSB/HSV115°25.95%72.55%
CMYK23.78%0.00%25.95%
27.45%

Color #8DB989 in popluar number systems.

HEX8DB989
Decimal141185137
Binary100011011011100110001001
Octal215271211

Shades and tints

Shades of #8DB989

#8DB989
(141,185,137)
#81A97D
(129,169,125)
#759971
(117,153,113)
#698965
(105,137,101)
#5D7959
(93,121,89)
#51694D
(81,105,77)
#455941
(69,89,65)
#394935
(57,73,53)
#2D3929
(45,57,41)
#21291D
(33,41,29)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #8DB989

#8DB989
(141,185,137)
#97BF93
(151,191,147)
#A1C59D
(161,197,157)
#ABCBA7
(171,203,167)
#B5D1B1
(181,209,177)
#BFD7BB
(191,215,187)
#C9DDC5
(201,221,197)
#D3E3CF
(211,227,207)
#DDE9D9
(221,233,217)
#E7EFE3
(231,239,227)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB989; }

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

This text font color is #8DB989.


Background Color

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

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

This div background color is #8DB989.


Border color

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

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

This div border color is #8DB989.


Opacity

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

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

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

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

This text has shadow with #8DB989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB989 on black background.


Color preview on white background

This text has color #8DB989 on white background.



Black color preview on #8DB989 background

This text has black color on #8DB989 background.


White color preview on #8DB989 background

This text has white color on #8DB989 background.