COLOR #8FF6BB

HEX: #8FF6BB
RGB: (143,246,187)

Color info

#8FF6BB contains mainly green and blue colors. Web safe color of #8FF6BB is #99FFCC (or #9FC).

RGB color model

#8FF6BB color RGB value is (143,246,187).

  • red value is 143;
  • green value is 246;
  • blue value is 187.
RGB:
(143,246,187)
(56%,96%,73%)

RGB channels and saturation

R 143 of 255 = 56%
G 246 of 255 = 96%
B 187 of 255 = 73%

143
246
187

R + G + B ~ 75%. #8FF6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 246 + 187 = 576 (100%)
R 143 of 576 ~ 24.83%
G 246 of 576 ~ 42.71%
B 187 of 576 ~ 32.47%

%24.83
%42.71
%32.47

CMYK color model

#8FF6BB color CMYK value is (42,0,24,4).

  • cyan value is 41.87%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 3.53%
CMYK:
(42,0,24,4)
C42M0Y24K4 
(42%,0%,24%,4%)
(0.42/0.00/0.24/0.04)	

CMYK percentages

%41.87
%0
%23.98
%3.53

Codes

Color #8FF6BB in popluar color models

8FF6BB
RGB143246187
HSL146°85.12%76.27%
HSB/HSV146°41.87%96.47%
CMYK41.87%0.00%23.98%
3.53%

Color #8FF6BB in popluar number systems.

HEX8FF6BB
Decimal143246187
Binary100011111111011010111011
Octal217366273

Shades and tints

Shades of #8FF6BB

#8FF6BB
(143,246,187)
#82E0AA
(130,224,170)
#75CA99
(117,202,153)
#68B488
(104,180,136)
#5B9E77
(91,158,119)
#4E8866
(78,136,102)
#417255
(65,114,85)
#345C44
(52,92,68)
#274633
(39,70,51)
#1A3022
(26,48,34)
#0D1A11
(13,26,17)
#000000
(0,0,0)

Tints of #8FF6BB

#8FF6BB
(143,246,187)
#99F6C1
(153,246,193)
#A3F6C7
(163,246,199)
#ADF6CD
(173,246,205)
#B7F6D3
(183,246,211)
#C1F6D9
(193,246,217)
#CBF6DF
(203,246,223)
#D5F6E5
(213,246,229)
#DFF6EB
(223,246,235)
#E9F6F1
(233,246,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FF6BB color. Also use rgb(143,246,187) instead hex code.

Text Font Color

.myTextColor { color: #8FF6BB; }

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

This text font color is #8FF6BB.


Background Color

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

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

This div background color is #8FF6BB.


Border color

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

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

This div border color is #8FF6BB.


Opacity

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

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

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

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

This text has shadow with #8FF6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FF6BB on black background.


Color preview on white background

This text has color #8FF6BB on white background.



Black color preview on #8FF6BB background

This text has black color on #8FF6BB background.


White color preview on #8FF6BB background

This text has white color on #8FF6BB background.