COLOR #8ADAF8

HEX: #8ADAF8 RGB: (138,218,248)

Color info

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

RGB color model

#8ADAF8 color RGB value is (138,218,248).

RGB: (138,218,248) (54%, 85%, 97%)

RGB channels and saturation

R 138 of 255 = 54%
G 218 of 255 = 85%
B 248 of 255 = 97%

138
218
248

R + G + B ~ 79%. #8ADAF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 218 + 248 = 604 (100%)
R 138 of 604 ~ 22.85%
G 218 of 604 ~ 36.09%
B 248 of 604 ~ 41.06'%

%22.85
%36.09
%41.06

CMYK color model

#8ADAF8 color CMYK value is (44,12,0,3).

  • cyan value is 44.35%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (44,12,0,3)
C44M12Y0K3 (44%, 12%, 0%, 3%)
(0.44 / 0.12 / 0.00 / 0.03)

CMYK percentages

%44.35
%12.1
%0
%2.75

Codes

Color #8ADAF8 in popluar color models

8A DA F8
RGB 138 218 248
HSL 196° 88.71% 75.69%
HSB/HSV 196° 44.35% 97.25%
CMYK 44.35% 12.10% 0.00%
2.75%

Color #8ADAF8 in popluar number systems.

HEX 8A DA F8
Decimal 138 218 248
Binary 10001010 11011010 11111000
Octal 212 332 370

Shades and tints

Shades of #8ADAF8

#8ADAF8
(138,218,248)
#7EC7E2
(126,199,226)
#72B4CC
(114,180,204)
#66A1B6
(102,161,182)
#5A8EA0
(90,142,160)
#4E7B8A
(78,123,138)
#426874
(66,104,116)
#36555E
(54,85,94)
#2A4248
(42,66,72)
#1E2F32
(30,47,50)
#121C1C
(18,28,28)
#000000
(0,0,0)

Tints of #8ADAF8

#8ADAF8
(138,218,248)
#94DDF8
(148,221,248)
#9EE0F8
(158,224,248)
#A8E3F8
(168,227,248)
#B2E6F8
(178,230,248)
#BCE9F8
(188,233,248)
#C6ECF8
(198,236,248)
#D0EFF8
(208,239,248)
#DAF2F8
(218,242,248)
#E4F5F8
(228,245,248)
#EEF8F8
(238,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ADAF8 color. Also use rgb(138,218,248) instead hex code.

Text Font Color

.myTextColor { color: #8ADAF8; }

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

This text font color is #8ADAF8.

Background Color

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

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

This div background color is #8ADAF8.

Border color

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

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

This div border color is #8ADAF8.

Opacity

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

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

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

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

This text has shadow with #8ADAF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ADAF8.

Preview

Color preview on black background

This text has color #8ADAF8 on black background.


Color preview on white background

This text has color #8ADAF8 on white background.


Black color preview on #8ADAF8 background

This text has black color on #8ADAF8 background.


White color preview on #8ADAF8 background

This text has white color on #8ADAF8 background.


Related colors

Complementary color

Complementary color for #hex is #752507.


I love getcolorcode.com

Triadic colors

1 #F88ADA and #DAF88A with #8ADAF8 are triadic colors.

2 #F8DA8A and #DA8AF8 with #8ADAF8 are triadic colors.