COLOR #86C5E3

HEX: #86C5E3
RGB: (134,197,227)

Color info

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

RGB color model

#86C5E3 color RGB value is (134,197,227).

  • red value is 134;
  • green value is 197;
  • blue value is 227.
RGB:
(134,197,227)
(53%,77%,89%)

RGB channels and saturation

R 134 of 255 = 53%
G 197 of 255 = 77%
B 227 of 255 = 89%

134
197
227

R + G + B ~ 73%. #86C5E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 197 + 227 = 558 (100%)
R 134 of 558 ~ 24.01%
G 197 of 558 ~ 35.3%
B 227 of 558 ~ 40.68%

%24.01
%35.3
%40.68

CMYK color model

#86C5E3 color CMYK value is (41,13,0,11).

  • cyan value is 40.97%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(41,13,0,11)
C41M13Y0K11 
(41%,13%,0%,11%)
(0.41/0.13/0.00/0.11)	

CMYK percentages

%40.97
%13.22
%0
%10.98

Codes

Color #86C5E3 in popluar color models

86C5E3
RGB134197227
HSL199°62.42%70.78%
HSB/HSV199°40.97%89.02%
CMYK40.97%13.22%0.00%
10.98%

Color #86C5E3 in popluar number systems.

HEX86C5E3
Decimal134197227
Binary100001101100010111100011
Octal206305343

Shades and tints

Shades of #86C5E3

#86C5E3
(134,197,227)
#7AB4CF
(122,180,207)
#6EA3BB
(110,163,187)
#6292A7
(98,146,167)
#568193
(86,129,147)
#4A707F
(74,112,127)
#3E5F6B
(62,95,107)
#324E57
(50,78,87)
#263D43
(38,61,67)
#1A2C2F
(26,44,47)
#0E1B1B
(14,27,27)
#000000
(0,0,0)

Tints of #86C5E3

#86C5E3
(134,197,227)
#91CAE5
(145,202,229)
#9CCFE7
(156,207,231)
#A7D4E9
(167,212,233)
#B2D9EB
(178,217,235)
#BDDEED
(189,222,237)
#C8E3EF
(200,227,239)
#D3E8F1
(211,232,241)
#DEEDF3
(222,237,243)
#E9F2F5
(233,242,245)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86C5E3 color. Also use rgb(134,197,227) instead hex code.

Text Font Color

.myTextColor { color: #86C5E3; }

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

This text font color is #86C5E3.


Background Color

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

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

This div background color is #86C5E3.


Border color

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

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

This div border color is #86C5E3.


Opacity

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

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

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

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

This text has shadow with #86C5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C5E3 on black background.


Color preview on white background

This text has color #86C5E3 on white background.



Black color preview on #86C5E3 background

This text has black color on #86C5E3 background.


White color preview on #86C5E3 background

This text has white color on #86C5E3 background.