COLOR #8FDFD8

HEX: #8FDFD8 RGB: (143,223,216)

Color info

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

RGB color model

#8FDFD8 color RGB value is (143,223,216).

RGB: (143,223,216) (56%, 87%, 85%)

RGB channels and saturation

R 143 of 255 = 56%
G 223 of 255 = 87%
B 216 of 255 = 85%

143
223
216

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

Portions of RGB colors in percentages

R + G + B = 143 + 223 + 216 = 582 (100%)
R 143 of 582 ~ 24.57%
G 223 of 582 ~ 38.32%
B 216 of 582 ~ 37.11'%

%24.57
%38.32
%37.11

CMYK color model

#8FDFD8 color CMYK value is (36,0,3,13).

  • cyan value is 35.87%
  • magenta value is 0.00%
  • yellow value is 3.14%
  • key color value is 12.55%

CMYK: (36,0,3,13)
C36M0Y3K13 (36%, 0%, 3%, 13%)
(0.36 / 0.00 / 0.03 / 0.13)

CMYK percentages

%35.87
%0
%3.14
%12.55

Codes

Color #8FDFD8 in popluar color models

8F DF D8
RGB 143 223 216
HSL 175° 55.56% 71.76%
HSB/HSV 175° 35.87% 87.45%
CMYK 35.87% 0.00% 3.14%
12.55%

Color #8FDFD8 in popluar number systems.

HEX 8F DF D8
Decimal 143 223 216
Binary 10001111 11011111 11011000
Octal 217 337 330

Shades and tints

Shades of #8FDFD8

#8FDFD8
(143,223,216)
#82CBC5
(130,203,197)
#75B7B2
(117,183,178)
#68A39F
(104,163,159)
#5B8F8C
(91,143,140)
#4E7B79
(78,123,121)
#416766
(65,103,102)
#345353
(52,83,83)
#273F40
(39,63,64)
#1A2B2D
(26,43,45)
#0D171A
(13,23,26)
#000000
(0,0,0)

Tints of #8FDFD8

#8FDFD8
(143,223,216)
#99E1DB
(153,225,219)
#A3E3DE
(163,227,222)
#ADE5E1
(173,229,225)
#B7E7E4
(183,231,228)
#C1E9E7
(193,233,231)
#CBEBEA
(203,235,234)
#D5EDED
(213,237,237)
#DFEFF0
(223,239,240)
#E9F1F3
(233,241,243)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FDFD8; }

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

This text font color is #8FDFD8.

Background Color

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

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

This div background color is #8FDFD8.

Border color

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

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

This div border color is #8FDFD8.

Opacity

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

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

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

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

This text has shadow with #8FDFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FDFD8.

Preview

Color preview on black background

This text has color #8FDFD8 on black background.


Color preview on white background

This text has color #8FDFD8 on white background.


Black color preview on #8FDFD8 background

This text has black color on #8FDFD8 background.


White color preview on #8FDFD8 background

This text has white color on #8FDFD8 background.


Related colors

Complementary color

Complementary color for #hex is #702027.


I love getcolorcode.com

Triadic colors

1 #D88FDF and #DFD88F with #8FDFD8 are triadic colors.

2 #D8DF8F and #DF8FD8 with #8FDFD8 are triadic colors.