COLOR #8FE4AD

HEX: #8FE4AD
RGB: (143,228,173)

Color info

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

RGB color model

#8FE4AD color RGB value is (143,228,173).

  • red value is 143;
  • green value is 228;
  • blue value is 173.
RGB:
(143,228,173)
(56%,89%,68%)

RGB channels and saturation

R 143 of 255 = 56%
G 228 of 255 = 89%
B 173 of 255 = 68%

143
228
173

R + G + B ~ 71%. #8FE4AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 228 + 173 = 544 (100%)
R 143 of 544 ~ 26.29%
G 228 of 544 ~ 41.91%
B 173 of 544 ~ 31.8%

%26.29
%41.91
%31.8

CMYK color model

#8FE4AD color CMYK value is (37,0,24,11).

  • cyan value is 37.28%
  • magenta value is 0.00%
  • yellow value is 24.12%
  • key color value is 10.59%
CMYK:
(37,0,24,11)
C37M0Y24K11 
(37%,0%,24%,11%)
(0.37/0.00/0.24/0.11)	

CMYK percentages

%37.28
%0
%24.12
%10.59

Codes

Color #8FE4AD in popluar color models

8FE4AD
RGB143228173
HSL141°61.15%72.75%
HSB/HSV141°37.28%89.41%
CMYK37.28%0.00%24.12%
10.59%

Color #8FE4AD in popluar number systems.

HEX8FE4AD
Decimal143228173
Binary100011111110010010101101
Octal217344255

Shades and tints

Shades of #8FE4AD

#8FE4AD
(143,228,173)
#82D09E
(130,208,158)
#75BC8F
(117,188,143)
#68A880
(104,168,128)
#5B9471
(91,148,113)
#4E8062
(78,128,98)
#416C53
(65,108,83)
#345844
(52,88,68)
#274435
(39,68,53)
#1A3026
(26,48,38)
#0D1C17
(13,28,23)
#000000
(0,0,0)

Tints of #8FE4AD

#8FE4AD
(143,228,173)
#99E6B4
(153,230,180)
#A3E8BB
(163,232,187)
#ADEAC2
(173,234,194)
#B7ECC9
(183,236,201)
#C1EED0
(193,238,208)
#CBF0D7
(203,240,215)
#D5F2DE
(213,242,222)
#DFF4E5
(223,244,229)
#E9F6EC
(233,246,236)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FE4AD; }

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

This text font color is #8FE4AD.


Background Color

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

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

This div background color is #8FE4AD.


Border color

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

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

This div border color is #8FE4AD.


Opacity

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

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

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

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

This text has shadow with #8FE4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FE4AD on black background.


Color preview on white background

This text has color #8FE4AD on white background.



Black color preview on #8FE4AD background

This text has black color on #8FE4AD background.


White color preview on #8FE4AD background

This text has white color on #8FE4AD background.