COLOR #8A9EDB

HEX: #8A9EDB
RGB: (138,158,219)

Color info

#8A9EDB contains mainly blue color. Web safe color of #8A9EDB is #9999CC (or #99C).

RGB color model

#8A9EDB color RGB value is (138,158,219).

  • red value is 138;
  • green value is 158;
  • blue value is 219.
RGB:
(138,158,219)
(54%,62%,86%)

RGB channels and saturation

R 138 of 255 = 54%
G 158 of 255 = 62%
B 219 of 255 = 86%

138
158
219

R + G + B ~ 67%. #8A9EDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 158 + 219 = 515 (100%)
R 138 of 515 ~ 26.8%
G 158 of 515 ~ 30.68%
B 219 of 515 ~ 42.52%

%26.8
%30.68
%42.52

CMYK color model

#8A9EDB color CMYK value is (37,28,0,14).

  • cyan value is 36.99%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(37,28,0,14)
C37M28Y0K14 
(37%,28%,0%,14%)
(0.37/0.28/0.00/0.14)	

CMYK percentages

%36.99
%27.85
%0
%14.12

Codes

Color #8A9EDB in popluar color models

8A9EDB
RGB138158219
HSL225°52.94%70.00%
HSB/HSV225°36.99%85.88%
CMYK36.99%27.85%0.00%
14.12%

Color #8A9EDB in popluar number systems.

HEX8A9EDB
Decimal138158219
Binary100010101001111011011011
Octal212236333

Shades and tints

Shades of #8A9EDB

#8A9EDB
(138,158,219)
#7E90C8
(126,144,200)
#7282B5
(114,130,181)
#6674A2
(102,116,162)
#5A668F
(90,102,143)
#4E587C
(78,88,124)
#424A69
(66,74,105)
#363C56
(54,60,86)
#2A2E43
(42,46,67)
#1E2030
(30,32,48)
#12121D
(18,18,29)
#000000
(0,0,0)

Tints of #8A9EDB

#8A9EDB
(138,158,219)
#94A6DE
(148,166,222)
#9EAEE1
(158,174,225)
#A8B6E4
(168,182,228)
#B2BEE7
(178,190,231)
#BCC6EA
(188,198,234)
#C6CEED
(198,206,237)
#D0D6F0
(208,214,240)
#DADEF3
(218,222,243)
#E4E6F6
(228,230,246)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9EDB color. Also use rgb(138,158,219) instead hex code.

Text Font Color

.myTextColor { color: #8A9EDB; }

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

This text font color is #8A9EDB.


Background Color

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

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

This div background color is #8A9EDB.


Border color

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

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

This div border color is #8A9EDB.


Opacity

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

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

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

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

This text has shadow with #8A9EDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9EDB on black background.


Color preview on white background

This text has color #8A9EDB on white background.



Black color preview on #8A9EDB background

This text has black color on #8A9EDB background.


White color preview on #8A9EDB background

This text has white color on #8A9EDB background.