COLOR #8AE6EF

HEX: #8AE6EF RGB: (138,230,239)

Color info

#8AE6EF contains mainly green and blue colors. Web safe color of #8AE6EF is #99CCFF (or #9CF).

RGB color model

#8AE6EF color RGB value is (138,230,239).

RGB: (138,230,239) (54%, 90%, 94%)

RGB channels and saturation

R 138 of 255 = 54%
G 230 of 255 = 90%
B 239 of 255 = 94%

138
230
239

R + G + B ~ 79%. #8AE6EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 230 + 239 = 607 (100%)
R 138 of 607 ~ 22.73%
G 230 of 607 ~ 37.89%
B 239 of 607 ~ 39.37'%

%22.73
%37.89
%39.37

CMYK color model

#8AE6EF color CMYK value is (42,4,0,6).

  • cyan value is 42.26%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (42,4,0,6)
C42M4Y0K6 (42%, 4%, 0%, 6%)
(0.42 / 0.04 / 0.00 / 0.06)

CMYK percentages

%42.26
%3.77
%0
%6.27

Codes

Color #8AE6EF in popluar color models

8A E6 EF
RGB 138 230 239
HSL 185° 75.94% 73.92%
HSB/HSV 185° 42.26% 93.73%
CMYK 42.26% 3.77% 0.00%
6.27%

Color #8AE6EF in popluar number systems.

HEX 8A E6 EF
Decimal 138 230 239
Binary 10001010 11100110 11101111
Octal 212 346 357

Shades and tints

Shades of #8AE6EF

#8AE6EF
(138,230,239)
#7ED2DA
(126,210,218)
#72BEC5
(114,190,197)
#66AAB0
(102,170,176)
#5A969B
(90,150,155)
#4E8286
(78,130,134)
#426E71
(66,110,113)
#365A5C
(54,90,92)
#2A4647
(42,70,71)
#1E3232
(30,50,50)
#121E1D
(18,30,29)
#000000
(0,0,0)

Tints of #8AE6EF

#8AE6EF
(138,230,239)
#94E8F0
(148,232,240)
#9EEAF1
(158,234,241)
#A8ECF2
(168,236,242)
#B2EEF3
(178,238,243)
#BCF0F4
(188,240,244)
#C6F2F5
(198,242,245)
#D0F4F6
(208,244,246)
#DAF6F7
(218,246,247)
#E4F8F8
(228,248,248)
#EEFAF9
(238,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AE6EF; }

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

This text font color is #8AE6EF.

Background Color

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

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

This div background color is #8AE6EF.

Border color

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

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

This div border color is #8AE6EF.

Opacity

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

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

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

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

This text has shadow with #8AE6EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AE6EF.

Preview

Color preview on black background

This text has color #8AE6EF on black background.


Color preview on white background

This text has color #8AE6EF on white background.


Black color preview on #8AE6EF background

This text has black color on #8AE6EF background.


White color preview on #8AE6EF background

This text has white color on #8AE6EF background.


Related colors

Complementary color

Complementary color for #hex is #751910.


I love getcolorcode.com

Triadic colors

1 #EF8AE6 and #E6EF8A with #8AE6EF are triadic colors.

2 #EFE68A and #E68AEF with #8AE6EF are triadic colors.