COLOR #8AD8CE

HEX: #8AD8CE RGB: (138,216,206)

Color info

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

RGB color model

#8AD8CE color RGB value is (138,216,206).

RGB: (138,216,206) (54%, 85%, 81%)

RGB channels and saturation

R 138 of 255 = 54%
G 216 of 255 = 85%
B 206 of 255 = 81%

138
216
206

R + G + B ~ 73%. #8AD8CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 216 + 206 = 560 (100%)
R 138 of 560 ~ 24.64%
G 216 of 560 ~ 38.57%
B 206 of 560 ~ 36.79'%

%24.64
%38.57
%36.79

CMYK color model

#8AD8CE color CMYK value is (36,0,5,15).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 4.63%
  • key color value is 15.29%

CMYK: (36,0,5,15)
C36M0Y5K15 (36%, 0%, 5%, 15%)
(0.36 / 0.00 / 0.05 / 0.15)

CMYK percentages

%36.11
%0
%4.63
%15.29

Codes

Color #8AD8CE in popluar color models

8A D8 CE
RGB 138 216 206
HSL 172° 50.00% 69.41%
HSB/HSV 172° 36.11% 84.71%
CMYK 36.11% 0.00% 4.63%
15.29%

Color #8AD8CE in popluar number systems.

HEX 8A D8 CE
Decimal 138 216 206
Binary 10001010 11011000 11001110
Octal 212 330 316

Shades and tints

Shades of #8AD8CE

#8AD8CE
(138,216,206)
#7EC5BC
(126,197,188)
#72B2AA
(114,178,170)
#669F98
(102,159,152)
#5A8C86
(90,140,134)
#4E7974
(78,121,116)
#426662
(66,102,98)
#365350
(54,83,80)
#2A403E
(42,64,62)
#1E2D2C
(30,45,44)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #8AD8CE

#8AD8CE
(138,216,206)
#94DBD2
(148,219,210)
#9EDED6
(158,222,214)
#A8E1DA
(168,225,218)
#B2E4DE
(178,228,222)
#BCE7E2
(188,231,226)
#C6EAE6
(198,234,230)
#D0EDEA
(208,237,234)
#DAF0EE
(218,240,238)
#E4F3F2
(228,243,242)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD8CE color. Also use rgb(138,216,206) instead hex code.

Text Font Color

.myTextColor { color: #8AD8CE; }

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

This text font color is #8AD8CE.

Background Color

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

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

This div background color is #8AD8CE.

Border color

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

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

This div border color is #8AD8CE.

Opacity

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

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

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

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

This text has shadow with #8AD8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AD8CE.

Preview

Color preview on black background

This text has color #8AD8CE on black background.


Color preview on white background

This text has color #8AD8CE on white background.


Black color preview on #8AD8CE background

This text has black color on #8AD8CE background.


White color preview on #8AD8CE background

This text has white color on #8AD8CE background.


Related colors

Complementary color

Complementary color for #hex is #752731.


I love getcolorcode.com

Triadic colors

1 #CE8AD8 and #D8CE8A with #8AD8CE are triadic colors.

2 #CED88A and #D88ACE with #8AD8CE are triadic colors.