COLOR #8FC9AD

HEX: #8FC9AD RGB: (143,201,173)

Color info

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

RGB color model

#8FC9AD color RGB value is (143,201,173).

RGB: (143,201,173) (56%, 79%, 68%)

RGB channels and saturation

R 143 of 255 = 56%
G 201 of 255 = 79%
B 173 of 255 = 68%

143
201
173

R + G + B ~ 68%. #8FC9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 201 + 173 = 517 (100%)
R 143 of 517 ~ 27.66%
G 201 of 517 ~ 38.88%
B 173 of 517 ~ 33.46'%

%27.66
%38.88
%33.46

CMYK color model

#8FC9AD color CMYK value is (29,0,14,21).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 21.18%
CMYK: (29,0,14,21) C29M0Y14K21 (29%,0%,14%,21%) (0.29/0.00/0.14/0.21) 

CMYK percentages

%28.86
%0
%13.93
%21.18

Codes

Color #8FC9AD in popluar color models

8F C9 AD
RGB 143 201 173
HSL 151° 34.94% 67.45%
HSB/HSV 151° 28.86% 78.82%
CMYK 28.86% 0.00% 13.93%
21.18%

Color #8FC9AD in popluar number systems.

HEX 8F C9 AD
Decimal 143 201 173
Binary 10001111 11001001 10101101
Octal 217 311 255

Shades and tints

Shades of #8FC9AD

#8FC9AD
(143,201,173)
#82B79E
(130,183,158)
#75A58F
(117,165,143)
#689380
(104,147,128)
#5B8171
(91,129,113)
#4E6F62
(78,111,98)
#415D53
(65,93,83)
#344B44
(52,75,68)
#273935
(39,57,53)
#1A2726
(26,39,38)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #8FC9AD

#8FC9AD
(143,201,173)
#99CDB4
(153,205,180)
#A3D1BB
(163,209,187)
#ADD5C2
(173,213,194)
#B7D9C9
(183,217,201)
#C1DDD0
(193,221,208)
#CBE1D7
(203,225,215)
#D5E5DE
(213,229,222)
#DFE9E5
(223,233,229)
#E9EDEC
(233,237,236)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC9AD; }

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

This text font color is #8FC9AD.

Background Color

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

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

This div background color is #8FC9AD.

Border color

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

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

This div border color is #8FC9AD.

Opacity

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

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

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

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

This text has shadow with #8FC9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC9AD.

Preview

Color preview on black background

This text has color #8FC9AD on black background.


Color preview on white background

This text has color #8FC9AD on white background.


Black color preview on #8FC9AD background

This text has black color on #8FC9AD background.


White color preview on #8FC9AD background

This text has white color on #8FC9AD background.


Related colors

Complementary color

Complementary color for #hex is #703652.


I love getcolorcode.com

Triadic colors

1 #AD8FC9 and #C9AD8F with #8FC9AD are triadic colors.

2 #ADC98F and #C98FAD with #8FC9AD are triadic colors.