COLOR #8FD893

HEX: #8FD893
RGB: (143,216,147)

Color info

#8FD893 contains mainly green color. Web safe color of #8FD893 is #99CC99 (or #9C9).

RGB color model

#8FD893 color RGB value is (143,216,147).

  • red value is 143;
  • green value is 216;
  • blue value is 147.
RGB:
(143,216,147)
(56%,85%,58%)

RGB channels and saturation

R 143 of 255 = 56%
G 216 of 255 = 85%
B 147 of 255 = 58%

143
216
147

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

Portions of RGB colors in percentages

R + G + B =
143 + 216 + 147 = 506 (100%)
R 143 of 506 ~ 28.26%
G 216 of 506 ~ 42.69%
B 147 of 506 ~ 29.05%

%28.26
%42.69
%29.05

CMYK color model

#8FD893 color CMYK value is (34,0,32,15).

  • cyan value is 33.80%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 15.29%
CMYK:
(34,0,32,15)
C34M0Y32K15 
(34%,0%,32%,15%)
(0.34/0.00/0.32/0.15)	

CMYK percentages

%33.8
%0
%31.94
%15.29

Codes

Color #8FD893 in popluar color models

8FD893
RGB143216147
HSL123°48.34%70.39%
HSB/HSV123°33.80%84.71%
CMYK33.80%0.00%31.94%
15.29%

Color #8FD893 in popluar number systems.

HEX8FD893
Decimal143216147
Binary100011111101100010010011
Octal217330223

Shades and tints

Shades of #8FD893

#8FD893
(143,216,147)
#82C586
(130,197,134)
#75B279
(117,178,121)
#689F6C
(104,159,108)
#5B8C5F
(91,140,95)
#4E7952
(78,121,82)
#416645
(65,102,69)
#345338
(52,83,56)
#27402B
(39,64,43)
#1A2D1E
(26,45,30)
#0D1A11
(13,26,17)
#000000
(0,0,0)

Tints of #8FD893

#8FD893
(143,216,147)
#99DB9C
(153,219,156)
#A3DEA5
(163,222,165)
#ADE1AE
(173,225,174)
#B7E4B7
(183,228,183)
#C1E7C0
(193,231,192)
#CBEAC9
(203,234,201)
#D5EDD2
(213,237,210)
#DFF0DB
(223,240,219)
#E9F3E4
(233,243,228)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD893; }

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

This text font color is #8FD893.


Background Color

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

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

This div background color is #8FD893.


Border color

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

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

This div border color is #8FD893.


Opacity

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

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

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

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

This text has shadow with #8FD893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD893 on black background.


Color preview on white background

This text has color #8FD893 on white background.



Black color preview on #8FD893 background

This text has black color on #8FD893 background.


White color preview on #8FD893 background

This text has white color on #8FD893 background.