COLOR #8A90B2

HEX: #8A90B2
RGB: (138,144,178)

Color info

#8A90B2 contains red, green and blue colors in about the same proportion. Web safe color of #8A90B2 is #999999 (or #999).

RGB color model

#8A90B2 color RGB value is (138,144,178).

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

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 178 of 255 = 70%

138
144
178

R + G + B ~ 60%. #8A90B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 144 + 178 = 460 (100%)
R 138 of 460 ~ 30%
G 144 of 460 ~ 31.3%
B 178 of 460 ~ 38.7%

%30
%31.3
%38.7

CMYK color model

#8A90B2 color CMYK value is (22,19,0,30).

  • cyan value is 22.47%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(22,19,0,30)
C22M19Y0K30 
(22%,19%,0%,30%)
(0.22/0.19/0.00/0.30)	

CMYK percentages

%22.47
%19.1
%0
%30.2

Codes

Color #8A90B2 in popluar color models

8A90B2
RGB138144178
HSL231°20.62%61.96%
HSB/HSV231°22.47%69.80%
CMYK22.47%19.10%0.00%
30.20%

Color #8A90B2 in popluar number systems.

HEX8A90B2
Decimal138144178
Binary100010101001000010110010
Octal212220262

Shades and tints

Shades of #8A90B2

#8A90B2
(138,144,178)
#7E83A2
(126,131,162)
#727692
(114,118,146)
#666982
(102,105,130)
#5A5C72
(90,92,114)
#4E4F62
(78,79,98)
#424252
(66,66,82)
#363542
(54,53,66)
#2A2832
(42,40,50)
#1E1B22
(30,27,34)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #8A90B2

#8A90B2
(138,144,178)
#949AB9
(148,154,185)
#9EA4C0
(158,164,192)
#A8AEC7
(168,174,199)
#B2B8CE
(178,184,206)
#BCC2D5
(188,194,213)
#C6CCDC
(198,204,220)
#D0D6E3
(208,214,227)
#DAE0EA
(218,224,234)
#E4EAF1
(228,234,241)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A90B2; }

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

This text font color is #8A90B2.


Background Color

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

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

This div background color is #8A90B2.


Border color

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

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

This div border color is #8A90B2.


Opacity

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

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

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

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

This text has shadow with #8A90B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A90B2 on black background.


Color preview on white background

This text has color #8A90B2 on white background.



Black color preview on #8A90B2 background

This text has black color on #8A90B2 background.


White color preview on #8A90B2 background

This text has white color on #8A90B2 background.