COLOR #8FC8D7

HEX: #8FC8D7 RGB: (143,200,215)

Color info

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

RGB color model

#8FC8D7 color RGB value is (143,200,215).

RGB: (143,200,215) (56%, 78%, 84%)

RGB channels and saturation

R 143 of 255 = 56%
G 200 of 255 = 78%
B 215 of 255 = 84%

143
200
215

R + G + B ~ 73%. #8FC8D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 200 + 215 = 558 (100%)
R 143 of 558 ~ 25.63%
G 200 of 558 ~ 35.84%
B 215 of 558 ~ 38.53'%

%25.63
%35.84
%38.53

CMYK color model

#8FC8D7 color CMYK value is (33,7,0,16).

  • cyan value is 33.49%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (33,7,0,16)
C33M7Y0K16 (33%, 7%, 0%, 16%)
(0.33 / 0.07 / 0.00 / 0.16)

CMYK percentages

%33.49
%6.98
%0
%15.69

Codes

Color #8FC8D7 in popluar color models

8F C8 D7
RGB 143 200 215
HSL 193° 47.37% 70.20%
HSB/HSV 193° 33.49% 84.31%
CMYK 33.49% 6.98% 0.00%
15.69%

Color #8FC8D7 in popluar number systems.

HEX 8F C8 D7
Decimal 143 200 215
Binary 10001111 11001000 11010111
Octal 217 310 327

Shades and tints

Shades of #8FC8D7

#8FC8D7
(143,200,215)
#82B6C4
(130,182,196)
#75A4B1
(117,164,177)
#68929E
(104,146,158)
#5B808B
(91,128,139)
#4E6E78
(78,110,120)
#415C65
(65,92,101)
#344A52
(52,74,82)
#27383F
(39,56,63)
#1A262C
(26,38,44)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #8FC8D7

#8FC8D7
(143,200,215)
#99CDDA
(153,205,218)
#A3D2DD
(163,210,221)
#ADD7E0
(173,215,224)
#B7DCE3
(183,220,227)
#C1E1E6
(193,225,230)
#CBE6E9
(203,230,233)
#D5EBEC
(213,235,236)
#DFF0EF
(223,240,239)
#E9F5F2
(233,245,242)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC8D7 color. Also use rgb(143,200,215) instead hex code.

Text Font Color

.myTextColor { color: #8FC8D7; }

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

This text font color is #8FC8D7.

Background Color

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

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

This div background color is #8FC8D7.

Border color

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

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

This div border color is #8FC8D7.

Opacity

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

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

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

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

This text has shadow with #8FC8D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC8D7.

Preview

Color preview on black background

This text has color #8FC8D7 on black background.


Color preview on white background

This text has color #8FC8D7 on white background.


Black color preview on #8FC8D7 background

This text has black color on #8FC8D7 background.


White color preview on #8FC8D7 background

This text has white color on #8FC8D7 background.


Related colors

Complementary color

Complementary color for #hex is #703728.


I love getcolorcode.com

Triadic colors

1 #D78FC8 and #C8D78F with #8FC8D7 are triadic colors.

2 #D7C88F and #C88FD7 with #8FC8D7 are triadic colors.