COLOR #8FCAC6

HEX: #8FCAC6 RGB: (143,202,198)

Color info

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

RGB color model

#8FCAC6 color RGB value is (143,202,198).

RGB: (143,202,198) (56%, 79%, 78%)

RGB channels and saturation

R 143 of 255 = 56%
G 202 of 255 = 79%
B 198 of 255 = 78%

143
202
198

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

Portions of RGB colors in percentages

R + G + B = 143 + 202 + 198 = 543 (100%)
R 143 of 543 ~ 26.34%
G 202 of 543 ~ 37.2%
B 198 of 543 ~ 36.46'%

%26.34
%37.2
%36.46

CMYK color model

#8FCAC6 color CMYK value is (29,0,2,21).

  • cyan value is 29.21%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 20.78%

CMYK: (29,0,2,21)
C29M0Y2K21 (29%, 0%, 2%, 21%)
(0.29 / 0.00 / 0.02 / 0.21)

CMYK percentages

%29.21
%0
%1.98
%20.78

Codes

Color #8FCAC6 in popluar color models

8F CA C6
RGB 143 202 198
HSL 176° 35.76% 67.65%
HSB/HSV 176° 29.21% 79.22%
CMYK 29.21% 0.00% 1.98%
20.78%

Color #8FCAC6 in popluar number systems.

HEX 8F CA C6
Decimal 143 202 198
Binary 10001111 11001010 11000110
Octal 217 312 306

Shades and tints

Shades of #8FCAC6

#8FCAC6
(143,202,198)
#82B8B4
(130,184,180)
#75A6A2
(117,166,162)
#689490
(104,148,144)
#5B827E
(91,130,126)
#4E706C
(78,112,108)
#415E5A
(65,94,90)
#344C48
(52,76,72)
#273A36
(39,58,54)
#1A2824
(26,40,36)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #8FCAC6

#8FCAC6
(143,202,198)
#99CECB
(153,206,203)
#A3D2D0
(163,210,208)
#ADD6D5
(173,214,213)
#B7DADA
(183,218,218)
#C1DEDF
(193,222,223)
#CBE2E4
(203,226,228)
#D5E6E9
(213,230,233)
#DFEAEE
(223,234,238)
#E9EEF3
(233,238,243)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FCAC6; }

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

This text font color is #8FCAC6.

Background Color

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

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

This div background color is #8FCAC6.

Border color

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

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

This div border color is #8FCAC6.

Opacity

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

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

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

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

This text has shadow with #8FCAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FCAC6.

Preview

Color preview on black background

This text has color #8FCAC6 on black background.


Color preview on white background

This text has color #8FCAC6 on white background.


Black color preview on #8FCAC6 background

This text has black color on #8FCAC6 background.


White color preview on #8FCAC6 background

This text has white color on #8FCAC6 background.


Related colors

Complementary color

Complementary color for #hex is #703539.


I love getcolorcode.com

Triadic colors

1 #C68FCA and #CAC68F with #8FCAC6 are triadic colors.

2 #C6CA8F and #CA8FC6 with #8FCAC6 are triadic colors.