COLOR #8AE4D9

HEX: #8AE4D9 RGB: (138,228,217)

Color info

#8AE4D9 contains mainly green and blue colors. Web safe color of #8AE4D9 is #99CCCC (or #9CC).

RGB color model

#8AE4D9 color RGB value is (138,228,217).

RGB: (138,228,217) (54%, 89%, 85%)

RGB channels and saturation

R 138 of 255 = 54%
G 228 of 255 = 89%
B 217 of 255 = 85%

138
228
217

R + G + B ~ 76%. #8AE4D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 228 + 217 = 583 (100%)
R 138 of 583 ~ 23.67%
G 228 of 583 ~ 39.11%
B 217 of 583 ~ 37.22'%

%23.67
%39.11
%37.22

CMYK color model

#8AE4D9 color CMYK value is (39,0,5,11).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 10.59%

CMYK: (39,0,5,11)
C39M0Y5K11 (39%, 0%, 5%, 11%)
(0.39 / 0.00 / 0.05 / 0.11)

CMYK percentages

%39.47
%0
%4.82
%10.59

Codes

Color #8AE4D9 in popluar color models

8A E4 D9
RGB 138 228 217
HSL 173° 62.50% 71.76%
HSB/HSV 173° 39.47% 89.41%
CMYK 39.47% 0.00% 4.82%
10.59%

Color #8AE4D9 in popluar number systems.

HEX 8A E4 D9
Decimal 138 228 217
Binary 10001010 11100100 11011001
Octal 212 344 331

Shades and tints

Shades of #8AE4D9

#8AE4D9
(138,228,217)
#7ED0C6
(126,208,198)
#72BCB3
(114,188,179)
#66A8A0
(102,168,160)
#5A948D
(90,148,141)
#4E807A
(78,128,122)
#426C67
(66,108,103)
#365854
(54,88,84)
#2A4441
(42,68,65)
#1E302E
(30,48,46)
#121C1B
(18,28,27)
#000000
(0,0,0)

Tints of #8AE4D9

#8AE4D9
(138,228,217)
#94E6DC
(148,230,220)
#9EE8DF
(158,232,223)
#A8EAE2
(168,234,226)
#B2ECE5
(178,236,229)
#BCEEE8
(188,238,232)
#C6F0EB
(198,240,235)
#D0F2EE
(208,242,238)
#DAF4F1
(218,244,241)
#E4F6F4
(228,246,244)
#EEF8F7
(238,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AE4D9 color. Also use rgb(138,228,217) instead hex code.

Text Font Color

.myTextColor { color: #8AE4D9; }

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

This text font color is #8AE4D9.

Background Color

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

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

This div background color is #8AE4D9.

Border color

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

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

This div border color is #8AE4D9.

Opacity

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

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

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

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

This text has shadow with #8AE4D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AE4D9.

Preview

Color preview on black background

This text has color #8AE4D9 on black background.


Color preview on white background

This text has color #8AE4D9 on white background.


Black color preview on #8AE4D9 background

This text has black color on #8AE4D9 background.


White color preview on #8AE4D9 background

This text has white color on #8AE4D9 background.


Related colors

Complementary color

Complementary color for #hex is #751B26.


I love getcolorcode.com

Triadic colors

1 #D98AE4 and #E4D98A with #8AE4D9 are triadic colors.

2 #D9E48A and #E48AD9 with #8AE4D9 are triadic colors.