COLOR #86D1DD

HEX: #86D1DD RGB: (134,209,221)

Color info

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

RGB color model

#86D1DD color RGB value is (134,209,221).

RGB: (134,209,221) (53%, 82%, 87%)

RGB channels and saturation

R 134 of 255 = 53%
G 209 of 255 = 82%
B 221 of 255 = 87%

134
209
221

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

Portions of RGB colors in percentages

R + G + B = 134 + 209 + 221 = 564 (100%)
R 134 of 564 ~ 23.76%
G 209 of 564 ~ 37.06%
B 221 of 564 ~ 39.18'%

%23.76
%37.06
%39.18

CMYK color model

#86D1DD color CMYK value is (39,5,0,13).

  • cyan value is 39.37%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (39,5,0,13)
C39M5Y0K13 (39%, 5%, 0%, 13%)
(0.39 / 0.05 / 0.00 / 0.13)

CMYK percentages

%39.37
%5.43
%0
%13.33

Codes

Color #86D1DD in popluar color models

86 D1 DD
RGB 134 209 221
HSL 188° 56.13% 69.61%
HSB/HSV 188° 39.37% 86.67%
CMYK 39.37% 5.43% 0.00%
13.33%

Color #86D1DD in popluar number systems.

HEX 86 D1 DD
Decimal 134 209 221
Binary 10000110 11010001 11011101
Octal 206 321 335

Shades and tints

Shades of #86D1DD

#86D1DD
(134,209,221)
#7ABEC9
(122,190,201)
#6EABB5
(110,171,181)
#6298A1
(98,152,161)
#56858D
(86,133,141)
#4A7279
(74,114,121)
#3E5F65
(62,95,101)
#324C51
(50,76,81)
#26393D
(38,57,61)
#1A2629
(26,38,41)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #86D1DD

#86D1DD
(134,209,221)
#91D5E0
(145,213,224)
#9CD9E3
(156,217,227)
#A7DDE6
(167,221,230)
#B2E1E9
(178,225,233)
#BDE5EC
(189,229,236)
#C8E9EF
(200,233,239)
#D3EDF2
(211,237,242)
#DEF1F5
(222,241,245)
#E9F5F8
(233,245,248)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86D1DD color. Also use rgb(134,209,221) instead hex code.

Text Font Color

.myTextColor { color: #86D1DD; }

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

This text font color is #86D1DD.

Background Color

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

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

This div background color is #86D1DD.

Border color

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

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

This div border color is #86D1DD.

Opacity

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

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

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

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

This text has shadow with #86D1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86D1DD.

Preview

Color preview on black background

This text has color #86D1DD on black background.


Color preview on white background

This text has color #86D1DD on white background.


Black color preview on #86D1DD background

This text has black color on #86D1DD background.


White color preview on #86D1DD background

This text has white color on #86D1DD background.


Related colors

Complementary color

Complementary color for #hex is #792E22.


I love getcolorcode.com

Triadic colors

1 #DD86D1 and #D1DD86 with #86D1DD are triadic colors.

2 #DDD186 and #D186DD with #86D1DD are triadic colors.