COLOR #8FC6CB

HEX: #8FC6CB RGB: (143,198,203)

Color info

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

RGB color model

#8FC6CB color RGB value is (143,198,203).

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

RGB channels and saturation

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

143
198
203

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

Portions of RGB colors in percentages

R + G + B = 143 + 198 + 203 = 544 (100%)
R 143 of 544 ~ 26.29%
G 198 of 544 ~ 36.4%
B 203 of 544 ~ 37.32'%

%26.29
%36.4
%37.32

CMYK color model

#8FC6CB color CMYK value is (30,2,0,20).

  • cyan value is 29.56%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (30,2,0,20)
C30M2Y0K20 (30%, 2%, 0%, 20%)
(0.30 / 0.02 / 0.00 / 0.20)

CMYK percentages

%29.56
%2.46
%0
%20.39

Codes

Color #8FC6CB in popluar color models

8F C6 CB
RGB 143 198 203
HSL 185° 36.59% 67.84%
HSB/HSV 185° 29.56% 79.61%
CMYK 29.56% 2.46% 0.00%
20.39%

Color #8FC6CB in popluar number systems.

HEX 8F C6 CB
Decimal 143 198 203
Binary 10001111 11000110 11001011
Octal 217 306 313

Shades and tints

Shades of #8FC6CB

#8FC6CB
(143,198,203)
#82B4B9
(130,180,185)
#75A2A7
(117,162,167)
#689095
(104,144,149)
#5B7E83
(91,126,131)
#4E6C71
(78,108,113)
#415A5F
(65,90,95)
#34484D
(52,72,77)
#27363B
(39,54,59)
#1A2429
(26,36,41)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #8FC6CB

#8FC6CB
(143,198,203)
#99CBCF
(153,203,207)
#A3D0D3
(163,208,211)
#ADD5D7
(173,213,215)
#B7DADB
(183,218,219)
#C1DFDF
(193,223,223)
#CBE4E3
(203,228,227)
#D5E9E7
(213,233,231)
#DFEEEB
(223,238,235)
#E9F3EF
(233,243,239)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC6CB; }

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

This text font color is #8FC6CB.

Background Color

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

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

This div background color is #8FC6CB.

Border color

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

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

This div border color is #8FC6CB.

Opacity

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

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

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

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

This text has shadow with #8FC6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FC6CB.

Preview

Color preview on black background

This text has color #8FC6CB on black background.


Color preview on white background

This text has color #8FC6CB on white background.


Black color preview on #8FC6CB background

This text has black color on #8FC6CB background.


White color preview on #8FC6CB background

This text has white color on #8FC6CB background.


Related colors

Complementary color

Complementary color for #hex is #703934.


I love getcolorcode.com

Triadic colors

1 #CB8FC6 and #C6CB8F with #8FC6CB are triadic colors.

2 #CBC68F and #C68FCB with #8FC6CB are triadic colors.