COLOR #8FC49D

HEX: #8FC49D RGB: (143,196,157)

Color info

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

RGB color model

#8FC49D color RGB value is (143,196,157).

RGB: (143,196,157) (56%, 77%, 62%)

RGB channels and saturation

R 143 of 255 = 56%
G 196 of 255 = 77%
B 157 of 255 = 62%

143
196
157

R + G + B ~ 65%. #8FC49D is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 196 + 157 = 496 (100%)
R 143 of 496 ~ 28.83%
G 196 of 496 ~ 39.52%
B 157 of 496 ~ 31.65'%

%28.83
%39.52
%31.65

CMYK color model

#8FC49D color CMYK value is (27,0,20,23).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 23.14%

CMYK: (27,0,20,23)
C27M0Y20K23 (27%, 0%, 20%, 23%)
(0.27 / 0.00 / 0.20 / 0.23)

CMYK percentages

%27.04
%0
%19.9
%23.14

Codes

Color #8FC49D in popluar color models

8F C4 9D
RGB 143 196 157
HSL 136° 30.99% 66.47%
HSB/HSV 136° 27.04% 76.86%
CMYK 27.04% 0.00% 19.90%
23.14%

Color #8FC49D in popluar number systems.

HEX 8F C4 9D
Decimal 143 196 157
Binary 10001111 11000100 10011101
Octal 217 304 235

Shades and tints

Shades of #8FC49D

#8FC49D
(143,196,157)
#82B38F
(130,179,143)
#75A281
(117,162,129)
#689173
(104,145,115)
#5B8065
(91,128,101)
#4E6F57
(78,111,87)
#415E49
(65,94,73)
#344D3B
(52,77,59)
#273C2D
(39,60,45)
#1A2B1F
(26,43,31)
#0D1A11
(13,26,17)
#000000
(0,0,0)

Tints of #8FC49D

#8FC49D
(143,196,157)
#99C9A5
(153,201,165)
#A3CEAD
(163,206,173)
#ADD3B5
(173,211,181)
#B7D8BD
(183,216,189)
#C1DDC5
(193,221,197)
#CBE2CD
(203,226,205)
#D5E7D5
(213,231,213)
#DFECDD
(223,236,221)
#E9F1E5
(233,241,229)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC49D color. Also use rgb(143,196,157) instead hex code.

Text Font Color

.myTextColor { color: #8FC49D; }

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

This text font color is #8FC49D.

Background Color

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

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

This div background color is #8FC49D.

Border color

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

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

This div border color is #8FC49D.

Opacity

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

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

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

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

This text has shadow with #8FC49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC49D.

Preview

Color preview on black background

This text has color #8FC49D on black background.


Color preview on white background

This text has color #8FC49D on white background.


Black color preview on #8FC49D background

This text has black color on #8FC49D background.


White color preview on #8FC49D background

This text has white color on #8FC49D background.


Related colors

Complementary color

Complementary color for #hex is #703B62.


I love getcolorcode.com

Triadic colors

1 #9D8FC4 and #C49D8F with #8FC49D are triadic colors.

2 #9DC48F and #C48F9D with #8FC49D are triadic colors.