COLOR #8AC1EE

HEX: #8AC1EE RGB: (138,193,238)

Color info

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

RGB color model

#8AC1EE color RGB value is (138,193,238).

RGB: (138,193,238) (54%, 76%, 93%)

RGB channels and saturation

R 138 of 255 = 54%
G 193 of 255 = 76%
B 238 of 255 = 93%

138
193
238

R + G + B ~ 74%. #8AC1EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 193 + 238 = 569 (100%)
R 138 of 569 ~ 24.25%
G 193 of 569 ~ 33.92%
B 238 of 569 ~ 41.83'%

%24.25
%33.92
%41.83

CMYK color model

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

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

CMYK: (42,19,0,7)
C42M19Y0K7 (42%, 19%, 0%, 7%)
(0.42 / 0.19 / 0.00 / 0.07)

CMYK percentages

%42.02
%18.91
%0
%6.67

Codes

Color #8AC1EE in popluar color models

8A C1 EE
RGB 138 193 238
HSL 207° 74.63% 73.73%
HSB/HSV 207° 42.02% 93.33%
CMYK 42.02% 18.91% 0.00%
6.67%

Color #8AC1EE in popluar number systems.

HEX 8A C1 EE
Decimal 138 193 238
Binary 10001010 11000001 11101110
Octal 212 301 356

Shades and tints

Shades of #8AC1EE

#8AC1EE
(138,193,238)
#7EB0D9
(126,176,217)
#729FC4
(114,159,196)
#668EAF
(102,142,175)
#5A7D9A
(90,125,154)
#4E6C85
(78,108,133)
#425B70
(66,91,112)
#364A5B
(54,74,91)
#2A3946
(42,57,70)
#1E2831
(30,40,49)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #8AC1EE

#8AC1EE
(138,193,238)
#94C6EF
(148,198,239)
#9ECBF0
(158,203,240)
#A8D0F1
(168,208,241)
#B2D5F2
(178,213,242)
#BCDAF3
(188,218,243)
#C6DFF4
(198,223,244)
#D0E4F5
(208,228,245)
#DAE9F6
(218,233,246)
#E4EEF7
(228,238,247)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC1EE; }

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

This text font color is #8AC1EE.

Background Color

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

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

This div background color is #8AC1EE.

Border color

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

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

This div border color is #8AC1EE.

Opacity

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

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

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

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

This text has shadow with #8AC1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AC1EE.

Preview

Color preview on black background

This text has color #8AC1EE on black background.


Color preview on white background

This text has color #8AC1EE on white background.


Black color preview on #8AC1EE background

This text has black color on #8AC1EE background.


White color preview on #8AC1EE background

This text has white color on #8AC1EE background.


Related colors

Complementary color

Complementary color for #hex is #753E11.


I love getcolorcode.com

Triadic colors

1 #EE8AC1 and #C1EE8A with #8AC1EE are triadic colors.

2 #EEC18A and #C18AEE with #8AC1EE are triadic colors.