COLOR #8FAD93

HEX: #8FAD93 RGB: (143,173,147)

Color info

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

RGB color model

#8FAD93 color RGB value is (143,173,147).

RGB: (143,173,147) (56%, 68%, 58%)

RGB channels and saturation

R 143 of 255 = 56%
G 173 of 255 = 68%
B 147 of 255 = 58%

143
173
147

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

Portions of RGB colors in percentages

R + G + B = 143 + 173 + 147 = 463 (100%)
R 143 of 463 ~ 30.89%
G 173 of 463 ~ 37.37%
B 147 of 463 ~ 31.75'%

%30.89
%37.37
%31.75

CMYK color model

#8FAD93 color CMYK value is (17,0,15,32).

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

CMYK: (17,0,15,32)
C17M0Y15K32 (17%, 0%, 15%, 32%)
(0.17 / 0.00 / 0.15 / 0.32)

CMYK percentages

%17.34
%0
%15.03
%32.16

Codes

Color #8FAD93 in popluar color models

8F AD 93
RGB 143 173 147
HSL 128° 15.46% 61.96%
HSB/HSV 128° 17.34% 67.84%
CMYK 17.34% 0.00% 15.03%
32.16%

Color #8FAD93 in popluar number systems.

HEX 8F AD 93
Decimal 143 173 147
Binary 10001111 10101101 10010011
Octal 217 255 223

Shades and tints

Shades of #8FAD93

#8FAD93
(143,173,147)
#829E86
(130,158,134)
#758F79
(117,143,121)
#68806C
(104,128,108)
#5B715F
(91,113,95)
#4E6252
(78,98,82)
#415345
(65,83,69)
#344438
(52,68,56)
#27352B
(39,53,43)
#1A261E
(26,38,30)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #8FAD93

#8FAD93
(143,173,147)
#99B49C
(153,180,156)
#A3BBA5
(163,187,165)
#ADC2AE
(173,194,174)
#B7C9B7
(183,201,183)
#C1D0C0
(193,208,192)
#CBD7C9
(203,215,201)
#D5DED2
(213,222,210)
#DFE5DB
(223,229,219)
#E9ECE4
(233,236,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAD93; }

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

This text font color is #8FAD93.

Background Color

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

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

This div background color is #8FAD93.

Border color

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

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

This div border color is #8FAD93.

Opacity

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

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

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

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

This text has shadow with #8FAD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAD93.

Preview

Color preview on black background

This text has color #8FAD93 on black background.


Color preview on white background

This text has color #8FAD93 on white background.


Black color preview on #8FAD93 background

This text has black color on #8FAD93 background.


White color preview on #8FAD93 background

This text has white color on #8FAD93 background.


Related colors

Complementary color

Complementary color for #hex is #70526C.


I love getcolorcode.com

Triadic colors

1 #938FAD and #AD938F with #8FAD93 are triadic colors.

2 #93AD8F and #AD8F93 with #8FAD93 are triadic colors.