COLOR #8A86DD

HEX: #8A86DD
RGB: (138,134,221)

Color info

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

RGB color model

#8A86DD color RGB value is (138,134,221).

  • red value is 138;
  • green value is 134;
  • blue value is 221.
RGB:
(138,134,221)
(54%,53%,87%)

RGB channels and saturation

R 138 of 255 = 54%
G 134 of 255 = 53%
B 221 of 255 = 87%

138
134
221

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

Portions of RGB colors in percentages

R + G + B =
138 + 134 + 221 = 493 (100%)
R 138 of 493 ~ 27.99%
G 134 of 493 ~ 27.18%
B 221 of 493 ~ 44.83%

%27.99
%27.18
%44.83

CMYK color model

#8A86DD color CMYK value is (38,39,0,13).

  • cyan value is 37.56%
  • magenta value is 39.37%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(38,39,0,13)
C38M39Y0K13 
(38%,39%,0%,13%)
(0.38/0.39/0.00/0.13)	

CMYK percentages

%37.56
%39.37
%0
%13.33

Codes

Color #8A86DD in popluar color models

8A86DD
RGB138134221
HSL243°56.13%69.61%
HSB/HSV243°39.37%86.67%
CMYK37.56%39.37%0.00%
13.33%

Color #8A86DD in popluar number systems.

HEX8A86DD
Decimal138134221
Binary100010101000011011011101
Octal212206335

Shades and tints

Shades of #8A86DD

#8A86DD
(138,134,221)
#7E7AC9
(126,122,201)
#726EB5
(114,110,181)
#6662A1
(102,98,161)
#5A568D
(90,86,141)
#4E4A79
(78,74,121)
#423E65
(66,62,101)
#363251
(54,50,81)
#2A263D
(42,38,61)
#1E1A29
(30,26,41)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #8A86DD

#8A86DD
(138,134,221)
#9491E0
(148,145,224)
#9E9CE3
(158,156,227)
#A8A7E6
(168,167,230)
#B2B2E9
(178,178,233)
#BCBDEC
(188,189,236)
#C6C8EF
(198,200,239)
#D0D3F2
(208,211,242)
#DADEF5
(218,222,245)
#E4E9F8
(228,233,248)
#EEF4FB
(238,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A86DD color. Also use rgb(138,134,221) instead hex code.

Text Font Color

.myTextColor { color: #8A86DD; }

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

This text font color is #8A86DD.


Background Color

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

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

This div background color is #8A86DD.


Border color

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

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

This div border color is #8A86DD.


Opacity

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

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

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

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

This text has shadow with #8A86DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A86DD on black background.


Color preview on white background

This text has color #8A86DD on white background.



Black color preview on #8A86DD background

This text has black color on #8A86DD background.


White color preview on #8A86DD background

This text has white color on #8A86DD background.