COLOR #8FAD91

HEX: #8FAD91 RGB: (143,173,145)

Color info

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

RGB color model

#8FAD91 color RGB value is (143,173,145).

RGB: (143,173,145) (56%, 68%, 57%)

RGB channels and saturation

R 143 of 255 = 56%
G 173 of 255 = 68%
B 145 of 255 = 57%

143
173
145

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

Portions of RGB colors in percentages

R + G + B = 143 + 173 + 145 = 461 (100%)
R 143 of 461 ~ 31.02%
G 173 of 461 ~ 37.53%
B 145 of 461 ~ 31.45'%

%31.02
%37.53
%31.45

CMYK color model

#8FAD91 color CMYK value is (17,0,16,32).

  • cyan value is 17.34%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 32.16%

CMYK: (17,0,16,32)
C17M0Y16K32 (17%, 0%, 16%, 32%)
(0.17 / 0.00 / 0.16 / 0.32)

CMYK percentages

%17.34
%0
%16.18
%32.16

Codes

Color #8FAD91 in popluar color models

8F AD 91
RGB 143 173 145
HSL 124° 15.46% 61.96%
HSB/HSV 124° 17.34% 67.84%
CMYK 17.34% 0.00% 16.18%
32.16%

Color #8FAD91 in popluar number systems.

HEX 8F AD 91
Decimal 143 173 145
Binary 10001111 10101101 10010001
Octal 217 255 221

Shades and tints

Shades of #8FAD91

#8FAD91
(143,173,145)
#829E84
(130,158,132)
#758F77
(117,143,119)
#68806A
(104,128,106)
#5B715D
(91,113,93)
#4E6250
(78,98,80)
#415343
(65,83,67)
#344436
(52,68,54)
#273529
(39,53,41)
#1A261C
(26,38,28)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #8FAD91

#8FAD91
(143,173,145)
#99B49B
(153,180,155)
#A3BBA5
(163,187,165)
#ADC2AF
(173,194,175)
#B7C9B9
(183,201,185)
#C1D0C3
(193,208,195)
#CBD7CD
(203,215,205)
#D5DED7
(213,222,215)
#DFE5E1
(223,229,225)
#E9ECEB
(233,236,235)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAD91 color. Also use rgb(143,173,145) instead hex code.

Text Font Color

.myTextColor { color: #8FAD91; }

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

This text font color is #8FAD91.

Background Color

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

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

This div background color is #8FAD91.

Border color

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

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

This div border color is #8FAD91.

Opacity

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

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

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

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

This text has shadow with #8FAD91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAD91.

Preview

Color preview on black background

This text has color #8FAD91 on black background.


Color preview on white background

This text has color #8FAD91 on white background.


Black color preview on #8FAD91 background

This text has black color on #8FAD91 background.


White color preview on #8FAD91 background

This text has white color on #8FAD91 background.


Related colors

Complementary color

Complementary color for #hex is #70526E.


I love getcolorcode.com

Triadic colors

1 #918FAD and #AD918F with #8FAD91 are triadic colors.

2 #91AD8F and #AD8F91 with #8FAD91 are triadic colors.