COLOR #86CED4

HEX: #86CED4
RGB: (134,206,212)

Color info

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

RGB color model

#86CED4 color RGB value is (134,206,212).

  • red value is 134;
  • green value is 206;
  • blue value is 212.
RGB:
(134,206,212)
(53%,81%,83%)

RGB channels and saturation

R 134 of 255 = 53%
G 206 of 255 = 81%
B 212 of 255 = 83%

134
206
212

R + G + B ~ 72%. #86CED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 206 + 212 = 552 (100%)
R 134 of 552 ~ 24.28%
G 206 of 552 ~ 37.32%
B 212 of 552 ~ 38.41%

%24.28
%37.32
%38.41

CMYK color model

#86CED4 color CMYK value is (37,3,0,17).

  • cyan value is 36.79%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(37,3,0,17)
C37M3Y0K17 
(37%,3%,0%,17%)
(0.37/0.03/0.00/0.17)	

CMYK percentages

%36.79
%2.83
%0
%16.86

Codes

Color #86CED4 in popluar color models

86CED4
RGB134206212
HSL185°47.56%67.84%
HSB/HSV185°36.79%83.14%
CMYK36.79%2.83%0.00%
16.86%

Color #86CED4 in popluar number systems.

HEX86CED4
Decimal134206212
Binary100001101100111011010100
Octal206316324

Shades and tints

Shades of #86CED4

#86CED4
(134,206,212)
#7ABCC1
(122,188,193)
#6EAAAE
(110,170,174)
#62989B
(98,152,155)
#568688
(86,134,136)
#4A7475
(74,116,117)
#3E6262
(62,98,98)
#32504F
(50,80,79)
#263E3C
(38,62,60)
#1A2C29
(26,44,41)
#0E1A16
(14,26,22)
#000000
(0,0,0)

Tints of #86CED4

#86CED4
(134,206,212)
#91D2D7
(145,210,215)
#9CD6DA
(156,214,218)
#A7DADD
(167,218,221)
#B2DEE0
(178,222,224)
#BDE2E3
(189,226,227)
#C8E6E6
(200,230,230)
#D3EAE9
(211,234,233)
#DEEEEC
(222,238,236)
#E9F2EF
(233,242,239)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86CED4 color. Also use rgb(134,206,212) instead hex code.

Text Font Color

.myTextColor { color: #86CED4; }

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

This text font color is #86CED4.


Background Color

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

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

This div background color is #86CED4.


Border color

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

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

This div border color is #86CED4.


Opacity

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

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

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

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

This text has shadow with #86CED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86CED4 on black background.


Color preview on white background

This text has color #86CED4 on white background.



Black color preview on #86CED4 background

This text has black color on #86CED4 background.


White color preview on #86CED4 background

This text has white color on #86CED4 background.