COLOR #8AADEC

HEX: #8AADEC
RGB: (138,173,236)

Color info

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

RGB color model

#8AADEC color RGB value is (138,173,236).

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

RGB channels and saturation

R 138 of 255 = 54%
G 173 of 255 = 68%
B 236 of 255 = 93%

138
173
236

R + G + B ~ 72%. #8AADEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 173 + 236 = 547 (100%)
R 138 of 547 ~ 25.23%
G 173 of 547 ~ 31.63%
B 236 of 547 ~ 43.14%

%25.23
%31.63
%43.14

CMYK color model

#8AADEC color CMYK value is (42,27,0,7).

  • cyan value is 41.53%
  • magenta value is 26.69%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(42,27,0,7)
C42M27Y0K7 
(42%,27%,0%,7%)
(0.42/0.27/0.00/0.07)	

CMYK percentages

%41.53
%26.69
%0
%7.45

Codes

Color #8AADEC in popluar color models

8AADEC
RGB138173236
HSL219°72.06%73.33%
HSB/HSV219°41.53%92.55%
CMYK41.53%26.69%0.00%
7.45%

Color #8AADEC in popluar number systems.

HEX8AADEC
Decimal138173236
Binary100010101010110111101100
Octal212255354

Shades and tints

Shades of #8AADEC

#8AADEC
(138,173,236)
#7E9ED7
(126,158,215)
#728FC2
(114,143,194)
#6680AD
(102,128,173)
#5A7198
(90,113,152)
#4E6283
(78,98,131)
#42536E
(66,83,110)
#364459
(54,68,89)
#2A3544
(42,53,68)
#1E262F
(30,38,47)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #8AADEC

#8AADEC
(138,173,236)
#94B4ED
(148,180,237)
#9EBBEE
(158,187,238)
#A8C2EF
(168,194,239)
#B2C9F0
(178,201,240)
#BCD0F1
(188,208,241)
#C6D7F2
(198,215,242)
#D0DEF3
(208,222,243)
#DAE5F4
(218,229,244)
#E4ECF5
(228,236,245)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AADEC; }

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

This text font color is #8AADEC.


Background Color

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

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

This div background color is #8AADEC.


Border color

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

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

This div border color is #8AADEC.


Opacity

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

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

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

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

This text has shadow with #8AADEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AADEC on black background.


Color preview on white background

This text has color #8AADEC on white background.



Black color preview on #8AADEC background

This text has black color on #8AADEC background.


White color preview on #8AADEC background

This text has white color on #8AADEC background.