COLOR #8FF6AB

HEX: #8FF6AB RGB: (143,246,171)

Color info

#8FF6AB contains mainly green color. Web safe color of #8FF6AB is #99FF99 (or #9F9).

RGB color model

#8FF6AB color RGB value is (143,246,171).

RGB: (143,246,171) (56%, 96%, 67%)

RGB channels and saturation

R 143 of 255 = 56%
G 246 of 255 = 96%
B 171 of 255 = 67%

143
246
171

R + G + B ~ 73%. #8FF6AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 246 + 171 = 560 (100%)
R 143 of 560 ~ 25.54%
G 246 of 560 ~ 43.93%
B 171 of 560 ~ 30.54'%

%25.54
%43.93
%30.54

CMYK color model

#8FF6AB color CMYK value is (42,0,30,4).

  • cyan value is 41.87%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 3.53%
CMYK: (42,0,30,4) C42M0Y30K4 (42%,0%,30%,4%) (0.42/0.00/0.30/0.04) 

CMYK percentages

%41.87
%0
%30.49
%3.53

Codes

Color #8FF6AB in popluar color models

8F F6 AB
RGB 143 246 171
HSL 136° 85.12% 76.27%
HSB/HSV 136° 41.87% 96.47%
CMYK 41.87% 0.00% 30.49%
3.53%

Color #8FF6AB in popluar number systems.

HEX 8F F6 AB
Decimal 143 246 171
Binary 10001111 11110110 10101011
Octal 217 366 253

Shades and tints

Shades of #8FF6AB

#8FF6AB
(143,246,171)
#82E09C
(130,224,156)
#75CA8D
(117,202,141)
#68B47E
(104,180,126)
#5B9E6F
(91,158,111)
#4E8860
(78,136,96)
#417251
(65,114,81)
#345C42
(52,92,66)
#274633
(39,70,51)
#1A3024
(26,48,36)
#0D1A15
(13,26,21)
#000000
(0,0,0)

Tints of #8FF6AB

#8FF6AB
(143,246,171)
#99F6B2
(153,246,178)
#A3F6B9
(163,246,185)
#ADF6C0
(173,246,192)
#B7F6C7
(183,246,199)
#C1F6CE
(193,246,206)
#CBF6D5
(203,246,213)
#D5F6DC
(213,246,220)
#DFF6E3
(223,246,227)
#E9F6EA
(233,246,234)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FF6AB; }

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

This text font color is #8FF6AB.

Background Color

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

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

This div background color is #8FF6AB.

Border color

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

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

This div border color is #8FF6AB.

Opacity

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

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

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

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

This text has shadow with #8FF6AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FF6AB.

Preview

Color preview on black background

This text has color #8FF6AB on black background.


Color preview on white background

This text has color #8FF6AB on white background.


Black color preview on #8FF6AB background

This text has black color on #8FF6AB background.


White color preview on #8FF6AB background

This text has white color on #8FF6AB background.


Related colors

Complementary color

Complementary color for #hex is #700954.


I love getcolorcode.com

Triadic colors

1 #AB8FF6 and #F6AB8F with #8FF6AB are triadic colors.

2 #ABF68F and #F68FAB with #8FF6AB are triadic colors.