COLOR #86ACC3

HEX: #86ACC3
RGB: (134,172,195)

Color info

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

RGB color model

#86ACC3 color RGB value is (134,172,195).

  • red value is 134;
  • green value is 172;
  • blue value is 195.
RGB:
(134,172,195)
(53%,67%,76%)

RGB channels and saturation

R 134 of 255 = 53%
G 172 of 255 = 67%
B 195 of 255 = 76%

134
172
195

R + G + B ~ 65%. #86ACC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 172 + 195 = 501 (100%)
R 134 of 501 ~ 26.75%
G 172 of 501 ~ 34.33%
B 195 of 501 ~ 38.92%

%26.75
%34.33
%38.92

CMYK color model

#86ACC3 color CMYK value is (31,12,0,24).

  • cyan value is 31.28%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(31,12,0,24)
C31M12Y0K24 
(31%,12%,0%,24%)
(0.31/0.12/0.00/0.24)	

CMYK percentages

%31.28
%11.79
%0
%23.53

Codes

Color #86ACC3 in popluar color models

86ACC3
RGB134172195
HSL203°33.70%64.51%
HSB/HSV203°31.28%76.47%
CMYK31.28%11.79%0.00%
23.53%

Color #86ACC3 in popluar number systems.

HEX86ACC3
Decimal134172195
Binary100001101010110011000011
Octal206254303

Shades and tints

Shades of #86ACC3

#86ACC3
(134,172,195)
#7A9DB2
(122,157,178)
#6E8EA1
(110,142,161)
#627F90
(98,127,144)
#56707F
(86,112,127)
#4A616E
(74,97,110)
#3E525D
(62,82,93)
#32434C
(50,67,76)
#26343B
(38,52,59)
#1A252A
(26,37,42)
#0E1619
(14,22,25)
#000000
(0,0,0)

Tints of #86ACC3

#86ACC3
(134,172,195)
#91B3C8
(145,179,200)
#9CBACD
(156,186,205)
#A7C1D2
(167,193,210)
#B2C8D7
(178,200,215)
#BDCFDC
(189,207,220)
#C8D6E1
(200,214,225)
#D3DDE6
(211,221,230)
#DEE4EB
(222,228,235)
#E9EBF0
(233,235,240)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86ACC3 color. Also use rgb(134,172,195) instead hex code.

Text Font Color

.myTextColor { color: #86ACC3; }

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

This text font color is #86ACC3.


Background Color

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

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

This div background color is #86ACC3.


Border color

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

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

This div border color is #86ACC3.


Opacity

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

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

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

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

This text has shadow with #86ACC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86ACC3 on black background.


Color preview on white background

This text has color #86ACC3 on white background.



Black color preview on #86ACC3 background

This text has black color on #86ACC3 background.


White color preview on #86ACC3 background

This text has white color on #86ACC3 background.