COLOR #8ADCEE

HEX: #8ADCEE RGB: (138,220,238)

Color info

#8ADCEE contains mainly green and blue colors. Web safe color of #8ADCEE is #99CCFF (or #9CF).

RGB color model

#8ADCEE color RGB value is (138,220,238).

RGB: (138,220,238) (54%, 86%, 93%)

RGB channels and saturation

R 138 of 255 = 54%
G 220 of 255 = 86%
B 238 of 255 = 93%

138
220
238

R + G + B ~ 78%. #8ADCEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 220 + 238 = 596 (100%)
R 138 of 596 ~ 23.15%
G 220 of 596 ~ 36.91%
B 238 of 596 ~ 39.93'%

%23.15
%36.91
%39.93

CMYK color model

#8ADCEE color CMYK value is (42,8,0,7).

  • cyan value is 42.02%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (42,8,0,7)
C42M8Y0K7 (42%, 8%, 0%, 7%)
(0.42 / 0.08 / 0.00 / 0.07)

CMYK percentages

%42.02
%7.56
%0
%6.67

Codes

Color #8ADCEE in popluar color models

8A DC EE
RGB 138 220 238
HSL 191° 74.63% 73.73%
HSB/HSV 191° 42.02% 93.33%
CMYK 42.02% 7.56% 0.00%
6.67%

Color #8ADCEE in popluar number systems.

HEX 8A DC EE
Decimal 138 220 238
Binary 10001010 11011100 11101110
Octal 212 334 356

Shades and tints

Shades of #8ADCEE

#8ADCEE
(138,220,238)
#7EC8D9
(126,200,217)
#72B4C4
(114,180,196)
#66A0AF
(102,160,175)
#5A8C9A
(90,140,154)
#4E7885
(78,120,133)
#426470
(66,100,112)
#36505B
(54,80,91)
#2A3C46
(42,60,70)
#1E2831
(30,40,49)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #8ADCEE

#8ADCEE
(138,220,238)
#94DFEF
(148,223,239)
#9EE2F0
(158,226,240)
#A8E5F1
(168,229,241)
#B2E8F2
(178,232,242)
#BCEBF3
(188,235,243)
#C6EEF4
(198,238,244)
#D0F1F5
(208,241,245)
#DAF4F6
(218,244,246)
#E4F7F7
(228,247,247)
#EEFAF8
(238,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ADCEE; }

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

This text font color is #8ADCEE.

Background Color

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

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

This div background color is #8ADCEE.

Border color

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

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

This div border color is #8ADCEE.

Opacity

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

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

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

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

This text has shadow with #8ADCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ADCEE.

Preview

Color preview on black background

This text has color #8ADCEE on black background.


Color preview on white background

This text has color #8ADCEE on white background.


Black color preview on #8ADCEE background

This text has black color on #8ADCEE background.


White color preview on #8ADCEE background

This text has white color on #8ADCEE background.


Related colors

Complementary color

Complementary color for #hex is #752311.


I love getcolorcode.com

Triadic colors

1 #EE8ADC and #DCEE8A with #8ADCEE are triadic colors.

2 #EEDC8A and #DC8AEE with #8ADCEE are triadic colors.