COLOR #8FF9D8

HEX: #8FF9D8
RGB: (143,249,216)

Color info

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

RGB color model

#8FF9D8 color RGB value is (143,249,216).

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

RGB channels and saturation

R 143 of 255 = 56%
G 249 of 255 = 98%
B 216 of 255 = 85%

143
249
216

R + G + B ~ 80%. #8FF9D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 249 + 216 = 608 (100%)
R 143 of 608 ~ 23.52%
G 249 of 608 ~ 40.95%
B 216 of 608 ~ 35.53%

%23.52
%40.95
%35.53

CMYK color model

#8FF9D8 color CMYK value is (43,0,13,2).

  • cyan value is 42.57%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 2.35%
CMYK:
(43,0,13,2)
C43M0Y13K2 
(43%,0%,13%,2%)
(0.43/0.00/0.13/0.02)	

CMYK percentages

%42.57
%0
%13.25
%2.35

Codes

Color #8FF9D8 in popluar color models

8FF9D8
RGB143249216
HSL161°89.83%76.86%
HSB/HSV161°42.57%97.65%
CMYK42.57%0.00%13.25%
2.35%

Color #8FF9D8 in popluar number systems.

HEX8FF9D8
Decimal143249216
Binary100011111111100111011000
Octal217371330

Shades and tints

Shades of #8FF9D8

#8FF9D8
(143,249,216)
#82E3C5
(130,227,197)
#75CDB2
(117,205,178)
#68B79F
(104,183,159)
#5BA18C
(91,161,140)
#4E8B79
(78,139,121)
#417566
(65,117,102)
#345F53
(52,95,83)
#274940
(39,73,64)
#1A332D
(26,51,45)
#0D1D1A
(13,29,26)
#000000
(0,0,0)

Tints of #8FF9D8

#8FF9D8
(143,249,216)
#99F9DB
(153,249,219)
#A3F9DE
(163,249,222)
#ADF9E1
(173,249,225)
#B7F9E4
(183,249,228)
#C1F9E7
(193,249,231)
#CBF9EA
(203,249,234)
#D5F9ED
(213,249,237)
#DFF9F0
(223,249,240)
#E9F9F3
(233,249,243)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FF9D8; }

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

This text font color is #8FF9D8.


Background Color

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

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

This div background color is #8FF9D8.


Border color

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

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

This div border color is #8FF9D8.


Opacity

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

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

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

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

This text has shadow with #8FF9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FF9D8 on black background.


Color preview on white background

This text has color #8FF9D8 on white background.



Black color preview on #8FF9D8 background

This text has black color on #8FF9D8 background.


White color preview on #8FF9D8 background

This text has white color on #8FF9D8 background.