COLOR #8AFFC7

HEX: #8AFFC7
RGB: (138,255,199)

Color info

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

RGB color model

#8AFFC7 color RGB value is (138,255,199).

  • red value is 138;
  • green value is 255;
  • blue value is 199.
RGB:
(138,255,199)
(54%,100%,78%)

RGB channels and saturation

R 138 of 255 = 54%
G 255 of 255 = 100%
B 199 of 255 = 78%

138
255
199

R + G + B ~ 77%. #8AFFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 255 + 199 = 592 (100%)
R 138 of 592 ~ 23.31%
G 255 of 592 ~ 43.07%
B 199 of 592 ~ 33.61%

%23.31
%43.07
%33.61

CMYK color model

#8AFFC7 color CMYK value is (46,0,22,0).

  • cyan value is 45.88%
  • magenta value is 0.00%
  • yellow value is 21.96%
  • key color value is 0.00%
CMYK:
(46,0,22,0)
C46M0Y22K0 
(46%,0%,22%,0%)
(0.46/0.00/0.22/0.00)	

CMYK percentages

%45.88
%0
%21.96
%0

Codes

Color #8AFFC7 in popluar color models

8AFFC7
RGB138255199
HSL151°100.00%77.06%
HSB/HSV151°45.88%100.00%
CMYK45.88%0.00%21.96%
0.00%

Color #8AFFC7 in popluar number systems.

HEX8AFFC7
Decimal138255199
Binary100010101111111111000111
Octal212377307

Shades and tints

Shades of #8AFFC7

#8AFFC7
(138,255,199)
#7EE8B5
(126,232,181)
#72D1A3
(114,209,163)
#66BA91
(102,186,145)
#5AA37F
(90,163,127)
#4E8C6D
(78,140,109)
#42755B
(66,117,91)
#365E49
(54,94,73)
#2A4737
(42,71,55)
#1E3025
(30,48,37)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #8AFFC7

#8AFFC7
(138,255,199)
#94FFCC
(148,255,204)
#9EFFD1
(158,255,209)
#A8FFD6
(168,255,214)
#B2FFDB
(178,255,219)
#BCFFE0
(188,255,224)
#C6FFE5
(198,255,229)
#D0FFEA
(208,255,234)
#DAFFEF
(218,255,239)
#E4FFF4
(228,255,244)
#EEFFF9
(238,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AFFC7 color. Also use rgb(138,255,199) instead hex code.

Text Font Color

.myTextColor { color: #8AFFC7; }

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

This text font color is #8AFFC7.


Background Color

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

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

This div background color is #8AFFC7.


Border color

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

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

This div border color is #8AFFC7.


Opacity

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

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

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

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

This text has shadow with #8AFFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AFFC7 on black background.


Color preview on white background

This text has color #8AFFC7 on white background.



Black color preview on #8AFFC7 background

This text has black color on #8AFFC7 background.


White color preview on #8AFFC7 background

This text has white color on #8AFFC7 background.