COLOR #86E7BE

HEX: #86E7BE
RGB: (134,231,190)

Color info

#86E7BE contains mainly green and blue colors. Web safe color of #86E7BE is #99FFCC (or #9FC).

RGB color model

#86E7BE color RGB value is (134,231,190).

  • red value is 134;
  • green value is 231;
  • blue value is 190.
RGB:
(134,231,190)
(53%,91%,75%)

RGB channels and saturation

R 134 of 255 = 53%
G 231 of 255 = 91%
B 190 of 255 = 75%

134
231
190

R + G + B ~ 73%. #86E7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 231 + 190 = 555 (100%)
R 134 of 555 ~ 24.14%
G 231 of 555 ~ 41.62%
B 190 of 555 ~ 34.23%

%24.14
%41.62
%34.23

CMYK color model

#86E7BE color CMYK value is (42,0,18,9).

  • cyan value is 41.99%
  • magenta value is 0.00%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(42,0,18,9)
C42M0Y18K9 
(42%,0%,18%,9%)
(0.42/0.00/0.18/0.09)	

CMYK percentages

%41.99
%0
%17.75
%9.41

Codes

Color #86E7BE in popluar color models

86E7BE
RGB134231190
HSL155°66.90%71.57%
HSB/HSV155°41.99%90.59%
CMYK41.99%0.00%17.75%
9.41%

Color #86E7BE in popluar number systems.

HEX86E7BE
Decimal134231190
Binary100001101110011110111110
Octal206347276

Shades and tints

Shades of #86E7BE

#86E7BE
(134,231,190)
#7AD2AD
(122,210,173)
#6EBD9C
(110,189,156)
#62A88B
(98,168,139)
#56937A
(86,147,122)
#4A7E69
(74,126,105)
#3E6958
(62,105,88)
#325447
(50,84,71)
#263F36
(38,63,54)
#1A2A25
(26,42,37)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #86E7BE

#86E7BE
(134,231,190)
#91E9C3
(145,233,195)
#9CEBC8
(156,235,200)
#A7EDCD
(167,237,205)
#B2EFD2
(178,239,210)
#BDF1D7
(189,241,215)
#C8F3DC
(200,243,220)
#D3F5E1
(211,245,225)
#DEF7E6
(222,247,230)
#E9F9EB
(233,249,235)
#F4FBF0
(244,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86E7BE color. Also use rgb(134,231,190) instead hex code.

Text Font Color

.myTextColor { color: #86E7BE; }

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

This text font color is #86E7BE.


Background Color

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

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

This div background color is #86E7BE.


Border color

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

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

This div border color is #86E7BE.


Opacity

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

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

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

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

This text has shadow with #86E7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86E7BE on black background.


Color preview on white background

This text has color #86E7BE on white background.



Black color preview on #86E7BE background

This text has black color on #86E7BE background.


White color preview on #86E7BE background

This text has white color on #86E7BE background.