COLOR #86D5BB

HEX: #86D5BB
RGB: (134,213,187)

Color info

#86D5BB contains mainly green and blue colors. Web safe color of #86D5BB is #99CCCC (or #9CC).

RGB color model

#86D5BB color RGB value is (134,213,187).

  • red value is 134;
  • green value is 213;
  • blue value is 187.
RGB:
(134,213,187)
(53%,84%,73%)

RGB channels and saturation

R 134 of 255 = 53%
G 213 of 255 = 84%
B 187 of 255 = 73%

134
213
187

R + G + B ~ 70%. #86D5BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 213 + 187 = 534 (100%)
R 134 of 534 ~ 25.09%
G 213 of 534 ~ 39.89%
B 187 of 534 ~ 35.02%

%25.09
%39.89
%35.02

CMYK color model

#86D5BB color CMYK value is (37,0,12,16).

  • cyan value is 37.09%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%
CMYK:
(37,0,12,16)
C37M0Y12K16 
(37%,0%,12%,16%)
(0.37/0.00/0.12/0.16)	

CMYK percentages

%37.09
%0
%12.21
%16.47

Codes

Color #86D5BB in popluar color models

86D5BB
RGB134213187
HSL160°48.47%68.04%
HSB/HSV160°37.09%83.53%
CMYK37.09%0.00%12.21%
16.47%

Color #86D5BB in popluar number systems.

HEX86D5BB
Decimal134213187
Binary100001101101010110111011
Octal206325273

Shades and tints

Shades of #86D5BB

#86D5BB
(134,213,187)
#7AC2AA
(122,194,170)
#6EAF99
(110,175,153)
#629C88
(98,156,136)
#568977
(86,137,119)
#4A7666
(74,118,102)
#3E6355
(62,99,85)
#325044
(50,80,68)
#263D33
(38,61,51)
#1A2A22
(26,42,34)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #86D5BB

#86D5BB
(134,213,187)
#91D8C1
(145,216,193)
#9CDBC7
(156,219,199)
#A7DECD
(167,222,205)
#B2E1D3
(178,225,211)
#BDE4D9
(189,228,217)
#C8E7DF
(200,231,223)
#D3EAE5
(211,234,229)
#DEEDEB
(222,237,235)
#E9F0F1
(233,240,241)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86D5BB color. Also use rgb(134,213,187) instead hex code.

Text Font Color

.myTextColor { color: #86D5BB; }

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

This text font color is #86D5BB.


Background Color

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

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

This div background color is #86D5BB.


Border color

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

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

This div border color is #86D5BB.


Opacity

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

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

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

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

This text has shadow with #86D5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D5BB on black background.


Color preview on white background

This text has color #86D5BB on white background.



Black color preview on #86D5BB background

This text has black color on #86D5BB background.


White color preview on #86D5BB background

This text has white color on #86D5BB background.