COLOR #86C3A6

HEX: #86C3A6
RGB: (134,195,166)

Color info

#86C3A6 contains mainly green and blue colors. Web safe color of #86C3A6 is #99CC99 (or #9C9).

RGB color model

#86C3A6 color RGB value is (134,195,166).

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

RGB channels and saturation

R 134 of 255 = 53%
G 195 of 255 = 76%
B 166 of 255 = 65%

134
195
166

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

Portions of RGB colors in percentages

R + G + B =
134 + 195 + 166 = 495 (100%)
R 134 of 495 ~ 27.07%
G 195 of 495 ~ 39.39%
B 166 of 495 ~ 33.54%

%27.07
%39.39
%33.54

CMYK color model

#86C3A6 color CMYK value is (31,0,15,24).

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 14.87%
  • key color value is 23.53%
CMYK:
(31,0,15,24)
C31M0Y15K24 
(31%,0%,15%,24%)
(0.31/0.00/0.15/0.24)	

CMYK percentages

%31.28
%0
%14.87
%23.53

Codes

Color #86C3A6 in popluar color models

86C3A6
RGB134195166
HSL151°33.70%64.51%
HSB/HSV151°31.28%76.47%
CMYK31.28%0.00%14.87%
23.53%

Color #86C3A6 in popluar number systems.

HEX86C3A6
Decimal134195166
Binary100001101100001110100110
Octal206303246

Shades and tints

Shades of #86C3A6

#86C3A6
(134,195,166)
#7AB297
(122,178,151)
#6EA188
(110,161,136)
#629079
(98,144,121)
#567F6A
(86,127,106)
#4A6E5B
(74,110,91)
#3E5D4C
(62,93,76)
#324C3D
(50,76,61)
#263B2E
(38,59,46)
#1A2A1F
(26,42,31)
#0E1910
(14,25,16)
#000000
(0,0,0)

Tints of #86C3A6

#86C3A6
(134,195,166)
#91C8AE
(145,200,174)
#9CCDB6
(156,205,182)
#A7D2BE
(167,210,190)
#B2D7C6
(178,215,198)
#BDDCCE
(189,220,206)
#C8E1D6
(200,225,214)
#D3E6DE
(211,230,222)
#DEEBE6
(222,235,230)
#E9F0EE
(233,240,238)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C3A6; }

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

This text font color is #86C3A6.


Background Color

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

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

This div background color is #86C3A6.


Border color

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

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

This div border color is #86C3A6.


Opacity

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

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

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

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

This text has shadow with #86C3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C3A6 on black background.


Color preview on white background

This text has color #86C3A6 on white background.



Black color preview on #86C3A6 background

This text has black color on #86C3A6 background.


White color preview on #86C3A6 background

This text has white color on #86C3A6 background.