COLOR #8AD1E3

HEX: #8AD1E3 RGB: (138,209,227)

Color info

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

RGB color model

#8AD1E3 color RGB value is (138,209,227).

RGB: (138,209,227) (54%, 82%, 89%)

RGB channels and saturation

R 138 of 255 = 54%
G 209 of 255 = 82%
B 227 of 255 = 89%

138
209
227

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

Portions of RGB colors in percentages

R + G + B = 138 + 209 + 227 = 574 (100%)
R 138 of 574 ~ 24.04%
G 209 of 574 ~ 36.41%
B 227 of 574 ~ 39.55'%

%24.04
%36.41
%39.55

CMYK color model

#8AD1E3 color CMYK value is (39,8,0,11).

  • cyan value is 39.21%
  • magenta value is 7.93%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (39,8,0,11)
C39M8Y0K11 (39%, 8%, 0%, 11%)
(0.39 / 0.08 / 0.00 / 0.11)

CMYK percentages

%39.21
%7.93
%0
%10.98

Codes

Color #8AD1E3 in popluar color models

8A D1 E3
RGB 138 209 227
HSL 192° 61.38% 71.57%
HSB/HSV 192° 39.21% 89.02%
CMYK 39.21% 7.93% 0.00%
10.98%

Color #8AD1E3 in popluar number systems.

HEX 8A D1 E3
Decimal 138 209 227
Binary 10001010 11010001 11100011
Octal 212 321 343

Shades and tints

Shades of #8AD1E3

#8AD1E3
(138,209,227)
#7EBECF
(126,190,207)
#72ABBB
(114,171,187)
#6698A7
(102,152,167)
#5A8593
(90,133,147)
#4E727F
(78,114,127)
#425F6B
(66,95,107)
#364C57
(54,76,87)
#2A3943
(42,57,67)
#1E262F
(30,38,47)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #8AD1E3

#8AD1E3
(138,209,227)
#94D5E5
(148,213,229)
#9ED9E7
(158,217,231)
#A8DDE9
(168,221,233)
#B2E1EB
(178,225,235)
#BCE5ED
(188,229,237)
#C6E9EF
(198,233,239)
#D0EDF1
(208,237,241)
#DAF1F3
(218,241,243)
#E4F5F5
(228,245,245)
#EEF9F7
(238,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD1E3 color. Also use rgb(138,209,227) instead hex code.

Text Font Color

.myTextColor { color: #8AD1E3; }

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

This text font color is #8AD1E3.

Background Color

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

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

This div background color is #8AD1E3.

Border color

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

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

This div border color is #8AD1E3.

Opacity

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

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

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

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

This text has shadow with #8AD1E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AD1E3.

Preview

Color preview on black background

This text has color #8AD1E3 on black background.


Color preview on white background

This text has color #8AD1E3 on white background.


Black color preview on #8AD1E3 background

This text has black color on #8AD1E3 background.


White color preview on #8AD1E3 background

This text has white color on #8AD1E3 background.


Related colors

Complementary color

Complementary color for #hex is #752E1C.


I love getcolorcode.com

Triadic colors

1 #E38AD1 and #D1E38A with #8AD1E3 are triadic colors.

2 #E3D18A and #D18AE3 with #8AD1E3 are triadic colors.