COLOR #8FDDE7

HEX: #8FDDE7 RGB: (143,221,231)

Color info

#8FDDE7 contains mainly green and blue colors. Web safe color of #8FDDE7 is #99CCFF (or #9CF).

RGB color model

#8FDDE7 color RGB value is (143,221,231).

RGB: (143,221,231) (56%, 87%, 91%)

RGB channels and saturation

R 143 of 255 = 56%
G 221 of 255 = 87%
B 231 of 255 = 91%

143
221
231

R + G + B ~ 78%. #8FDDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 221 + 231 = 595 (100%)
R 143 of 595 ~ 24.03%
G 221 of 595 ~ 37.14%
B 231 of 595 ~ 38.82'%

%24.03
%37.14
%38.82

CMYK color model

#8FDDE7 color CMYK value is (38,4,0,9).

  • cyan value is 38.10%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (38,4,0,9)
C38M4Y0K9 (38%, 4%, 0%, 9%)
(0.38 / 0.04 / 0.00 / 0.09)

CMYK percentages

%38.1
%4.33
%0
%9.41

Codes

Color #8FDDE7 in popluar color models

8F DD E7
RGB 143 221 231
HSL 187° 64.71% 73.33%
HSB/HSV 187° 38.10% 90.59%
CMYK 38.10% 4.33% 0.00%
9.41%

Color #8FDDE7 in popluar number systems.

HEX 8F DD E7
Decimal 143 221 231
Binary 10001111 11011101 11100111
Octal 217 335 347

Shades and tints

Shades of #8FDDE7

#8FDDE7
(143,221,231)
#82C9D2
(130,201,210)
#75B5BD
(117,181,189)
#68A1A8
(104,161,168)
#5B8D93
(91,141,147)
#4E797E
(78,121,126)
#416569
(65,101,105)
#345154
(52,81,84)
#273D3F
(39,61,63)
#1A292A
(26,41,42)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #8FDDE7

#8FDDE7
(143,221,231)
#99E0E9
(153,224,233)
#A3E3EB
(163,227,235)
#ADE6ED
(173,230,237)
#B7E9EF
(183,233,239)
#C1ECF1
(193,236,241)
#CBEFF3
(203,239,243)
#D5F2F5
(213,242,245)
#DFF5F7
(223,245,247)
#E9F8F9
(233,248,249)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FDDE7 color. Also use rgb(143,221,231) instead hex code.

Text Font Color

.myTextColor { color: #8FDDE7; }

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

This text font color is #8FDDE7.

Background Color

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

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

This div background color is #8FDDE7.

Border color

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

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

This div border color is #8FDDE7.

Opacity

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

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

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

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

This text has shadow with #8FDDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FDDE7.

Preview

Color preview on black background

This text has color #8FDDE7 on black background.


Color preview on white background

This text has color #8FDDE7 on white background.


Black color preview on #8FDDE7 background

This text has black color on #8FDDE7 background.


White color preview on #8FDDE7 background

This text has white color on #8FDDE7 background.


Related colors

Complementary color

Complementary color for #hex is #702218.


I love getcolorcode.com

Triadic colors

1 #E78FDD and #DDE78F with #8FDDE7 are triadic colors.

2 #E7DD8F and #DD8FE7 with #8FDDE7 are triadic colors.