COLOR #86EFBD

HEX: #86EFBD
RGB: (134,239,189)

Color info

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

RGB color model

#86EFBD color RGB value is (134,239,189).

  • red value is 134;
  • green value is 239;
  • blue value is 189.
RGB:
(134,239,189)
(53%,94%,74%)

RGB channels and saturation

R 134 of 255 = 53%
G 239 of 255 = 94%
B 189 of 255 = 74%

134
239
189

R + G + B ~ 74%. #86EFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 239 + 189 = 562 (100%)
R 134 of 562 ~ 23.84%
G 239 of 562 ~ 42.53%
B 189 of 562 ~ 33.63%

%23.84
%42.53
%33.63

CMYK color model

#86EFBD color CMYK value is (44,0,21,6).

  • cyan value is 43.93%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 6.27%
CMYK:
(44,0,21,6)
C44M0Y21K6 
(44%,0%,21%,6%)
(0.44/0.00/0.21/0.06)	

CMYK percentages

%43.93
%0
%20.92
%6.27

Codes

Color #86EFBD in popluar color models

86EFBD
RGB134239189
HSL151°76.64%73.14%
HSB/HSV151°43.93%93.73%
CMYK43.93%0.00%20.92%
6.27%

Color #86EFBD in popluar number systems.

HEX86EFBD
Decimal134239189
Binary100001101110111110111101
Octal206357275

Shades and tints

Shades of #86EFBD

#86EFBD
(134,239,189)
#7ADAAC
(122,218,172)
#6EC59B
(110,197,155)
#62B08A
(98,176,138)
#569B79
(86,155,121)
#4A8668
(74,134,104)
#3E7157
(62,113,87)
#325C46
(50,92,70)
#264735
(38,71,53)
#1A3224
(26,50,36)
#0E1D13
(14,29,19)
#000000
(0,0,0)

Tints of #86EFBD

#86EFBD
(134,239,189)
#91F0C3
(145,240,195)
#9CF1C9
(156,241,201)
#A7F2CF
(167,242,207)
#B2F3D5
(178,243,213)
#BDF4DB
(189,244,219)
#C8F5E1
(200,245,225)
#D3F6E7
(211,246,231)
#DEF7ED
(222,247,237)
#E9F8F3
(233,248,243)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86EFBD color. Also use rgb(134,239,189) instead hex code.

Text Font Color

.myTextColor { color: #86EFBD; }

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

This text font color is #86EFBD.


Background Color

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

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

This div background color is #86EFBD.


Border color

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

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

This div border color is #86EFBD.


Opacity

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

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

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

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

This text has shadow with #86EFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86EFBD on black background.


Color preview on white background

This text has color #86EFBD on white background.



Black color preview on #86EFBD background

This text has black color on #86EFBD background.


White color preview on #86EFBD background

This text has white color on #86EFBD background.