COLOR #8FC5B7

HEX: #8FC5B7
RGB: (143,197,183)

Color info

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

RGB color model

#8FC5B7 color RGB value is (143,197,183).

  • red value is 143;
  • green value is 197;
  • blue value is 183.
RGB:
(143,197,183)
(56%,77%,72%)

RGB channels and saturation

R 143 of 255 = 56%
G 197 of 255 = 77%
B 183 of 255 = 72%

143
197
183

R + G + B ~ 68%. #8FC5B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 197 + 183 = 523 (100%)
R 143 of 523 ~ 27.34%
G 197 of 523 ~ 37.67%
B 183 of 523 ~ 34.99%

%27.34
%37.67
%34.99

CMYK color model

#8FC5B7 color CMYK value is (27,0,7,23).

  • cyan value is 27.41%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 22.75%
CMYK:
(27,0,7,23)
C27M0Y7K23 
(27%,0%,7%,23%)
(0.27/0.00/0.07/0.23)	

CMYK percentages

%27.41
%0
%7.11
%22.75

Codes

Color #8FC5B7 in popluar color models

8FC5B7
RGB143197183
HSL164°31.76%66.67%
HSB/HSV164°27.41%77.25%
CMYK27.41%0.00%7.11%
22.75%

Color #8FC5B7 in popluar number systems.

HEX8FC5B7
Decimal143197183
Binary100011111100010110110111
Octal217305267

Shades and tints

Shades of #8FC5B7

#8FC5B7
(143,197,183)
#82B4A7
(130,180,167)
#75A397
(117,163,151)
#689287
(104,146,135)
#5B8177
(91,129,119)
#4E7067
(78,112,103)
#415F57
(65,95,87)
#344E47
(52,78,71)
#273D37
(39,61,55)
#1A2C27
(26,44,39)
#0D1B17
(13,27,23)
#000000
(0,0,0)

Tints of #8FC5B7

#8FC5B7
(143,197,183)
#99CABD
(153,202,189)
#A3CFC3
(163,207,195)
#ADD4C9
(173,212,201)
#B7D9CF
(183,217,207)
#C1DED5
(193,222,213)
#CBE3DB
(203,227,219)
#D5E8E1
(213,232,225)
#DFEDE7
(223,237,231)
#E9F2ED
(233,242,237)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC5B7 color. Also use rgb(143,197,183) instead hex code.

Text Font Color

.myTextColor { color: #8FC5B7; }

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

This text font color is #8FC5B7.


Background Color

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

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

This div background color is #8FC5B7.


Border color

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

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

This div border color is #8FC5B7.


Opacity

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

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

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

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

This text has shadow with #8FC5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC5B7 on black background.


Color preview on white background

This text has color #8FC5B7 on white background.



Black color preview on #8FC5B7 background

This text has black color on #8FC5B7 background.


White color preview on #8FC5B7 background

This text has white color on #8FC5B7 background.