COLOR #8A8DBE

HEX: #8A8DBE
RGB: (138,141,190)

Color info

#8A8DBE contains red, green and blue colors in about the same proportion. Web safe color of #8A8DBE is #9999CC (or #99C).

RGB color model

#8A8DBE color RGB value is (138,141,190).

  • red value is 138;
  • green value is 141;
  • blue value is 190.
RGB:
(138,141,190)
(54%,55%,75%)

RGB channels and saturation

R 138 of 255 = 54%
G 141 of 255 = 55%
B 190 of 255 = 75%

138
141
190

R + G + B ~ 61%. #8A8DBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 141 + 190 = 469 (100%)
R 138 of 469 ~ 29.42%
G 141 of 469 ~ 30.06%
B 190 of 469 ~ 40.51%

%29.42
%30.06
%40.51

CMYK color model

#8A8DBE color CMYK value is (27,26,0,25).

  • cyan value is 27.37%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(27,26,0,25)
C27M26Y0K25 
(27%,26%,0%,25%)
(0.27/0.26/0.00/0.25)	

CMYK percentages

%27.37
%25.79
%0
%25.49

Codes

Color #8A8DBE in popluar color models

8A8DBE
RGB138141190
HSL237°28.57%64.31%
HSB/HSV237°27.37%74.51%
CMYK27.37%25.79%0.00%
25.49%

Color #8A8DBE in popluar number systems.

HEX8A8DBE
Decimal138141190
Binary100010101000110110111110
Octal212215276

Shades and tints

Shades of #8A8DBE

#8A8DBE
(138,141,190)
#7E81AD
(126,129,173)
#72759C
(114,117,156)
#66698B
(102,105,139)
#5A5D7A
(90,93,122)
#4E5169
(78,81,105)
#424558
(66,69,88)
#363947
(54,57,71)
#2A2D36
(42,45,54)
#1E2125
(30,33,37)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #8A8DBE

#8A8DBE
(138,141,190)
#9497C3
(148,151,195)
#9EA1C8
(158,161,200)
#A8ABCD
(168,171,205)
#B2B5D2
(178,181,210)
#BCBFD7
(188,191,215)
#C6C9DC
(198,201,220)
#D0D3E1
(208,211,225)
#DADDE6
(218,221,230)
#E4E7EB
(228,231,235)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8DBE color. Also use rgb(138,141,190) instead hex code.

Text Font Color

.myTextColor { color: #8A8DBE; }

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

This text font color is #8A8DBE.


Background Color

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

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

This div background color is #8A8DBE.


Border color

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

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

This div border color is #8A8DBE.


Opacity

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

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

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

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

This text has shadow with #8A8DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8DBE on black background.


Color preview on white background

This text has color #8A8DBE on white background.



Black color preview on #8A8DBE background

This text has black color on #8A8DBE background.


White color preview on #8A8DBE background

This text has white color on #8A8DBE background.