COLOR #8CAF89

HEX: #8CAF89 RGB: (140,175,137)

Color info

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

RGB color model

#8CAF89 color RGB value is (140,175,137).

RGB: (140,175,137) (55%, 69%, 54%)

RGB channels and saturation

R 140 of 255 = 55%
G 175 of 255 = 69%
B 137 of 255 = 54%

140
175
137

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

Portions of RGB colors in percentages

R + G + B = 140 + 175 + 137 = 452 (100%)
R 140 of 452 ~ 30.97%
G 175 of 452 ~ 38.72%
B 137 of 452 ~ 30.31'%

%30.97
%38.72
%30.31

CMYK color model

#8CAF89 color CMYK value is (20,0,22,31).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 21.71%
  • key color value is 31.37%

CMYK: (20,0,22,31)
C20M0Y22K31 (20%, 0%, 22%, 31%)
(0.20 / 0.00 / 0.22 / 0.31)

CMYK percentages

%20
%0
%21.71
%31.37

Codes

Color #8CAF89 in popluar color models

8C AF 89
RGB 140 175 137
HSL 115° 19.19% 61.18%
HSB/HSV 115° 21.71% 68.63%
CMYK 20.00% 0.00% 21.71%
31.37%

Color #8CAF89 in popluar number systems.

HEX 8C AF 89
Decimal 140 175 137
Binary 10001100 10101111 10001001
Octal 214 257 211

Shades and tints

Shades of #8CAF89

#8CAF89
(140,175,137)
#80A07D
(128,160,125)
#749171
(116,145,113)
#688265
(104,130,101)
#5C7359
(92,115,89)
#50644D
(80,100,77)
#445541
(68,85,65)
#384635
(56,70,53)
#2C3729
(44,55,41)
#20281D
(32,40,29)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #8CAF89

#8CAF89
(140,175,137)
#96B693
(150,182,147)
#A0BD9D
(160,189,157)
#AAC4A7
(170,196,167)
#B4CBB1
(180,203,177)
#BED2BB
(190,210,187)
#C8D9C5
(200,217,197)
#D2E0CF
(210,224,207)
#DCE7D9
(220,231,217)
#E6EEE3
(230,238,227)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAF89 color. Also use rgb(140,175,137) instead hex code.

Text Font Color

.myTextColor { color: #8CAF89; }

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

This text font color is #8CAF89.

Background Color

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

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

This div background color is #8CAF89.

Border color

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

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

This div border color is #8CAF89.

Opacity

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

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

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

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

This text has shadow with #8CAF89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CAF89.

Preview

Color preview on black background

This text has color #8CAF89 on black background.


Color preview on white background

This text has color #8CAF89 on white background.


Black color preview on #8CAF89 background

This text has black color on #8CAF89 background.


White color preview on #8CAF89 background

This text has white color on #8CAF89 background.


Related colors

Complementary color

Complementary color for #hex is #735076.


I love getcolorcode.com

Triadic colors

1 #898CAF and #AF898C with #8CAF89 are triadic colors.

2 #89AF8C and #AF8C89 with #8CAF89 are triadic colors.