COLOR #8FD197

HEX: #8FD197
RGB: (143,209,151)

Color info

#8FD197 contains mainly green and blue colors. Web safe color of #8FD197 is #99CC99 (or #9C9).

RGB color model

#8FD197 color RGB value is (143,209,151).

  • red value is 143;
  • green value is 209;
  • blue value is 151.
RGB:
(143,209,151)
(56%,82%,59%)

RGB channels and saturation

R 143 of 255 = 56%
G 209 of 255 = 82%
B 151 of 255 = 59%

143
209
151

R + G + B ~ 66%. #8FD197 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 209 + 151 = 503 (100%)
R 143 of 503 ~ 28.43%
G 209 of 503 ~ 41.55%
B 151 of 503 ~ 30.02%

%28.43
%41.55
%30.02

CMYK color model

#8FD197 color CMYK value is (32,0,28,18).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 18.04%
CMYK:
(32,0,28,18)
C32M0Y28K18 
(32%,0%,28%,18%)
(0.32/0.00/0.28/0.18)	

CMYK percentages

%31.58
%0
%27.75
%18.04

Codes

Color #8FD197 in popluar color models

8FD197
RGB143209151
HSL127°41.77%69.02%
HSB/HSV127°31.58%81.96%
CMYK31.58%0.00%27.75%
18.04%

Color #8FD197 in popluar number systems.

HEX8FD197
Decimal143209151
Binary100011111101000110010111
Octal217321227

Shades and tints

Shades of #8FD197

#8FD197
(143,209,151)
#82BE8A
(130,190,138)
#75AB7D
(117,171,125)
#689870
(104,152,112)
#5B8563
(91,133,99)
#4E7256
(78,114,86)
#415F49
(65,95,73)
#344C3C
(52,76,60)
#27392F
(39,57,47)
#1A2622
(26,38,34)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #8FD197

#8FD197
(143,209,151)
#99D5A0
(153,213,160)
#A3D9A9
(163,217,169)
#ADDDB2
(173,221,178)
#B7E1BB
(183,225,187)
#C1E5C4
(193,229,196)
#CBE9CD
(203,233,205)
#D5EDD6
(213,237,214)
#DFF1DF
(223,241,223)
#E9F5E8
(233,245,232)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD197 color. Also use rgb(143,209,151) instead hex code.

Text Font Color

.myTextColor { color: #8FD197; }

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

This text font color is #8FD197.


Background Color

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

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

This div background color is #8FD197.


Border color

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

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

This div border color is #8FD197.


Opacity

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

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

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

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

This text has shadow with #8FD197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD197 on black background.


Color preview on white background

This text has color #8FD197 on white background.



Black color preview on #8FD197 background

This text has black color on #8FD197 background.


White color preview on #8FD197 background

This text has white color on #8FD197 background.