COLOR #8A9AD2

HEX: #8A9AD2
RGB: (138,154,210)

Color info

#8A9AD2 contains mainly green and blue colors. Web safe color of #8A9AD2 is #9999CC (or #99C).

RGB color model

#8A9AD2 color RGB value is (138,154,210).

  • red value is 138;
  • green value is 154;
  • blue value is 210.
RGB:
(138,154,210)
(54%,60%,82%)

RGB channels and saturation

R 138 of 255 = 54%
G 154 of 255 = 60%
B 210 of 255 = 82%

138
154
210

R + G + B ~ 65%. #8A9AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 154 + 210 = 502 (100%)
R 138 of 502 ~ 27.49%
G 154 of 502 ~ 30.68%
B 210 of 502 ~ 41.83%

%27.49
%30.68
%41.83

CMYK color model

#8A9AD2 color CMYK value is (34,27,0,18).

  • cyan value is 34.29%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(34,27,0,18)
C34M27Y0K18 
(34%,27%,0%,18%)
(0.34/0.27/0.00/0.18)	

CMYK percentages

%34.29
%26.67
%0
%17.65

Codes

Color #8A9AD2 in popluar color models

8A9AD2
RGB138154210
HSL227°44.44%68.24%
HSB/HSV227°34.29%82.35%
CMYK34.29%26.67%0.00%
17.65%

Color #8A9AD2 in popluar number systems.

HEX8A9AD2
Decimal138154210
Binary100010101001101011010010
Octal212232322

Shades and tints

Shades of #8A9AD2

#8A9AD2
(138,154,210)
#7E8CBF
(126,140,191)
#727EAC
(114,126,172)
#667099
(102,112,153)
#5A6286
(90,98,134)
#4E5473
(78,84,115)
#424660
(66,70,96)
#36384D
(54,56,77)
#2A2A3A
(42,42,58)
#1E1C27
(30,28,39)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #8A9AD2

#8A9AD2
(138,154,210)
#94A3D6
(148,163,214)
#9EACDA
(158,172,218)
#A8B5DE
(168,181,222)
#B2BEE2
(178,190,226)
#BCC7E6
(188,199,230)
#C6D0EA
(198,208,234)
#D0D9EE
(208,217,238)
#DAE2F2
(218,226,242)
#E4EBF6
(228,235,246)
#EEF4FA
(238,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9AD2 color. Also use rgb(138,154,210) instead hex code.

Text Font Color

.myTextColor { color: #8A9AD2; }

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

This text font color is #8A9AD2.


Background Color

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

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

This div background color is #8A9AD2.


Border color

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

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

This div border color is #8A9AD2.


Opacity

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

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

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

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

This text has shadow with #8A9AD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9AD2 on black background.


Color preview on white background

This text has color #8A9AD2 on white background.



Black color preview on #8A9AD2 background

This text has black color on #8A9AD2 background.


White color preview on #8A9AD2 background

This text has white color on #8A9AD2 background.