COLOR #8A90D6

HEX: #8A90D6
RGB: (138,144,214)

Color info

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

RGB color model

#8A90D6 color RGB value is (138,144,214).

  • red value is 138;
  • green value is 144;
  • blue value is 214.
RGB:
(138,144,214)
(54%,56%,84%)

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 214 of 255 = 84%

138
144
214

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

Portions of RGB colors in percentages

R + G + B =
138 + 144 + 214 = 496 (100%)
R 138 of 496 ~ 27.82%
G 144 of 496 ~ 29.03%
B 214 of 496 ~ 43.15%

%27.82
%29.03
%43.15

CMYK color model

#8A90D6 color CMYK value is (36,33,0,16).

  • cyan value is 35.51%
  • magenta value is 32.71%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(36,33,0,16)
C36M33Y0K16 
(36%,33%,0%,16%)
(0.36/0.33/0.00/0.16)	

CMYK percentages

%35.51
%32.71
%0
%16.08

Codes

Color #8A90D6 in popluar color models

8A90D6
RGB138144214
HSL235°48.10%69.02%
HSB/HSV235°35.51%83.92%
CMYK35.51%32.71%0.00%
16.08%

Color #8A90D6 in popluar number systems.

HEX8A90D6
Decimal138144214
Binary100010101001000011010110
Octal212220326

Shades and tints

Shades of #8A90D6

#8A90D6
(138,144,214)
#7E83C3
(126,131,195)
#7276B0
(114,118,176)
#66699D
(102,105,157)
#5A5C8A
(90,92,138)
#4E4F77
(78,79,119)
#424264
(66,66,100)
#363551
(54,53,81)
#2A283E
(42,40,62)
#1E1B2B
(30,27,43)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #8A90D6

#8A90D6
(138,144,214)
#949AD9
(148,154,217)
#9EA4DC
(158,164,220)
#A8AEDF
(168,174,223)
#B2B8E2
(178,184,226)
#BCC2E5
(188,194,229)
#C6CCE8
(198,204,232)
#D0D6EB
(208,214,235)
#DAE0EE
(218,224,238)
#E4EAF1
(228,234,241)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A90D6 color. Also use rgb(138,144,214) instead hex code.

Text Font Color

.myTextColor { color: #8A90D6; }

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

This text font color is #8A90D6.


Background Color

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

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

This div background color is #8A90D6.


Border color

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

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

This div border color is #8A90D6.


Opacity

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

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

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

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

This text has shadow with #8A90D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A90D6 on black background.


Color preview on white background

This text has color #8A90D6 on white background.



Black color preview on #8A90D6 background

This text has black color on #8A90D6 background.


White color preview on #8A90D6 background

This text has white color on #8A90D6 background.