COLOR #86DEDB

HEX: #86DEDB RGB: (134,222,219)

Color info

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

RGB color model

#86DEDB color RGB value is (134,222,219).

RGB: (134,222,219) (53%, 87%, 86%)

RGB channels and saturation

R 134 of 255 = 53%
G 222 of 255 = 87%
B 219 of 255 = 86%

134
222
219

R + G + B ~ 75%. #86DEDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 134 + 222 + 219 = 575 (100%)
R 134 of 575 ~ 23.3%
G 222 of 575 ~ 38.61%
B 219 of 575 ~ 38.09'%

%23.3
%38.61
%38.09

CMYK color model

#86DEDB color CMYK value is (40,0,1,13).

  • cyan value is 39.64%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.94%

CMYK: (40,0,1,13)
C40M0Y1K13 (40%, 0%, 1%, 13%)
(0.40 / 0.00 / 0.01 / 0.13)

CMYK percentages

%39.64
%0
%1.35
%12.94

Codes

Color #86DEDB in popluar color models

86 DE DB
RGB 134 222 219
HSL 178° 57.14% 69.80%
HSB/HSV 178° 39.64% 87.06%
CMYK 39.64% 0.00% 1.35%
12.94%

Color #86DEDB in popluar number systems.

HEX 86 DE DB
Decimal 134 222 219
Binary 10000110 11011110 11011011
Octal 206 336 333

Shades and tints

Shades of #86DEDB

#86DEDB
(134,222,219)
#7ACAC8
(122,202,200)
#6EB6B5
(110,182,181)
#62A2A2
(98,162,162)
#568E8F
(86,142,143)
#4A7A7C
(74,122,124)
#3E6669
(62,102,105)
#325256
(50,82,86)
#263E43
(38,62,67)
#1A2A30
(26,42,48)
#0E161D
(14,22,29)
#000000
(0,0,0)

Tints of #86DEDB

#86DEDB
(134,222,219)
#91E1DE
(145,225,222)
#9CE4E1
(156,228,225)
#A7E7E4
(167,231,228)
#B2EAE7
(178,234,231)
#BDEDEA
(189,237,234)
#C8F0ED
(200,240,237)
#D3F3F0
(211,243,240)
#DEF6F3
(222,246,243)
#E9F9F6
(233,249,246)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86DEDB; }

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

This text font color is #86DEDB.

Background Color

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

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

This div background color is #86DEDB.

Border color

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

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

This div border color is #86DEDB.

Opacity

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

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

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

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

This text has shadow with #86DEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86DEDB.

Preview

Color preview on black background

This text has color #86DEDB on black background.


Color preview on white background

This text has color #86DEDB on white background.


Black color preview on #86DEDB background

This text has black color on #86DEDB background.


White color preview on #86DEDB background

This text has white color on #86DEDB background.


Related colors

Complementary color

Complementary color for #hex is #792124.


I love getcolorcode.com

Triadic colors

1 #DB86DE and #DEDB86 with #86DEDB are triadic colors.

2 #DBDE86 and #DE86DB with #86DEDB are triadic colors.