COLOR #86D9B4

HEX: #86D9B4
RGB: (134,217,180)

Color info

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

RGB color model

#86D9B4 color RGB value is (134,217,180).

  • red value is 134;
  • green value is 217;
  • blue value is 180.
RGB:
(134,217,180)
(53%,85%,71%)

RGB channels and saturation

R 134 of 255 = 53%
G 217 of 255 = 85%
B 180 of 255 = 71%

134
217
180

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

Portions of RGB colors in percentages

R + G + B =
134 + 217 + 180 = 531 (100%)
R 134 of 531 ~ 25.24%
G 217 of 531 ~ 40.87%
B 180 of 531 ~ 33.9%

%25.24
%40.87
%33.9

CMYK color model

#86D9B4 color CMYK value is (38,0,17,15).

  • cyan value is 38.25%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 14.90%
CMYK:
(38,0,17,15)
C38M0Y17K15 
(38%,0%,17%,15%)
(0.38/0.00/0.17/0.15)	

CMYK percentages

%38.25
%0
%17.05
%14.9

Codes

Color #86D9B4 in popluar color models

86D9B4
RGB134217180
HSL153°52.20%68.82%
HSB/HSV153°38.25%85.10%
CMYK38.25%0.00%17.05%
14.90%

Color #86D9B4 in popluar number systems.

HEX86D9B4
Decimal134217180
Binary100001101101100110110100
Octal206331264

Shades and tints

Shades of #86D9B4

#86D9B4
(134,217,180)
#7AC6A4
(122,198,164)
#6EB394
(110,179,148)
#62A084
(98,160,132)
#568D74
(86,141,116)
#4A7A64
(74,122,100)
#3E6754
(62,103,84)
#325444
(50,84,68)
#264134
(38,65,52)
#1A2E24
(26,46,36)
#0E1B14
(14,27,20)
#000000
(0,0,0)

Tints of #86D9B4

#86D9B4
(134,217,180)
#91DCBA
(145,220,186)
#9CDFC0
(156,223,192)
#A7E2C6
(167,226,198)
#B2E5CC
(178,229,204)
#BDE8D2
(189,232,210)
#C8EBD8
(200,235,216)
#D3EEDE
(211,238,222)
#DEF1E4
(222,241,228)
#E9F4EA
(233,244,234)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86D9B4 color. Also use rgb(134,217,180) instead hex code.

Text Font Color

.myTextColor { color: #86D9B4; }

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

This text font color is #86D9B4.


Background Color

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

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

This div background color is #86D9B4.


Border color

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

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

This div border color is #86D9B4.


Opacity

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

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

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

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

This text has shadow with #86D9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D9B4 on black background.


Color preview on white background

This text has color #86D9B4 on white background.



Black color preview on #86D9B4 background

This text has black color on #86D9B4 background.


White color preview on #86D9B4 background

This text has white color on #86D9B4 background.