COLOR #8FCEC6

HEX: #8FCEC6 RGB: (143,206,198)

Color info

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

RGB color model

#8FCEC6 color RGB value is (143,206,198).

RGB: (143,206,198) (56%, 81%, 78%)

RGB channels and saturation

R 143 of 255 = 56%
G 206 of 255 = 81%
B 198 of 255 = 78%

143
206
198

R + G + B ~ 72%. #8FCEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 206 + 198 = 547 (100%)
R 143 of 547 ~ 26.14%
G 206 of 547 ~ 37.66%
B 198 of 547 ~ 36.2'%

%26.14
%37.66
%36.2

CMYK color model

#8FCEC6 color CMYK value is (31,0,4,19).

  • cyan value is 30.58%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 19.22%

CMYK: (31,0,4,19)
C31M0Y4K19 (31%, 0%, 4%, 19%)
(0.31 / 0.00 / 0.04 / 0.19)

CMYK percentages

%30.58
%0
%3.88
%19.22

Codes

Color #8FCEC6 in popluar color models

8F CE C6
RGB 143 206 198
HSL 172° 39.13% 68.43%
HSB/HSV 172° 30.58% 80.78%
CMYK 30.58% 0.00% 3.88%
19.22%

Color #8FCEC6 in popluar number systems.

HEX 8F CE C6
Decimal 143 206 198
Binary 10001111 11001110 11000110
Octal 217 316 306

Shades and tints

Shades of #8FCEC6

#8FCEC6
(143,206,198)
#82BCB4
(130,188,180)
#75AAA2
(117,170,162)
#689890
(104,152,144)
#5B867E
(91,134,126)
#4E746C
(78,116,108)
#41625A
(65,98,90)
#345048
(52,80,72)
#273E36
(39,62,54)
#1A2C24
(26,44,36)
#0D1A12
(13,26,18)
#000000
(0,0,0)

Tints of #8FCEC6

#8FCEC6
(143,206,198)
#99D2CB
(153,210,203)
#A3D6D0
(163,214,208)
#ADDAD5
(173,218,213)
#B7DEDA
(183,222,218)
#C1E2DF
(193,226,223)
#CBE6E4
(203,230,228)
#D5EAE9
(213,234,233)
#DFEEEE
(223,238,238)
#E9F2F3
(233,242,243)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FCEC6; }

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

This text font color is #8FCEC6.

Background Color

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

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

This div background color is #8FCEC6.

Border color

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

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

This div border color is #8FCEC6.

Opacity

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

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

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

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

This text has shadow with #8FCEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FCEC6.

Preview

Color preview on black background

This text has color #8FCEC6 on black background.


Color preview on white background

This text has color #8FCEC6 on white background.


Black color preview on #8FCEC6 background

This text has black color on #8FCEC6 background.


White color preview on #8FCEC6 background

This text has white color on #8FCEC6 background.


Related colors

Complementary color

Complementary color for #hex is #703139.


I love getcolorcode.com

Triadic colors

1 #C68FCE and #CEC68F with #8FCEC6 are triadic colors.

2 #C6CE8F and #CE8FC6 with #8FCEC6 are triadic colors.