COLOR #86D4E1

HEX: #86D4E1
RGB: (134,212,225)

Color info

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

RGB color model

#86D4E1 color RGB value is (134,212,225).

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

RGB channels and saturation

R 134 of 255 = 53%
G 212 of 255 = 83%
B 225 of 255 = 88%

134
212
225

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

Portions of RGB colors in percentages

R + G + B =
134 + 212 + 225 = 571 (100%)
R 134 of 571 ~ 23.47%
G 212 of 571 ~ 37.13%
B 225 of 571 ~ 39.4%

%23.47
%37.13
%39.4

CMYK color model

#86D4E1 color CMYK value is (40,6,0,12).

  • cyan value is 40.44%
  • magenta value is 5.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(40,6,0,12)
C40M6Y0K12 
(40%,6%,0%,12%)
(0.40/0.06/0.00/0.12)	

CMYK percentages

%40.44
%5.78
%0
%11.76

Codes

Color #86D4E1 in popluar color models

86D4E1
RGB134212225
HSL189°60.26%70.39%
HSB/HSV189°40.44%88.24%
CMYK40.44%5.78%0.00%
11.76%

Color #86D4E1 in popluar number systems.

HEX86D4E1
Decimal134212225
Binary100001101101010011100001
Octal206324341

Shades and tints

Shades of #86D4E1

#86D4E1
(134,212,225)
#7AC1CD
(122,193,205)
#6EAEB9
(110,174,185)
#629BA5
(98,155,165)
#568891
(86,136,145)
#4A757D
(74,117,125)
#3E6269
(62,98,105)
#324F55
(50,79,85)
#263C41
(38,60,65)
#1A292D
(26,41,45)
#0E1619
(14,22,25)
#000000
(0,0,0)

Tints of #86D4E1

#86D4E1
(134,212,225)
#91D7E3
(145,215,227)
#9CDAE5
(156,218,229)
#A7DDE7
(167,221,231)
#B2E0E9
(178,224,233)
#BDE3EB
(189,227,235)
#C8E6ED
(200,230,237)
#D3E9EF
(211,233,239)
#DEECF1
(222,236,241)
#E9EFF3
(233,239,243)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86D4E1; }

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

This text font color is #86D4E1.


Background Color

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

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

This div background color is #86D4E1.


Border color

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

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

This div border color is #86D4E1.


Opacity

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

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

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

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

This text has shadow with #86D4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86D4E1 on black background.


Color preview on white background

This text has color #86D4E1 on white background.



Black color preview on #86D4E1 background

This text has black color on #86D4E1 background.


White color preview on #86D4E1 background

This text has white color on #86D4E1 background.