COLOR #8FC6CD

HEX: #8FC6CD RGB: (143,198,205)

Color info

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

RGB color model

#8FC6CD color RGB value is (143,198,205).

RGB: (143,198,205) (56%, 78%, 80%)

RGB channels and saturation

R 143 of 255 = 56%
G 198 of 255 = 78%
B 205 of 255 = 80%

143
198
205

R + G + B ~ 71%. #8FC6CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 198 + 205 = 546 (100%)
R 143 of 546 ~ 26.19%
G 198 of 546 ~ 36.26%
B 205 of 546 ~ 37.55'%

%26.19
%36.26
%37.55

CMYK color model

#8FC6CD color CMYK value is (30,3,0,20).

  • cyan value is 30.24%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (30,3,0,20) C30M3Y0K20 (30%,3%,0%,20%) (0.30/0.03/0.00/0.20) 

CMYK percentages

%30.24
%3.41
%0
%19.61

Codes

Color #8FC6CD in popluar color models

8F C6 CD
RGB 143 198 205
HSL 187° 38.27% 68.24%
HSB/HSV 187° 30.24% 80.39%
CMYK 30.24% 3.41% 0.00%
19.61%

Color #8FC6CD in popluar number systems.

HEX 8F C6 CD
Decimal 143 198 205
Binary 10001111 11000110 11001101
Octal 217 306 315

Shades and tints

Shades of #8FC6CD

#8FC6CD
(143,198,205)
#82B4BB
(130,180,187)
#75A2A9
(117,162,169)
#689097
(104,144,151)
#5B7E85
(91,126,133)
#4E6C73
(78,108,115)
#415A61
(65,90,97)
#34484F
(52,72,79)
#27363D
(39,54,61)
#1A242B
(26,36,43)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #8FC6CD

#8FC6CD
(143,198,205)
#99CBD1
(153,203,209)
#A3D0D5
(163,208,213)
#ADD5D9
(173,213,217)
#B7DADD
(183,218,221)
#C1DFE1
(193,223,225)
#CBE4E5
(203,228,229)
#D5E9E9
(213,233,233)
#DFEEED
(223,238,237)
#E9F3F1
(233,243,241)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC6CD color. Also use rgb(143,198,205) instead hex code.

Text Font Color

.myTextColor { color: #8FC6CD; }

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

This text font color is #8FC6CD.

Background Color

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

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

This div background color is #8FC6CD.

Border color

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

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

This div border color is #8FC6CD.

Opacity

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

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

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

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

This text has shadow with #8FC6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC6CD.

Preview

Color preview on black background

This text has color #8FC6CD on black background.


Color preview on white background

This text has color #8FC6CD on white background.


Black color preview on #8FC6CD background

This text has black color on #8FC6CD background.


White color preview on #8FC6CD background

This text has white color on #8FC6CD background.


Related colors

Complementary color

Complementary color for #hex is #703932.


I love getcolorcode.com

Triadic colors

1 #CD8FC6 and #C6CD8F with #8FC6CD are triadic colors.

2 #CDC68F and #C68FCD with #8FC6CD are triadic colors.