COLOR #8FC7BA

HEX: #8FC7BA
RGB: (143,199,186)

Color info

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

RGB color model

#8FC7BA color RGB value is (143,199,186).

  • red value is 143;
  • green value is 199;
  • blue value is 186.
RGB:
(143,199,186)
(56%,78%,73%)

RGB channels and saturation

R 143 of 255 = 56%
G 199 of 255 = 78%
B 186 of 255 = 73%

143
199
186

R + G + B ~ 69%. #8FC7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 199 + 186 = 528 (100%)
R 143 of 528 ~ 27.08%
G 199 of 528 ~ 37.69%
B 186 of 528 ~ 35.23%

%27.08
%37.69
%35.23

CMYK color model

#8FC7BA color CMYK value is (28,0,7,22).

  • cyan value is 28.14%
  • magenta value is 0.00%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(28,0,7,22)
C28M0Y7K22 
(28%,0%,7%,22%)
(0.28/0.00/0.07/0.22)	

CMYK percentages

%28.14
%0
%6.53
%21.96

Codes

Color #8FC7BA in popluar color models

8FC7BA
RGB143199186
HSL166°33.33%67.06%
HSB/HSV166°28.14%78.04%
CMYK28.14%0.00%6.53%
21.96%

Color #8FC7BA in popluar number systems.

HEX8FC7BA
Decimal143199186
Binary100011111100011110111010
Octal217307272

Shades and tints

Shades of #8FC7BA

#8FC7BA
(143,199,186)
#82B5AA
(130,181,170)
#75A39A
(117,163,154)
#68918A
(104,145,138)
#5B7F7A
(91,127,122)
#4E6D6A
(78,109,106)
#415B5A
(65,91,90)
#34494A
(52,73,74)
#27373A
(39,55,58)
#1A252A
(26,37,42)
#0D131A
(13,19,26)
#000000
(0,0,0)

Tints of #8FC7BA

#8FC7BA
(143,199,186)
#99CCC0
(153,204,192)
#A3D1C6
(163,209,198)
#ADD6CC
(173,214,204)
#B7DBD2
(183,219,210)
#C1E0D8
(193,224,216)
#CBE5DE
(203,229,222)
#D5EAE4
(213,234,228)
#DFEFEA
(223,239,234)
#E9F4F0
(233,244,240)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC7BA color. Also use rgb(143,199,186) instead hex code.

Text Font Color

.myTextColor { color: #8FC7BA; }

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

This text font color is #8FC7BA.


Background Color

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

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

This div background color is #8FC7BA.


Border color

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

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

This div border color is #8FC7BA.


Opacity

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

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

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

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

This text has shadow with #8FC7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC7BA on black background.


Color preview on white background

This text has color #8FC7BA on white background.



Black color preview on #8FC7BA background

This text has black color on #8FC7BA background.


White color preview on #8FC7BA background

This text has white color on #8FC7BA background.