COLOR #8ADED7

HEX: #8ADED7 RGB: (138,222,215)

Color info

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

RGB color model

#8ADED7 color RGB value is (138,222,215).

RGB: (138,222,215) (54%, 87%, 84%)

RGB channels and saturation

R 138 of 255 = 54%
G 222 of 255 = 87%
B 215 of 255 = 84%

138
222
215

R + G + B ~ 75%. #8ADED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 222 + 215 = 575 (100%)
R 138 of 575 ~ 24%
G 222 of 575 ~ 38.61%
B 215 of 575 ~ 37.39'%

%24
%38.61
%37.39

CMYK color model

#8ADED7 color CMYK value is (38,0,3,13).

  • cyan value is 37.84%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 12.94%

CMYK: (38,0,3,13)
C38M0Y3K13 (38%, 0%, 3%, 13%)
(0.38 / 0.00 / 0.03 / 0.13)

CMYK percentages

%37.84
%0
%3.15
%12.94

Codes

Color #8ADED7 in popluar color models

8A DE D7
RGB 138 222 215
HSL 175° 56.00% 70.59%
HSB/HSV 175° 37.84% 87.06%
CMYK 37.84% 0.00% 3.15%
12.94%

Color #8ADED7 in popluar number systems.

HEX 8A DE D7
Decimal 138 222 215
Binary 10001010 11011110 11010111
Octal 212 336 327

Shades and tints

Shades of #8ADED7

#8ADED7
(138,222,215)
#7ECAC4
(126,202,196)
#72B6B1
(114,182,177)
#66A29E
(102,162,158)
#5A8E8B
(90,142,139)
#4E7A78
(78,122,120)
#426665
(66,102,101)
#365252
(54,82,82)
#2A3E3F
(42,62,63)
#1E2A2C
(30,42,44)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #8ADED7

#8ADED7
(138,222,215)
#94E1DA
(148,225,218)
#9EE4DD
(158,228,221)
#A8E7E0
(168,231,224)
#B2EAE3
(178,234,227)
#BCEDE6
(188,237,230)
#C6F0E9
(198,240,233)
#D0F3EC
(208,243,236)
#DAF6EF
(218,246,239)
#E4F9F2
(228,249,242)
#EEFCF5
(238,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ADED7 color. Also use rgb(138,222,215) instead hex code.

Text Font Color

.myTextColor { color: #8ADED7; }

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

This text font color is #8ADED7.

Background Color

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

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

This div background color is #8ADED7.

Border color

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

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

This div border color is #8ADED7.

Opacity

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

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

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

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

This text has shadow with #8ADED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ADED7.

Preview

Color preview on black background

This text has color #8ADED7 on black background.


Color preview on white background

This text has color #8ADED7 on white background.


Black color preview on #8ADED7 background

This text has black color on #8ADED7 background.


White color preview on #8ADED7 background

This text has white color on #8ADED7 background.


Related colors

Complementary color

Complementary color for #hex is #752128.


I love getcolorcode.com

Triadic colors

1 #D78ADE and #DED78A with #8ADED7 are triadic colors.

2 #D7DE8A and #DE8AD7 with #8ADED7 are triadic colors.