COLOR #8FE9D5

HEX: #8FE9D5
RGB: (143,233,213)

Color info

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

RGB color model

#8FE9D5 color RGB value is (143,233,213).

  • red value is 143;
  • green value is 233;
  • blue value is 213.
RGB:
(143,233,213)
(56%,91%,84%)

RGB channels and saturation

R 143 of 255 = 56%
G 233 of 255 = 91%
B 213 of 255 = 84%

143
233
213

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

Portions of RGB colors in percentages

R + G + B =
143 + 233 + 213 = 589 (100%)
R 143 of 589 ~ 24.28%
G 233 of 589 ~ 39.56%
B 213 of 589 ~ 36.16%

%24.28
%39.56
%36.16

CMYK color model

#8FE9D5 color CMYK value is (39,0,9,9).

  • cyan value is 38.63%
  • magenta value is 0.00%
  • yellow value is 8.58%
  • key color value is 8.63%
CMYK:
(39,0,9,9)
C39M0Y9K9 
(39%,0%,9%,9%)
(0.39/0.00/0.09/0.09)	

CMYK percentages

%38.63
%0
%8.58
%8.63

Codes

Color #8FE9D5 in popluar color models

8FE9D5
RGB143233213
HSL167°67.16%73.73%
HSB/HSV167°38.63%91.37%
CMYK38.63%0.00%8.58%
8.63%

Color #8FE9D5 in popluar number systems.

HEX8FE9D5
Decimal143233213
Binary100011111110100111010101
Octal217351325

Shades and tints

Shades of #8FE9D5

#8FE9D5
(143,233,213)
#82D4C2
(130,212,194)
#75BFAF
(117,191,175)
#68AA9C
(104,170,156)
#5B9589
(91,149,137)
#4E8076
(78,128,118)
#416B63
(65,107,99)
#345650
(52,86,80)
#27413D
(39,65,61)
#1A2C2A
(26,44,42)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #8FE9D5

#8FE9D5
(143,233,213)
#99EBD8
(153,235,216)
#A3EDDB
(163,237,219)
#ADEFDE
(173,239,222)
#B7F1E1
(183,241,225)
#C1F3E4
(193,243,228)
#CBF5E7
(203,245,231)
#D5F7EA
(213,247,234)
#DFF9ED
(223,249,237)
#E9FBF0
(233,251,240)
#F3FDF3
(243,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FE9D5 color. Also use rgb(143,233,213) instead hex code.

Text Font Color

.myTextColor { color: #8FE9D5; }

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

This text font color is #8FE9D5.


Background Color

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

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

This div background color is #8FE9D5.


Border color

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

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

This div border color is #8FE9D5.


Opacity

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

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

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

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

This text has shadow with #8FE9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FE9D5 on black background.


Color preview on white background

This text has color #8FE9D5 on white background.



Black color preview on #8FE9D5 background

This text has black color on #8FE9D5 background.


White color preview on #8FE9D5 background

This text has white color on #8FE9D5 background.