COLOR #86D2DB

HEX: #86D2DB
RGB: (134,210,219)

Color info

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

RGB color model

#86D2DB color RGB value is (134,210,219).

  • red value is 134;
  • green value is 210;
  • blue value is 219.
RGB:
(134,210,219)
(53%,82%,86%)

RGB channels and saturation

R 134 of 255 = 53%
G 210 of 255 = 82%
B 219 of 255 = 86%

134
210
219

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

Portions of RGB colors in percentages

R + G + B =
134 + 210 + 219 = 563 (100%)
R 134 of 563 ~ 23.8%
G 210 of 563 ~ 37.3%
B 219 of 563 ~ 38.9%

%23.8
%37.3
%38.9

CMYK color model

#86D2DB color CMYK value is (39,4,0,14).

  • cyan value is 38.81%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(39,4,0,14)
C39M4Y0K14 
(39%,4%,0%,14%)
(0.39/0.04/0.00/0.14)	

CMYK percentages

%38.81
%4.11
%0
%14.12

Codes

Color #86D2DB in popluar color models

86D2DB
RGB134210219
HSL186°54.14%69.22%
HSB/HSV186°38.81%85.88%
CMYK38.81%4.11%0.00%
14.12%

Color #86D2DB in popluar number systems.

HEX86D2DB
Decimal134210219
Binary100001101101001011011011
Octal206322333

Shades and tints

Shades of #86D2DB

#86D2DB
(134,210,219)
#7ABFC8
(122,191,200)
#6EACB5
(110,172,181)
#6299A2
(98,153,162)
#56868F
(86,134,143)
#4A737C
(74,115,124)
#3E6069
(62,96,105)
#324D56
(50,77,86)
#263A43
(38,58,67)
#1A2730
(26,39,48)
#0E141D
(14,20,29)
#000000
(0,0,0)

Tints of #86D2DB

#86D2DB
(134,210,219)
#91D6DE
(145,214,222)
#9CDAE1
(156,218,225)
#A7DEE4
(167,222,228)
#B2E2E7
(178,226,231)
#BDE6EA
(189,230,234)
#C8EAED
(200,234,237)
#D3EEF0
(211,238,240)
#DEF2F3
(222,242,243)
#E9F6F6
(233,246,246)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86D2DB color. Also use rgb(134,210,219) instead hex code.

Text Font Color

.myTextColor { color: #86D2DB; }

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

This text font color is #86D2DB.


Background Color

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

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

This div background color is #86D2DB.


Border color

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

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

This div border color is #86D2DB.


Opacity

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

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

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

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

This text has shadow with #86D2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D2DB on black background.


Color preview on white background

This text has color #86D2DB on white background.



Black color preview on #86D2DB background

This text has black color on #86D2DB background.


White color preview on #86D2DB background

This text has white color on #86D2DB background.