COLOR #8AAEF6

HEX: #8AAEF6
RGB: (138,174,246)

Color info

#8AAEF6 contains mainly blue color. Web safe color of #8AAEF6 is #9999FF (or #99F).

RGB color model

#8AAEF6 color RGB value is (138,174,246).

  • red value is 138;
  • green value is 174;
  • blue value is 246.
RGB:
(138,174,246)
(54%,68%,96%)

RGB channels and saturation

R 138 of 255 = 54%
G 174 of 255 = 68%
B 246 of 255 = 96%

138
174
246

R + G + B ~ 73%. #8AAEF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 174 + 246 = 558 (100%)
R 138 of 558 ~ 24.73%
G 174 of 558 ~ 31.18%
B 246 of 558 ~ 44.09%

%24.73
%31.18
%44.09

CMYK color model

#8AAEF6 color CMYK value is (44,29,0,4).

  • cyan value is 43.90%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(44,29,0,4)
C44M29Y0K4 
(44%,29%,0%,4%)
(0.44/0.29/0.00/0.04)	

CMYK percentages

%43.9
%29.27
%0
%3.53

Codes

Color #8AAEF6 in popluar color models

8AAEF6
RGB138174246
HSL220°85.71%75.29%
HSB/HSV220°43.90%96.47%
CMYK43.90%29.27%0.00%
3.53%

Color #8AAEF6 in popluar number systems.

HEX8AAEF6
Decimal138174246
Binary100010101010111011110110
Octal212256366

Shades and tints

Shades of #8AAEF6

#8AAEF6
(138,174,246)
#7E9FE0
(126,159,224)
#7290CA
(114,144,202)
#6681B4
(102,129,180)
#5A729E
(90,114,158)
#4E6388
(78,99,136)
#425472
(66,84,114)
#36455C
(54,69,92)
#2A3646
(42,54,70)
#1E2730
(30,39,48)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #8AAEF6

#8AAEF6
(138,174,246)
#94B5F6
(148,181,246)
#9EBCF6
(158,188,246)
#A8C3F6
(168,195,246)
#B2CAF6
(178,202,246)
#BCD1F6
(188,209,246)
#C6D8F6
(198,216,246)
#D0DFF6
(208,223,246)
#DAE6F6
(218,230,246)
#E4EDF6
(228,237,246)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AAEF6 color. Also use rgb(138,174,246) instead hex code.

Text Font Color

.myTextColor { color: #8AAEF6; }

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

This text font color is #8AAEF6.


Background Color

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

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

This div background color is #8AAEF6.


Border color

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

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

This div border color is #8AAEF6.


Opacity

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

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

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

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

This text has shadow with #8AAEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAEF6 on black background.


Color preview on white background

This text has color #8AAEF6 on white background.



Black color preview on #8AAEF6 background

This text has black color on #8AAEF6 background.


White color preview on #8AAEF6 background

This text has white color on #8AAEF6 background.