COLOR #8ADCE1

HEX: #8ADCE1 RGB: (138,220,225)

Color info

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

RGB color model

#8ADCE1 color RGB value is (138,220,225).

RGB: (138,220,225) (54%, 86%, 88%)

RGB channels and saturation

R 138 of 255 = 54%
G 220 of 255 = 86%
B 225 of 255 = 88%

138
220
225

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

Portions of RGB colors in percentages

R + G + B = 138 + 220 + 225 = 583 (100%)
R 138 of 583 ~ 23.67%
G 220 of 583 ~ 37.74%
B 225 of 583 ~ 38.59'%

%23.67
%37.74
%38.59

CMYK color model

#8ADCE1 color CMYK value is (39,2,0,12).

  • cyan value is 38.67%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (39,2,0,12)
C39M2Y0K12 (39%, 2%, 0%, 12%)
(0.39 / 0.02 / 0.00 / 0.12)

CMYK percentages

%38.67
%2.22
%0
%11.76

Codes

Color #8ADCE1 in popluar color models

8A DC E1
RGB 138 220 225
HSL 183° 59.18% 71.18%
HSB/HSV 183° 38.67% 88.24%
CMYK 38.67% 2.22% 0.00%
11.76%

Color #8ADCE1 in popluar number systems.

HEX 8A DC E1
Decimal 138 220 225
Binary 10001010 11011100 11100001
Octal 212 334 341

Shades and tints

Shades of #8ADCE1

#8ADCE1
(138,220,225)
#7EC8CD
(126,200,205)
#72B4B9
(114,180,185)
#66A0A5
(102,160,165)
#5A8C91
(90,140,145)
#4E787D
(78,120,125)
#426469
(66,100,105)
#365055
(54,80,85)
#2A3C41
(42,60,65)
#1E282D
(30,40,45)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #8ADCE1

#8ADCE1
(138,220,225)
#94DFE3
(148,223,227)
#9EE2E5
(158,226,229)
#A8E5E7
(168,229,231)
#B2E8E9
(178,232,233)
#BCEBEB
(188,235,235)
#C6EEED
(198,238,237)
#D0F1EF
(208,241,239)
#DAF4F1
(218,244,241)
#E4F7F3
(228,247,243)
#EEFAF5
(238,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ADCE1 color. Also use rgb(138,220,225) instead hex code.

Text Font Color

.myTextColor { color: #8ADCE1; }

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

This text font color is #8ADCE1.

Background Color

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

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

This div background color is #8ADCE1.

Border color

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

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

This div border color is #8ADCE1.

Opacity

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

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

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

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

This text has shadow with #8ADCE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ADCE1.

Preview

Color preview on black background

This text has color #8ADCE1 on black background.


Color preview on white background

This text has color #8ADCE1 on white background.


Black color preview on #8ADCE1 background

This text has black color on #8ADCE1 background.


White color preview on #8ADCE1 background

This text has white color on #8ADCE1 background.


Related colors

Complementary color

Complementary color for #hex is #75231E.


I love getcolorcode.com

Triadic colors

1 #E18ADC and #DCE18A with #8ADCE1 are triadic colors.

2 #E1DC8A and #DC8AE1 with #8ADCE1 are triadic colors.