COLOR #86ACCC

HEX: #86ACCC
RGB: (134,172,204)

Color info

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

RGB color model

#86ACCC color RGB value is (134,172,204).

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

RGB channels and saturation

R 134 of 255 = 53%
G 172 of 255 = 67%
B 204 of 255 = 80%

134
172
204

R + G + B ~ 67%. #86ACCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 172 + 204 = 510 (100%)
R 134 of 510 ~ 26.27%
G 172 of 510 ~ 33.73%
B 204 of 510 ~ 40%

%26.27
%33.73
%40

CMYK color model

#86ACCC color CMYK value is (34,16,0,20).

  • cyan value is 34.31%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(34,16,0,20)
C34M16Y0K20 
(34%,16%,0%,20%)
(0.34/0.16/0.00/0.20)	

CMYK percentages

%34.31
%15.69
%0
%20

Codes

Color #86ACCC in popluar color models

86ACCC
RGB134172204
HSL207°40.70%66.27%
HSB/HSV207°34.31%80.00%
CMYK34.31%15.69%0.00%
20.00%

Color #86ACCC in popluar number systems.

HEX86ACCC
Decimal134172204
Binary100001101010110011001100
Octal206254314

Shades and tints

Shades of #86ACCC

#86ACCC
(134,172,204)
#7A9DBA
(122,157,186)
#6E8EA8
(110,142,168)
#627F96
(98,127,150)
#567084
(86,112,132)
#4A6172
(74,97,114)
#3E5260
(62,82,96)
#32434E
(50,67,78)
#26343C
(38,52,60)
#1A252A
(26,37,42)
#0E1618
(14,22,24)
#000000
(0,0,0)

Tints of #86ACCC

#86ACCC
(134,172,204)
#91B3D0
(145,179,208)
#9CBAD4
(156,186,212)
#A7C1D8
(167,193,216)
#B2C8DC
(178,200,220)
#BDCFE0
(189,207,224)
#C8D6E4
(200,214,228)
#D3DDE8
(211,221,232)
#DEE4EC
(222,228,236)
#E9EBF0
(233,235,240)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86ACCC; }

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

This text font color is #86ACCC.


Background Color

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

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

This div background color is #86ACCC.


Border color

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

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

This div border color is #86ACCC.


Opacity

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

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

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

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

This text has shadow with #86ACCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86ACCC on black background.


Color preview on white background

This text has color #86ACCC on white background.



Black color preview on #86ACCC background

This text has black color on #86ACCC background.


White color preview on #86ACCC background

This text has white color on #86ACCC background.