COLOR #8FD9D6

HEX: #8FD9D6
RGB: (143,217,214)

Color info

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

RGB color model

#8FD9D6 color RGB value is (143,217,214).

  • red value is 143;
  • green value is 217;
  • blue value is 214.
RGB:
(143,217,214)
(56%,85%,84%)

RGB channels and saturation

R 143 of 255 = 56%
G 217 of 255 = 85%
B 214 of 255 = 84%

143
217
214

R + G + B ~ 75%. #8FD9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 217 + 214 = 574 (100%)
R 143 of 574 ~ 24.91%
G 217 of 574 ~ 37.8%
B 214 of 574 ~ 37.28%

%24.91
%37.8
%37.28

CMYK color model

#8FD9D6 color CMYK value is (34,0,1,15).

  • cyan value is 34.10%
  • magenta value is 0.00%
  • yellow value is 1.38%
  • key color value is 14.90%
CMYK:
(34,0,1,15)
C34M0Y1K15 
(34%,0%,1%,15%)
(0.34/0.00/0.01/0.15)	

CMYK percentages

%34.1
%0
%1.38
%14.9

Codes

Color #8FD9D6 in popluar color models

8FD9D6
RGB143217214
HSL178°49.33%70.59%
HSB/HSV178°34.10%85.10%
CMYK34.10%0.00%1.38%
14.90%

Color #8FD9D6 in popluar number systems.

HEX8FD9D6
Decimal143217214
Binary100011111101100111010110
Octal217331326

Shades and tints

Shades of #8FD9D6

#8FD9D6
(143,217,214)
#82C6C3
(130,198,195)
#75B3B0
(117,179,176)
#68A09D
(104,160,157)
#5B8D8A
(91,141,138)
#4E7A77
(78,122,119)
#416764
(65,103,100)
#345451
(52,84,81)
#27413E
(39,65,62)
#1A2E2B
(26,46,43)
#0D1B18
(13,27,24)
#000000
(0,0,0)

Tints of #8FD9D6

#8FD9D6
(143,217,214)
#99DCD9
(153,220,217)
#A3DFDC
(163,223,220)
#ADE2DF
(173,226,223)
#B7E5E2
(183,229,226)
#C1E8E5
(193,232,229)
#CBEBE8
(203,235,232)
#D5EEEB
(213,238,235)
#DFF1EE
(223,241,238)
#E9F4F1
(233,244,241)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD9D6 color. Also use rgb(143,217,214) instead hex code.

Text Font Color

.myTextColor { color: #8FD9D6; }

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

This text font color is #8FD9D6.


Background Color

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

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

This div background color is #8FD9D6.


Border color

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

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

This div border color is #8FD9D6.


Opacity

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

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

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

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

This text has shadow with #8FD9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD9D6 on black background.


Color preview on white background

This text has color #8FD9D6 on white background.



Black color preview on #8FD9D6 background

This text has black color on #8FD9D6 background.


White color preview on #8FD9D6 background

This text has white color on #8FD9D6 background.