COLOR #86A3DD

HEX: #86A3DD RGB: (134,163,221)

Color info

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

RGB color model

#86A3DD color RGB value is (134,163,221).

RGB: (134,163,221) (53%, 64%, 87%)

RGB channels and saturation

R 134 of 255 = 53%
G 163 of 255 = 64%
B 221 of 255 = 87%

134
163
221

R + G + B ~ 68%. #86A3DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 134 + 163 + 221 = 518 (100%)
R 134 of 518 ~ 25.87%
G 163 of 518 ~ 31.47%
B 221 of 518 ~ 42.66'%

%25.87
%31.47
%42.66

CMYK color model

#86A3DD color CMYK value is (39,26,0,13).

  • cyan value is 39.37%
  • magenta value is 26.24%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (39,26,0,13)
C39M26Y0K13 (39%, 26%, 0%, 13%)
(0.39 / 0.26 / 0.00 / 0.13)

CMYK percentages

%39.37
%26.24
%0
%13.33

Codes

Color #86A3DD in popluar color models

86 A3 DD
RGB 134 163 221
HSL 220° 56.13% 69.61%
HSB/HSV 220° 39.37% 86.67%
CMYK 39.37% 26.24% 0.00%
13.33%

Color #86A3DD in popluar number systems.

HEX 86 A3 DD
Decimal 134 163 221
Binary 10000110 10100011 11011101
Octal 206 243 335

Shades and tints

Shades of #86A3DD

#86A3DD
(134,163,221)
#7A95C9
(122,149,201)
#6E87B5
(110,135,181)
#6279A1
(98,121,161)
#566B8D
(86,107,141)
#4A5D79
(74,93,121)
#3E4F65
(62,79,101)
#324151
(50,65,81)
#26333D
(38,51,61)
#1A2529
(26,37,41)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #86A3DD

#86A3DD
(134,163,221)
#91ABE0
(145,171,224)
#9CB3E3
(156,179,227)
#A7BBE6
(167,187,230)
#B2C3E9
(178,195,233)
#BDCBEC
(189,203,236)
#C8D3EF
(200,211,239)
#D3DBF2
(211,219,242)
#DEE3F5
(222,227,245)
#E9EBF8
(233,235,248)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A3DD color. Also use rgb(134,163,221) instead hex code.

Text Font Color

.myTextColor { color: #86A3DD; }

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

This text font color is #86A3DD.

Background Color

.myBgColor { background-color: #86A3DD; }

<div style="background-color:#86A3DD">Inner text</div>

This div background color is #86A3DD.

Border color

.myBorderColor { border: 1px solid #86A3DD; }

<div style="border:3px solid #86A3DD">Div</div>

This div border color is #86A3DD.

Opacity

.myOpacity80 { color: #86A3DD; opacity: 0.8; }

<p style="color:#86A3DD;opacity:0.8;">80%</p>

Text with #86A3DD 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 #86A3DD;}

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

This text has shadow with #86A3DD color.


.textShadow {text-shadow: 3px 3px 1px #86A3DD', 3px 3px 1px red;}

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

This text has shadow with #86A3DD primary color and red secondary color.


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

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

This text has shadow with #86A3DD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #86A3DD; -webkit-box-shadow: 1px 1px 3px 2px #86A3DD; box-shadow:1px 1px 3px 2px #86A3DD;">
Div content here
</div>

This div box has shadow with color #86A3DD.

Preview

Color preview on black background

This text has color #86A3DD on black background.


Color preview on white background

This text has color #86A3DD on white background.


Black color preview on #86A3DD background

This text has black color on #86A3DD background.


White color preview on #86A3DD background

This text has white color on #86A3DD background.


Related colors

Complementary color

Complementary color for #hex is #795C22.


I love getcolorcode.com

Triadic colors

1 #DD86A3 and #A3DD86 with #86A3DD are triadic colors.

2 #DDA386 and #A386DD with #86A3DD are triadic colors.