COLOR #8AA4EC

HEX: #8AA4EC
RGB: (138,164,236)

Color info

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

RGB color model

#8AA4EC color RGB value is (138,164,236).

  • red value is 138;
  • green value is 164;
  • blue value is 236.
RGB:
(138,164,236)
(54%,64%,93%)

RGB channels and saturation

R 138 of 255 = 54%
G 164 of 255 = 64%
B 236 of 255 = 93%

138
164
236

R + G + B ~ 70%. #8AA4EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 164 + 236 = 538 (100%)
R 138 of 538 ~ 25.65%
G 164 of 538 ~ 30.48%
B 236 of 538 ~ 43.87%

%25.65
%30.48
%43.87

CMYK color model

#8AA4EC color CMYK value is (42,31,0,7).

  • cyan value is 41.53%
  • magenta value is 30.51%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(42,31,0,7)
C42M31Y0K7 
(42%,31%,0%,7%)
(0.42/0.31/0.00/0.07)	

CMYK percentages

%41.53
%30.51
%0
%7.45

Codes

Color #8AA4EC in popluar color models

8AA4EC
RGB138164236
HSL224°72.06%73.33%
HSB/HSV224°41.53%92.55%
CMYK41.53%30.51%0.00%
7.45%

Color #8AA4EC in popluar number systems.

HEX8AA4EC
Decimal138164236
Binary100010101010010011101100
Octal212244354

Shades and tints

Shades of #8AA4EC

#8AA4EC
(138,164,236)
#7E96D7
(126,150,215)
#7288C2
(114,136,194)
#667AAD
(102,122,173)
#5A6C98
(90,108,152)
#4E5E83
(78,94,131)
#42506E
(66,80,110)
#364259
(54,66,89)
#2A3444
(42,52,68)
#1E262F
(30,38,47)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #8AA4EC

#8AA4EC
(138,164,236)
#94ACED
(148,172,237)
#9EB4EE
(158,180,238)
#A8BCEF
(168,188,239)
#B2C4F0
(178,196,240)
#BCCCF1
(188,204,241)
#C6D4F2
(198,212,242)
#D0DCF3
(208,220,243)
#DAE4F4
(218,228,244)
#E4ECF5
(228,236,245)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA4EC color. Also use rgb(138,164,236) instead hex code.

Text Font Color

.myTextColor { color: #8AA4EC; }

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

This text font color is #8AA4EC.


Background Color

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

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

This div background color is #8AA4EC.


Border color

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

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

This div border color is #8AA4EC.


Opacity

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

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

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

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

This text has shadow with #8AA4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA4EC on black background.


Color preview on white background

This text has color #8AA4EC on white background.



Black color preview on #8AA4EC background

This text has black color on #8AA4EC background.


White color preview on #8AA4EC background

This text has white color on #8AA4EC background.