COLOR #8AF2E6

HEX: #8AF2E6 RGB: (138,242,230)

Color info

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

RGB color model

#8AF2E6 color RGB value is (138,242,230).

RGB: (138,242,230) (54%, 95%, 90%)

RGB channels and saturation

R 138 of 255 = 54%
G 242 of 255 = 95%
B 230 of 255 = 90%

138
242
230

R + G + B ~ 80%. #8AF2E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 242 + 230 = 610 (100%)
R 138 of 610 ~ 22.62%
G 242 of 610 ~ 39.67%
B 230 of 610 ~ 37.7'%

%22.62
%39.67
%37.7

CMYK color model

#8AF2E6 color CMYK value is (43,0,5,5).

  • cyan value is 42.98%
  • magenta value is 0.00%
  • yellow value is 4.96%
  • key color value is 5.10%

CMYK: (43,0,5,5)
C43M0Y5K5 (43%, 0%, 5%, 5%)
(0.43 / 0.00 / 0.05 / 0.05)

CMYK percentages

%42.98
%0
%4.96
%5.1

Codes

Color #8AF2E6 in popluar color models

8A F2 E6
RGB 138 242 230
HSL 173° 80.00% 74.51%
HSB/HSV 173° 42.98% 94.90%
CMYK 42.98% 0.00% 4.96%
5.10%

Color #8AF2E6 in popluar number systems.

HEX 8A F2 E6
Decimal 138 242 230
Binary 10001010 11110010 11100110
Octal 212 362 346

Shades and tints

Shades of #8AF2E6

#8AF2E6
(138,242,230)
#7EDCD2
(126,220,210)
#72C6BE
(114,198,190)
#66B0AA
(102,176,170)
#5A9A96
(90,154,150)
#4E8482
(78,132,130)
#426E6E
(66,110,110)
#36585A
(54,88,90)
#2A4246
(42,66,70)
#1E2C32
(30,44,50)
#12161E
(18,22,30)
#000000
(0,0,0)

Tints of #8AF2E6

#8AF2E6
(138,242,230)
#94F3E8
(148,243,232)
#9EF4EA
(158,244,234)
#A8F5EC
(168,245,236)
#B2F6EE
(178,246,238)
#BCF7F0
(188,247,240)
#C6F8F2
(198,248,242)
#D0F9F4
(208,249,244)
#DAFAF6
(218,250,246)
#E4FBF8
(228,251,248)
#EEFCFA
(238,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AF2E6 color. Also use rgb(138,242,230) instead hex code.

Text Font Color

.myTextColor { color: #8AF2E6; }

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

This text font color is #8AF2E6.

Background Color

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

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

This div background color is #8AF2E6.

Border color

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

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

This div border color is #8AF2E6.

Opacity

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

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

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

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

This text has shadow with #8AF2E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AF2E6.

Preview

Color preview on black background

This text has color #8AF2E6 on black background.


Color preview on white background

This text has color #8AF2E6 on white background.


Black color preview on #8AF2E6 background

This text has black color on #8AF2E6 background.


White color preview on #8AF2E6 background

This text has white color on #8AF2E6 background.


Related colors

Complementary color

Complementary color for #hex is #750D19.


I love getcolorcode.com

Triadic colors

1 #E68AF2 and #F2E68A with #8AF2E6 are triadic colors.

2 #E6F28A and #F28AE6 with #8AF2E6 are triadic colors.