COLOR #8FC393

HEX: #8FC393 RGB: (143,195,147)

Color info

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

RGB color model

#8FC393 color RGB value is (143,195,147).

RGB: (143,195,147) (56%, 76%, 58%)

RGB channels and saturation

R 143 of 255 = 56%
G 195 of 255 = 76%
B 147 of 255 = 58%

143
195
147

R + G + B ~ 63%. #8FC393 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 195 + 147 = 485 (100%)
R 143 of 485 ~ 29.48%
G 195 of 485 ~ 40.21%
B 147 of 485 ~ 30.31'%

%29.48
%40.21
%30.31

CMYK color model

#8FC393 color CMYK value is (27,0,25,24).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 23.53%
CMYK: (27,0,25,24) C27M0Y25K24 (27%,0%,25%,24%) (0.27/0.00/0.25/0.24) 

CMYK percentages

%26.67
%0
%24.62
%23.53

Codes

Color #8FC393 in popluar color models

8F C3 93
RGB 143 195 147
HSL 125° 30.23% 66.27%
HSB/HSV 125° 26.67% 76.47%
CMYK 26.67% 0.00% 24.62%
23.53%

Color #8FC393 in popluar number systems.

HEX 8F C3 93
Decimal 143 195 147
Binary 10001111 11000011 10010011
Octal 217 303 223

Shades and tints

Shades of #8FC393

#8FC393
(143,195,147)
#82B286
(130,178,134)
#75A179
(117,161,121)
#68906C
(104,144,108)
#5B7F5F
(91,127,95)
#4E6E52
(78,110,82)
#415D45
(65,93,69)
#344C38
(52,76,56)
#273B2B
(39,59,43)
#1A2A1E
(26,42,30)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #8FC393

#8FC393
(143,195,147)
#99C89C
(153,200,156)
#A3CDA5
(163,205,165)
#ADD2AE
(173,210,174)
#B7D7B7
(183,215,183)
#C1DCC0
(193,220,192)
#CBE1C9
(203,225,201)
#D5E6D2
(213,230,210)
#DFEBDB
(223,235,219)
#E9F0E4
(233,240,228)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC393; }

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

This text font color is #8FC393.

Background Color

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

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

This div background color is #8FC393.

Border color

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

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

This div border color is #8FC393.

Opacity

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

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

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

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

This text has shadow with #8FC393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC393.

Preview

Color preview on black background

This text has color #8FC393 on black background.


Color preview on white background

This text has color #8FC393 on white background.


Black color preview on #8FC393 background

This text has black color on #8FC393 background.


White color preview on #8FC393 background

This text has white color on #8FC393 background.


Related colors

Complementary color

Complementary color for #hex is #703C6C.


I love getcolorcode.com

Triadic colors

1 #938FC3 and #C3938F with #8FC393 are triadic colors.

2 #93C38F and #C38F93 with #8FC393 are triadic colors.