COLOR #8FE6B5

HEX: #8FE6B5
RGB: (143,230,181)

Color info

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

RGB color model

#8FE6B5 color RGB value is (143,230,181).

  • red value is 143;
  • green value is 230;
  • blue value is 181.
RGB:
(143,230,181)
(56%,90%,71%)

RGB channels and saturation

R 143 of 255 = 56%
G 230 of 255 = 90%
B 181 of 255 = 71%

143
230
181

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

Portions of RGB colors in percentages

R + G + B =
143 + 230 + 181 = 554 (100%)
R 143 of 554 ~ 25.81%
G 230 of 554 ~ 41.52%
B 181 of 554 ~ 32.67%

%25.81
%41.52
%32.67

CMYK color model

#8FE6B5 color CMYK value is (38,0,21,10).

  • cyan value is 37.83%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 9.80%
CMYK:
(38,0,21,10)
C38M0Y21K10 
(38%,0%,21%,10%)
(0.38/0.00/0.21/0.10)	

CMYK percentages

%37.83
%0
%21.3
%9.8

Codes

Color #8FE6B5 in popluar color models

8FE6B5
RGB143230181
HSL146°63.50%73.14%
HSB/HSV146°37.83%90.20%
CMYK37.83%0.00%21.30%
9.80%

Color #8FE6B5 in popluar number systems.

HEX8FE6B5
Decimal143230181
Binary100011111110011010110101
Octal217346265

Shades and tints

Shades of #8FE6B5

#8FE6B5
(143,230,181)
#82D2A5
(130,210,165)
#75BE95
(117,190,149)
#68AA85
(104,170,133)
#5B9675
(91,150,117)
#4E8265
(78,130,101)
#416E55
(65,110,85)
#345A45
(52,90,69)
#274635
(39,70,53)
#1A3225
(26,50,37)
#0D1E15
(13,30,21)
#000000
(0,0,0)

Tints of #8FE6B5

#8FE6B5
(143,230,181)
#99E8BB
(153,232,187)
#A3EAC1
(163,234,193)
#ADECC7
(173,236,199)
#B7EECD
(183,238,205)
#C1F0D3
(193,240,211)
#CBF2D9
(203,242,217)
#D5F4DF
(213,244,223)
#DFF6E5
(223,246,229)
#E9F8EB
(233,248,235)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FE6B5 color. Also use rgb(143,230,181) instead hex code.

Text Font Color

.myTextColor { color: #8FE6B5; }

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

This text font color is #8FE6B5.


Background Color

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

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

This div background color is #8FE6B5.


Border color

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

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

This div border color is #8FE6B5.


Opacity

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

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

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

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

This text has shadow with #8FE6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FE6B5 on black background.


Color preview on white background

This text has color #8FE6B5 on white background.



Black color preview on #8FE6B5 background

This text has black color on #8FE6B5 background.


White color preview on #8FE6B5 background

This text has white color on #8FE6B5 background.