COLOR #8FE6D0

HEX: #8FE6D0
RGB: (143,230,208)

Color info

#8FE6D0 contains mainly green and blue colors. Web safe color of #8FE6D0 is #99CCCC (or #9CC).

RGB color model

#8FE6D0 color RGB value is (143,230,208).

  • red value is 143;
  • green value is 230;
  • blue value is 208.
RGB:
(143,230,208)
(56%,90%,82%)

RGB channels and saturation

R 143 of 255 = 56%
G 230 of 255 = 90%
B 208 of 255 = 82%

143
230
208

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

Portions of RGB colors in percentages

R + G + B =
143 + 230 + 208 = 581 (100%)
R 143 of 581 ~ 24.61%
G 230 of 581 ~ 39.59%
B 208 of 581 ~ 35.8%

%24.61
%39.59
%35.8

CMYK color model

#8FE6D0 color CMYK value is (38,0,10,10).

  • cyan value is 37.83%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 9.80%
CMYK:
(38,0,10,10)
C38M0Y10K10 
(38%,0%,10%,10%)
(0.38/0.00/0.10/0.10)	

CMYK percentages

%37.83
%0
%9.57
%9.8

Codes

Color #8FE6D0 in popluar color models

8FE6D0
RGB143230208
HSL165°63.50%73.14%
HSB/HSV165°37.83%90.20%
CMYK37.83%0.00%9.57%
9.80%

Color #8FE6D0 in popluar number systems.

HEX8FE6D0
Decimal143230208
Binary100011111110011011010000
Octal217346320

Shades and tints

Shades of #8FE6D0

#8FE6D0
(143,230,208)
#82D2BE
(130,210,190)
#75BEAC
(117,190,172)
#68AA9A
(104,170,154)
#5B9688
(91,150,136)
#4E8276
(78,130,118)
#416E64
(65,110,100)
#345A52
(52,90,82)
#274640
(39,70,64)
#1A322E
(26,50,46)
#0D1E1C
(13,30,28)
#000000
(0,0,0)

Tints of #8FE6D0

#8FE6D0
(143,230,208)
#99E8D4
(153,232,212)
#A3EAD8
(163,234,216)
#ADECDC
(173,236,220)
#B7EEE0
(183,238,224)
#C1F0E4
(193,240,228)
#CBF2E8
(203,242,232)
#D5F4EC
(213,244,236)
#DFF6F0
(223,246,240)
#E9F8F4
(233,248,244)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FE6D0 color. Also use rgb(143,230,208) instead hex code.

Text Font Color

.myTextColor { color: #8FE6D0; }

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

This text font color is #8FE6D0.


Background Color

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

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

This div background color is #8FE6D0.


Border color

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

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

This div border color is #8FE6D0.


Opacity

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

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

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

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

This text has shadow with #8FE6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FE6D0 on black background.


Color preview on white background

This text has color #8FE6D0 on white background.



Black color preview on #8FE6D0 background

This text has black color on #8FE6D0 background.


White color preview on #8FE6D0 background

This text has white color on #8FE6D0 background.