COLOR #86ABC3

HEX: #86ABC3
RGB: (134,171,195)

Color info

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

RGB color model

#86ABC3 color RGB value is (134,171,195).

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

RGB channels and saturation

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

134
171
195

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

Portions of RGB colors in percentages

R + G + B =
134 + 171 + 195 = 500 (100%)
R 134 of 500 ~ 26.8%
G 171 of 500 ~ 34.2%
B 195 of 500 ~ 39%

%26.8
%34.2
%39

CMYK color model

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

  • cyan value is 31.28%
  • magenta value is 12.31%
  • 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
%12.31
%0
%23.53

Codes

Color #86ABC3 in popluar color models

86ABC3
RGB134171195
HSL204°33.70%64.51%
HSB/HSV204°31.28%76.47%
CMYK31.28%12.31%0.00%
23.53%

Color #86ABC3 in popluar number systems.

HEX86ABC3
Decimal134171195
Binary100001101010101111000011
Octal206253303

Shades and tints

Shades of #86ABC3

#86ABC3
(134,171,195)
#7A9CB2
(122,156,178)
#6E8DA1
(110,141,161)
#627E90
(98,126,144)
#566F7F
(86,111,127)
#4A606E
(74,96,110)
#3E515D
(62,81,93)
#32424C
(50,66,76)
#26333B
(38,51,59)
#1A242A
(26,36,42)
#0E1519
(14,21,25)
#000000
(0,0,0)

Tints of #86ABC3

#86ABC3
(134,171,195)
#91B2C8
(145,178,200)
#9CB9CD
(156,185,205)
#A7C0D2
(167,192,210)
#B2C7D7
(178,199,215)
#BDCEDC
(189,206,220)
#C8D5E1
(200,213,225)
#D3DCE6
(211,220,230)
#DEE3EB
(222,227,235)
#E9EAF0
(233,234,240)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86ABC3; }

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

This text font color is #86ABC3.


Background Color

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

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

This div background color is #86ABC3.


Border color

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

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

This div border color is #86ABC3.


Opacity

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

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

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

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

This text has shadow with #86ABC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86ABC3 on black background.


Color preview on white background

This text has color #86ABC3 on white background.



Black color preview on #86ABC3 background

This text has black color on #86ABC3 background.


White color preview on #86ABC3 background

This text has white color on #86ABC3 background.