COLOR #86E5F6

HEX: #86E5F6
RGB: (134,229,246)

Color info

#86E5F6 contains mainly green and blue colors. Web safe color of #86E5F6 is #99CCFF (or #9CF).

RGB color model

#86E5F6 color RGB value is (134,229,246).

  • red value is 134;
  • green value is 229;
  • blue value is 246.
RGB:
(134,229,246)
(53%,90%,96%)

RGB channels and saturation

R 134 of 255 = 53%
G 229 of 255 = 90%
B 246 of 255 = 96%

134
229
246

R + G + B ~ 80%. #86E5F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 229 + 246 = 609 (100%)
R 134 of 609 ~ 22%
G 229 of 609 ~ 37.6%
B 246 of 609 ~ 40.39%

%22
%37.6
%40.39

CMYK color model

#86E5F6 color CMYK value is (46,7,0,4).

  • cyan value is 45.53%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(46,7,0,4)
C46M7Y0K4 
(46%,7%,0%,4%)
(0.46/0.07/0.00/0.04)	

CMYK percentages

%45.53
%6.91
%0
%3.53

Codes

Color #86E5F6 in popluar color models

86E5F6
RGB134229246
HSL189°86.15%74.51%
HSB/HSV189°45.53%96.47%
CMYK45.53%6.91%0.00%
3.53%

Color #86E5F6 in popluar number systems.

HEX86E5F6
Decimal134229246
Binary100001101110010111110110
Octal206345366

Shades and tints

Shades of #86E5F6

#86E5F6
(134,229,246)
#7AD1E0
(122,209,224)
#6EBDCA
(110,189,202)
#62A9B4
(98,169,180)
#56959E
(86,149,158)
#4A8188
(74,129,136)
#3E6D72
(62,109,114)
#32595C
(50,89,92)
#264546
(38,69,70)
#1A3130
(26,49,48)
#0E1D1A
(14,29,26)
#000000
(0,0,0)

Tints of #86E5F6

#86E5F6
(134,229,246)
#91E7F6
(145,231,246)
#9CE9F6
(156,233,246)
#A7EBF6
(167,235,246)
#B2EDF6
(178,237,246)
#BDEFF6
(189,239,246)
#C8F1F6
(200,241,246)
#D3F3F6
(211,243,246)
#DEF5F6
(222,245,246)
#E9F7F6
(233,247,246)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86E5F6 color. Also use rgb(134,229,246) instead hex code.

Text Font Color

.myTextColor { color: #86E5F6; }

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

This text font color is #86E5F6.


Background Color

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

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

This div background color is #86E5F6.


Border color

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

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

This div border color is #86E5F6.


Opacity

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

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

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

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

This text has shadow with #86E5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86E5F6 on black background.


Color preview on white background

This text has color #86E5F6 on white background.



Black color preview on #86E5F6 background

This text has black color on #86E5F6 background.


White color preview on #86E5F6 background

This text has white color on #86E5F6 background.