COLOR #8FC9B7

HEX: #8FC9B7
RGB: (143,201,183)

Color info

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

RGB color model

#8FC9B7 color RGB value is (143,201,183).

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

RGB channels and saturation

R 143 of 255 = 56%
G 201 of 255 = 79%
B 183 of 255 = 72%

143
201
183

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

Portions of RGB colors in percentages

R + G + B =
143 + 201 + 183 = 527 (100%)
R 143 of 527 ~ 27.13%
G 201 of 527 ~ 38.14%
B 183 of 527 ~ 34.72%

%27.13
%38.14
%34.72

CMYK color model

#8FC9B7 color CMYK value is (29,0,9,21).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 21.18%
CMYK:
(29,0,9,21)
C29M0Y9K21 
(29%,0%,9%,21%)
(0.29/0.00/0.09/0.21)	

CMYK percentages

%28.86
%0
%8.96
%21.18

Codes

Color #8FC9B7 in popluar color models

8FC9B7
RGB143201183
HSL161°34.94%67.45%
HSB/HSV161°28.86%78.82%
CMYK28.86%0.00%8.96%
21.18%

Color #8FC9B7 in popluar number systems.

HEX8FC9B7
Decimal143201183
Binary100011111100100110110111
Octal217311267

Shades and tints

Shades of #8FC9B7

#8FC9B7
(143,201,183)
#82B7A7
(130,183,167)
#75A597
(117,165,151)
#689387
(104,147,135)
#5B8177
(91,129,119)
#4E6F67
(78,111,103)
#415D57
(65,93,87)
#344B47
(52,75,71)
#273937
(39,57,55)
#1A2727
(26,39,39)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #8FC9B7

#8FC9B7
(143,201,183)
#99CDBD
(153,205,189)
#A3D1C3
(163,209,195)
#ADD5C9
(173,213,201)
#B7D9CF
(183,217,207)
#C1DDD5
(193,221,213)
#CBE1DB
(203,225,219)
#D5E5E1
(213,229,225)
#DFE9E7
(223,233,231)
#E9EDED
(233,237,237)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC9B7; }

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

This text font color is #8FC9B7.


Background Color

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

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

This div background color is #8FC9B7.


Border color

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

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

This div border color is #8FC9B7.


Opacity

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

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

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

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

This text has shadow with #8FC9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC9B7 on black background.


Color preview on white background

This text has color #8FC9B7 on white background.



Black color preview on #8FC9B7 background

This text has black color on #8FC9B7 background.


White color preview on #8FC9B7 background

This text has white color on #8FC9B7 background.