COLOR #8FEDC6

HEX: #8FEDC6
RGB: (143,237,198)

Color info

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

RGB color model

#8FEDC6 color RGB value is (143,237,198).

  • red value is 143;
  • green value is 237;
  • blue value is 198.
RGB:
(143,237,198)
(56%,93%,78%)

RGB channels and saturation

R 143 of 255 = 56%
G 237 of 255 = 93%
B 198 of 255 = 78%

143
237
198

R + G + B ~ 76%. #8FEDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 237 + 198 = 578 (100%)
R 143 of 578 ~ 24.74%
G 237 of 578 ~ 41%
B 198 of 578 ~ 34.26%

%24.74
%41
%34.26

CMYK color model

#8FEDC6 color CMYK value is (40,0,16,7).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 7.06%
CMYK:
(40,0,16,7)
C40M0Y16K7 
(40%,0%,16%,7%)
(0.40/0.00/0.16/0.07)	

CMYK percentages

%39.66
%0
%16.46
%7.06

Codes

Color #8FEDC6 in popluar color models

8FEDC6
RGB143237198
HSL155°72.31%74.51%
HSB/HSV155°39.66%92.94%
CMYK39.66%0.00%16.46%
7.06%

Color #8FEDC6 in popluar number systems.

HEX8FEDC6
Decimal143237198
Binary100011111110110111000110
Octal217355306

Shades and tints

Shades of #8FEDC6

#8FEDC6
(143,237,198)
#82D8B4
(130,216,180)
#75C3A2
(117,195,162)
#68AE90
(104,174,144)
#5B997E
(91,153,126)
#4E846C
(78,132,108)
#416F5A
(65,111,90)
#345A48
(52,90,72)
#274536
(39,69,54)
#1A3024
(26,48,36)
#0D1B12
(13,27,18)
#000000
(0,0,0)

Tints of #8FEDC6

#8FEDC6
(143,237,198)
#99EECB
(153,238,203)
#A3EFD0
(163,239,208)
#ADF0D5
(173,240,213)
#B7F1DA
(183,241,218)
#C1F2DF
(193,242,223)
#CBF3E4
(203,243,228)
#D5F4E9
(213,244,233)
#DFF5EE
(223,245,238)
#E9F6F3
(233,246,243)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FEDC6 color. Also use rgb(143,237,198) instead hex code.

Text Font Color

.myTextColor { color: #8FEDC6; }

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

This text font color is #8FEDC6.


Background Color

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

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

This div background color is #8FEDC6.


Border color

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

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

This div border color is #8FEDC6.


Opacity

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

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

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

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

This text has shadow with #8FEDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FEDC6 on black background.


Color preview on white background

This text has color #8FEDC6 on white background.



Black color preview on #8FEDC6 background

This text has black color on #8FEDC6 background.


White color preview on #8FEDC6 background

This text has white color on #8FEDC6 background.