COLOR #8AD8F1

HEX: #8AD8F1 RGB: (138,216,241)

Color info

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

RGB color model

#8AD8F1 color RGB value is (138,216,241).

RGB: (138,216,241) (54%, 85%, 95%)

RGB channels and saturation

R 138 of 255 = 54%
G 216 of 255 = 85%
B 241 of 255 = 95%

138
216
241

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

Portions of RGB colors in percentages

R + G + B = 138 + 216 + 241 = 595 (100%)
R 138 of 595 ~ 23.19%
G 216 of 595 ~ 36.3%
B 241 of 595 ~ 40.5'%

%23.19
%36.3
%40.5

CMYK color model

#8AD8F1 color CMYK value is (43,10,0,5).

  • cyan value is 42.74%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (43,10,0,5)
C43M10Y0K5 (43%, 10%, 0%, 5%)
(0.43 / 0.10 / 0.00 / 0.05)

CMYK percentages

%42.74
%10.37
%0
%5.49

Codes

Color #8AD8F1 in popluar color models

8A D8 F1
RGB 138 216 241
HSL 195° 78.63% 74.31%
HSB/HSV 195° 42.74% 94.51%
CMYK 42.74% 10.37% 0.00%
5.49%

Color #8AD8F1 in popluar number systems.

HEX 8A D8 F1
Decimal 138 216 241
Binary 10001010 11011000 11110001
Octal 212 330 361

Shades and tints

Shades of #8AD8F1

#8AD8F1
(138,216,241)
#7EC5DC
(126,197,220)
#72B2C7
(114,178,199)
#669FB2
(102,159,178)
#5A8C9D
(90,140,157)
#4E7988
(78,121,136)
#426673
(66,102,115)
#36535E
(54,83,94)
#2A4049
(42,64,73)
#1E2D34
(30,45,52)
#121A1F
(18,26,31)
#000000
(0,0,0)

Tints of #8AD8F1

#8AD8F1
(138,216,241)
#94DBF2
(148,219,242)
#9EDEF3
(158,222,243)
#A8E1F4
(168,225,244)
#B2E4F5
(178,228,245)
#BCE7F6
(188,231,246)
#C6EAF7
(198,234,247)
#D0EDF8
(208,237,248)
#DAF0F9
(218,240,249)
#E4F3FA
(228,243,250)
#EEF6FB
(238,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AD8F1; }

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

This text font color is #8AD8F1.

Background Color

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

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

This div background color is #8AD8F1.

Border color

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

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

This div border color is #8AD8F1.

Opacity

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

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

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

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

This text has shadow with #8AD8F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AD8F1.

Preview

Color preview on black background

This text has color #8AD8F1 on black background.


Color preview on white background

This text has color #8AD8F1 on white background.


Black color preview on #8AD8F1 background

This text has black color on #8AD8F1 background.


White color preview on #8AD8F1 background

This text has white color on #8AD8F1 background.


Related colors

Complementary color

Complementary color for #hex is #75270E.


I love getcolorcode.com

Triadic colors

1 #F18AD8 and #D8F18A with #8AD8F1 are triadic colors.

2 #F1D88A and #D88AF1 with #8AD8F1 are triadic colors.