COLOR #8AD2E6

HEX: #8AD2E6 RGB: (138,210,230)

Color info

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

RGB color model

#8AD2E6 color RGB value is (138,210,230).

RGB: (138,210,230) (54%, 82%, 90%)

RGB channels and saturation

R 138 of 255 = 54%
G 210 of 255 = 82%
B 230 of 255 = 90%

138
210
230

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

Portions of RGB colors in percentages

R + G + B = 138 + 210 + 230 = 578 (100%)
R 138 of 578 ~ 23.88%
G 210 of 578 ~ 36.33%
B 230 of 578 ~ 39.79'%

%23.88
%36.33
%39.79

CMYK color model

#8AD2E6 color CMYK value is (40,9,0,10).

  • cyan value is 40.00%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (40,9,0,10)
C40M9Y0K10 (40%, 9%, 0%, 10%)
(0.40 / 0.09 / 0.00 / 0.10)

CMYK percentages

%40
%8.7
%0
%9.8

Codes

Color #8AD2E6 in popluar color models

8A D2 E6
RGB 138 210 230
HSL 193° 64.79% 72.16%
HSB/HSV 193° 40.00% 90.20%
CMYK 40.00% 8.70% 0.00%
9.80%

Color #8AD2E6 in popluar number systems.

HEX 8A D2 E6
Decimal 138 210 230
Binary 10001010 11010010 11100110
Octal 212 322 346

Shades and tints

Shades of #8AD2E6

#8AD2E6
(138,210,230)
#7EBFD2
(126,191,210)
#72ACBE
(114,172,190)
#6699AA
(102,153,170)
#5A8696
(90,134,150)
#4E7382
(78,115,130)
#42606E
(66,96,110)
#364D5A
(54,77,90)
#2A3A46
(42,58,70)
#1E2732
(30,39,50)
#12141E
(18,20,30)
#000000
(0,0,0)

Tints of #8AD2E6

#8AD2E6
(138,210,230)
#94D6E8
(148,214,232)
#9EDAEA
(158,218,234)
#A8DEEC
(168,222,236)
#B2E2EE
(178,226,238)
#BCE6F0
(188,230,240)
#C6EAF2
(198,234,242)
#D0EEF4
(208,238,244)
#DAF2F6
(218,242,246)
#E4F6F8
(228,246,248)
#EEFAFA
(238,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD2E6 color. Also use rgb(138,210,230) instead hex code.

Text Font Color

.myTextColor { color: #8AD2E6; }

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

This text font color is #8AD2E6.

Background Color

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

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

This div background color is #8AD2E6.

Border color

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

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

This div border color is #8AD2E6.

Opacity

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

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

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

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

This text has shadow with #8AD2E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AD2E6.

Preview

Color preview on black background

This text has color #8AD2E6 on black background.


Color preview on white background

This text has color #8AD2E6 on white background.


Black color preview on #8AD2E6 background

This text has black color on #8AD2E6 background.


White color preview on #8AD2E6 background

This text has white color on #8AD2E6 background.


Related colors

Complementary color

Complementary color for #hex is #752D19.


I love getcolorcode.com

Triadic colors

1 #E68AD2 and #D2E68A with #8AD2E6 are triadic colors.

2 #E6D28A and #D28AE6 with #8AD2E6 are triadic colors.