COLOR #8FC6C4

HEX: #8FC6C4 RGB: (143,198,196)

Color info

#8FC6C4 contains red, green and blue colors in about the same proportion. Web safe color of #8FC6C4 is #99CCCC (or #9CC).

RGB color model

#8FC6C4 color RGB value is (143,198,196).

RGB: (143,198,196) (56%, 78%, 77%)

RGB channels and saturation

R 143 of 255 = 56%
G 198 of 255 = 78%
B 196 of 255 = 77%

143
198
196

R + G + B ~ 70%. #8FC6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 198 + 196 = 537 (100%)
R 143 of 537 ~ 26.63%
G 198 of 537 ~ 36.87%
B 196 of 537 ~ 36.5'%

%26.63
%36.87
%36.5

CMYK color model

#8FC6C4 color CMYK value is (28,0,1,22).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 22.35%

CMYK: (28,0,1,22)
C28M0Y1K22 (28%, 0%, 1%, 22%)
(0.28 / 0.00 / 0.01 / 0.22)

CMYK percentages

%27.78
%0
%1.01
%22.35

Codes

Color #8FC6C4 in popluar color models

8F C6 C4
RGB 143 198 196
HSL 178° 32.54% 66.86%
HSB/HSV 178° 27.78% 77.65%
CMYK 27.78% 0.00% 1.01%
22.35%

Color #8FC6C4 in popluar number systems.

HEX 8F C6 C4
Decimal 143 198 196
Binary 10001111 11000110 11000100
Octal 217 306 304

Shades and tints

Shades of #8FC6C4

#8FC6C4
(143,198,196)
#82B4B3
(130,180,179)
#75A2A2
(117,162,162)
#689091
(104,144,145)
#5B7E80
(91,126,128)
#4E6C6F
(78,108,111)
#415A5E
(65,90,94)
#34484D
(52,72,77)
#27363C
(39,54,60)
#1A242B
(26,36,43)
#0D121A
(13,18,26)
#000000
(0,0,0)

Tints of #8FC6C4

#8FC6C4
(143,198,196)
#99CBC9
(153,203,201)
#A3D0CE
(163,208,206)
#ADD5D3
(173,213,211)
#B7DAD8
(183,218,216)
#C1DFDD
(193,223,221)
#CBE4E2
(203,228,226)
#D5E9E7
(213,233,231)
#DFEEEC
(223,238,236)
#E9F3F1
(233,243,241)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC6C4; }

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

This text font color is #8FC6C4.

Background Color

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

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

This div background color is #8FC6C4.

Border color

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

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

This div border color is #8FC6C4.

Opacity

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

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

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

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

This text has shadow with #8FC6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC6C4.

Preview

Color preview on black background

This text has color #8FC6C4 on black background.


Color preview on white background

This text has color #8FC6C4 on white background.


Black color preview on #8FC6C4 background

This text has black color on #8FC6C4 background.


White color preview on #8FC6C4 background

This text has white color on #8FC6C4 background.


Related colors

Complementary color

Complementary color for #hex is #70393B.


I love getcolorcode.com

Triadic colors

1 #C48FC6 and #C6C48F with #8FC6C4 are triadic colors.

2 #C4C68F and #C68FC4 with #8FC6C4 are triadic colors.