COLOR #8FF7C8

HEX: #8FF7C8 RGB: (143,247,200)

Color info

#8FF7C8 contains mainly green and blue colors. Web safe color of #8FF7C8 is #99FFCC (or #9FC).

RGB color model

#8FF7C8 color RGB value is (143,247,200).

RGB: (143,247,200) (56%, 97%, 78%)

RGB channels and saturation

R 143 of 255 = 56%
G 247 of 255 = 97%
B 200 of 255 = 78%

143
247
200

R + G + B ~ 77%. #8FF7C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 247 + 200 = 590 (100%)
R 143 of 590 ~ 24.24%
G 247 of 590 ~ 41.86%
B 200 of 590 ~ 33.9'%

%24.24
%41.86
%33.9

CMYK color model

#8FF7C8 color CMYK value is (42,0,19,3).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 19.03%
  • key color value is 3.14%
CMYK: (42,0,19,3) C42M0Y19K3 (42%,0%,19%,3%) (0.42/0.00/0.19/0.03) 

CMYK percentages

%42.11
%0
%19.03
%3.14

Codes

Color #8FF7C8 in popluar color models

8F F7 C8
RGB 143 247 200
HSL 153° 86.67% 76.47%
HSB/HSV 153° 42.11% 96.86%
CMYK 42.11% 0.00% 19.03%
3.14%

Color #8FF7C8 in popluar number systems.

HEX 8F F7 C8
Decimal 143 247 200
Binary 10001111 11110111 11001000
Octal 217 367 310

Shades and tints

Shades of #8FF7C8

#8FF7C8
(143,247,200)
#82E1B6
(130,225,182)
#75CBA4
(117,203,164)
#68B592
(104,181,146)
#5B9F80
(91,159,128)
#4E896E
(78,137,110)
#41735C
(65,115,92)
#345D4A
(52,93,74)
#274738
(39,71,56)
#1A3126
(26,49,38)
#0D1B14
(13,27,20)
#000000
(0,0,0)

Tints of #8FF7C8

#8FF7C8
(143,247,200)
#99F7CD
(153,247,205)
#A3F7D2
(163,247,210)
#ADF7D7
(173,247,215)
#B7F7DC
(183,247,220)
#C1F7E1
(193,247,225)
#CBF7E6
(203,247,230)
#D5F7EB
(213,247,235)
#DFF7F0
(223,247,240)
#E9F7F5
(233,247,245)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FF7C8 color. Also use rgb(143,247,200) instead hex code.

Text Font Color

.myTextColor { color: #8FF7C8; }

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

This text font color is #8FF7C8.

Background Color

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

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

This div background color is #8FF7C8.

Border color

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

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

This div border color is #8FF7C8.

Opacity

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

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

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

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

This text has shadow with #8FF7C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FF7C8.

Preview

Color preview on black background

This text has color #8FF7C8 on black background.


Color preview on white background

This text has color #8FF7C8 on white background.


Black color preview on #8FF7C8 background

This text has black color on #8FF7C8 background.


White color preview on #8FF7C8 background

This text has white color on #8FF7C8 background.


Related colors

Complementary color

Complementary color for #hex is #700837.


I love getcolorcode.com

Triadic colors

1 #C88FF7 and #F7C88F with #8FF7C8 are triadic colors.

2 #C8F78F and #F78FC8 with #8FF7C8 are triadic colors.