COLOR #8FE0B6

HEX: #8FE0B6
RGB: (143,224,182)

Color info

#8FE0B6 contains mainly green and blue colors. Web safe color of #8FE0B6 is #99CCCC (or #9CC).

RGB color model

#8FE0B6 color RGB value is (143,224,182).

  • red value is 143;
  • green value is 224;
  • blue value is 182.
RGB:
(143,224,182)
(56%,88%,71%)

RGB channels and saturation

R 143 of 255 = 56%
G 224 of 255 = 88%
B 182 of 255 = 71%

143
224
182

R + G + B ~ 72%. #8FE0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 224 + 182 = 549 (100%)
R 143 of 549 ~ 26.05%
G 224 of 549 ~ 40.8%
B 182 of 549 ~ 33.15%

%26.05
%40.8
%33.15

CMYK color model

#8FE0B6 color CMYK value is (36,0,19,12).

  • cyan value is 36.16%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 12.16%
CMYK:
(36,0,19,12)
C36M0Y19K12 
(36%,0%,19%,12%)
(0.36/0.00/0.19/0.12)	

CMYK percentages

%36.16
%0
%18.75
%12.16

Codes

Color #8FE0B6 in popluar color models

8FE0B6
RGB143224182
HSL149°56.64%71.96%
HSB/HSV149°36.16%87.84%
CMYK36.16%0.00%18.75%
12.16%

Color #8FE0B6 in popluar number systems.

HEX8FE0B6
Decimal143224182
Binary100011111110000010110110
Octal217340266

Shades and tints

Shades of #8FE0B6

#8FE0B6
(143,224,182)
#82CCA6
(130,204,166)
#75B896
(117,184,150)
#68A486
(104,164,134)
#5B9076
(91,144,118)
#4E7C66
(78,124,102)
#416856
(65,104,86)
#345446
(52,84,70)
#274036
(39,64,54)
#1A2C26
(26,44,38)
#0D1816
(13,24,22)
#000000
(0,0,0)

Tints of #8FE0B6

#8FE0B6
(143,224,182)
#99E2BC
(153,226,188)
#A3E4C2
(163,228,194)
#ADE6C8
(173,230,200)
#B7E8CE
(183,232,206)
#C1EAD4
(193,234,212)
#CBECDA
(203,236,218)
#D5EEE0
(213,238,224)
#DFF0E6
(223,240,230)
#E9F2EC
(233,242,236)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FE0B6 color. Also use rgb(143,224,182) instead hex code.

Text Font Color

.myTextColor { color: #8FE0B6; }

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

This text font color is #8FE0B6.


Background Color

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

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

This div background color is #8FE0B6.


Border color

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

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

This div border color is #8FE0B6.


Opacity

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

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

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

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

This text has shadow with #8FE0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FE0B6 on black background.


Color preview on white background

This text has color #8FE0B6 on white background.



Black color preview on #8FE0B6 background

This text has black color on #8FE0B6 background.


White color preview on #8FE0B6 background

This text has white color on #8FE0B6 background.