COLOR #86C9B0

HEX: #86C9B0
RGB: (134,201,176)

Color info

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

RGB color model

#86C9B0 color RGB value is (134,201,176).

  • red value is 134;
  • green value is 201;
  • blue value is 176.
RGB:
(134,201,176)
(53%,79%,69%)

RGB channels and saturation

R 134 of 255 = 53%
G 201 of 255 = 79%
B 176 of 255 = 69%

134
201
176

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

Portions of RGB colors in percentages

R + G + B =
134 + 201 + 176 = 511 (100%)
R 134 of 511 ~ 26.22%
G 201 of 511 ~ 39.33%
B 176 of 511 ~ 34.44%

%26.22
%39.33
%34.44

CMYK color model

#86C9B0 color CMYK value is (33,0,12,21).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 21.18%
CMYK:
(33,0,12,21)
C33M0Y12K21 
(33%,0%,12%,21%)
(0.33/0.00/0.12/0.21)	

CMYK percentages

%33.33
%0
%12.44
%21.18

Codes

Color #86C9B0 in popluar color models

86C9B0
RGB134201176
HSL158°38.29%65.69%
HSB/HSV158°33.33%78.82%
CMYK33.33%0.00%12.44%
21.18%

Color #86C9B0 in popluar number systems.

HEX86C9B0
Decimal134201176
Binary100001101100100110110000
Octal206311260

Shades and tints

Shades of #86C9B0

#86C9B0
(134,201,176)
#7AB7A0
(122,183,160)
#6EA590
(110,165,144)
#629380
(98,147,128)
#568170
(86,129,112)
#4A6F60
(74,111,96)
#3E5D50
(62,93,80)
#324B40
(50,75,64)
#263930
(38,57,48)
#1A2720
(26,39,32)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #86C9B0

#86C9B0
(134,201,176)
#91CDB7
(145,205,183)
#9CD1BE
(156,209,190)
#A7D5C5
(167,213,197)
#B2D9CC
(178,217,204)
#BDDDD3
(189,221,211)
#C8E1DA
(200,225,218)
#D3E5E1
(211,229,225)
#DEE9E8
(222,233,232)
#E9EDEF
(233,237,239)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86C9B0 color. Also use rgb(134,201,176) instead hex code.

Text Font Color

.myTextColor { color: #86C9B0; }

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

This text font color is #86C9B0.


Background Color

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

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

This div background color is #86C9B0.


Border color

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

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

This div border color is #86C9B0.


Opacity

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

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

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

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

This text has shadow with #86C9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C9B0 on black background.


Color preview on white background

This text has color #86C9B0 on white background.



Black color preview on #86C9B0 background

This text has black color on #86C9B0 background.


White color preview on #86C9B0 background

This text has white color on #86C9B0 background.