COLOR #8AE8D6

HEX: #8AE8D6
RGB: (138,232,214)

Color info

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

RGB color model

#8AE8D6 color RGB value is (138,232,214).

  • red value is 138;
  • green value is 232;
  • blue value is 214.
RGB:
(138,232,214)
(54%,91%,84%)

RGB channels and saturation

R 138 of 255 = 54%
G 232 of 255 = 91%
B 214 of 255 = 84%

138
232
214

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

Portions of RGB colors in percentages

R + G + B =
138 + 232 + 214 = 584 (100%)
R 138 of 584 ~ 23.63%
G 232 of 584 ~ 39.73%
B 214 of 584 ~ 36.64%

%23.63
%39.73
%36.64

CMYK color model

#8AE8D6 color CMYK value is (41,0,8,9).

  • cyan value is 40.52%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 9.02%
CMYK:
(41,0,8,9)
C41M0Y8K9 
(41%,0%,8%,9%)
(0.41/0.00/0.08/0.09)	

CMYK percentages

%40.52
%0
%7.76
%9.02

Codes

Color #8AE8D6 in popluar color models

8AE8D6
RGB138232214
HSL169°67.14%72.55%
HSB/HSV169°40.52%90.98%
CMYK40.52%0.00%7.76%
9.02%

Color #8AE8D6 in popluar number systems.

HEX8AE8D6
Decimal138232214
Binary100010101110100011010110
Octal212350326

Shades and tints

Shades of #8AE8D6

#8AE8D6
(138,232,214)
#7ED3C3
(126,211,195)
#72BEB0
(114,190,176)
#66A99D
(102,169,157)
#5A948A
(90,148,138)
#4E7F77
(78,127,119)
#426A64
(66,106,100)
#365551
(54,85,81)
#2A403E
(42,64,62)
#1E2B2B
(30,43,43)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #8AE8D6

#8AE8D6
(138,232,214)
#94EAD9
(148,234,217)
#9EECDC
(158,236,220)
#A8EEDF
(168,238,223)
#B2F0E2
(178,240,226)
#BCF2E5
(188,242,229)
#C6F4E8
(198,244,232)
#D0F6EB
(208,246,235)
#DAF8EE
(218,248,238)
#E4FAF1
(228,250,241)
#EEFCF4
(238,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AE8D6 color. Also use rgb(138,232,214) instead hex code.

Text Font Color

.myTextColor { color: #8AE8D6; }

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

This text font color is #8AE8D6.


Background Color

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

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

This div background color is #8AE8D6.


Border color

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

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

This div border color is #8AE8D6.


Opacity

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

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

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

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

This text has shadow with #8AE8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE8D6 on black background.


Color preview on white background

This text has color #8AE8D6 on white background.



Black color preview on #8AE8D6 background

This text has black color on #8AE8D6 background.


White color preview on #8AE8D6 background

This text has white color on #8AE8D6 background.