COLOR #8FC3B0

HEX: #8FC3B0
RGB: (143,195,176)

Color info

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

RGB color model

#8FC3B0 color RGB value is (143,195,176).

  • red value is 143;
  • green value is 195;
  • blue value is 176.
RGB:
(143,195,176)
(56%,76%,69%)

RGB channels and saturation

R 143 of 255 = 56%
G 195 of 255 = 76%
B 176 of 255 = 69%

143
195
176

R + G + B ~ 67%. #8FC3B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 195 + 176 = 514 (100%)
R 143 of 514 ~ 27.82%
G 195 of 514 ~ 37.94%
B 176 of 514 ~ 34.24%

%27.82
%37.94
%34.24

CMYK color model

#8FC3B0 color CMYK value is (27,0,10,24).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 9.74%
  • key color value is 23.53%
CMYK:
(27,0,10,24)
C27M0Y10K24 
(27%,0%,10%,24%)
(0.27/0.00/0.10/0.24)	

CMYK percentages

%26.67
%0
%9.74
%23.53

Codes

Color #8FC3B0 in popluar color models

8FC3B0
RGB143195176
HSL158°30.23%66.27%
HSB/HSV158°26.67%76.47%
CMYK26.67%0.00%9.74%
23.53%

Color #8FC3B0 in popluar number systems.

HEX8FC3B0
Decimal143195176
Binary100011111100001110110000
Octal217303260

Shades and tints

Shades of #8FC3B0

#8FC3B0
(143,195,176)
#82B2A0
(130,178,160)
#75A190
(117,161,144)
#689080
(104,144,128)
#5B7F70
(91,127,112)
#4E6E60
(78,110,96)
#415D50
(65,93,80)
#344C40
(52,76,64)
#273B30
(39,59,48)
#1A2A20
(26,42,32)
#0D1910
(13,25,16)
#000000
(0,0,0)

Tints of #8FC3B0

#8FC3B0
(143,195,176)
#99C8B7
(153,200,183)
#A3CDBE
(163,205,190)
#ADD2C5
(173,210,197)
#B7D7CC
(183,215,204)
#C1DCD3
(193,220,211)
#CBE1DA
(203,225,218)
#D5E6E1
(213,230,225)
#DFEBE8
(223,235,232)
#E9F0EF
(233,240,239)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC3B0 color. Also use rgb(143,195,176) instead hex code.

Text Font Color

.myTextColor { color: #8FC3B0; }

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

This text font color is #8FC3B0.


Background Color

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

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

This div background color is #8FC3B0.


Border color

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

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

This div border color is #8FC3B0.


Opacity

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

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

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

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

This text has shadow with #8FC3B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC3B0 on black background.


Color preview on white background

This text has color #8FC3B0 on white background.



Black color preview on #8FC3B0 background

This text has black color on #8FC3B0 background.


White color preview on #8FC3B0 background

This text has white color on #8FC3B0 background.