COLOR #86B4CF

HEX: #86B4CF
RGB: (134,180,207)

Color info

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

RGB color model

#86B4CF color RGB value is (134,180,207).

  • red value is 134;
  • green value is 180;
  • blue value is 207.
RGB:
(134,180,207)
(53%,71%,81%)

RGB channels and saturation

R 134 of 255 = 53%
G 180 of 255 = 71%
B 207 of 255 = 81%

134
180
207

R + G + B ~ 68%. #86B4CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 180 + 207 = 521 (100%)
R 134 of 521 ~ 25.72%
G 180 of 521 ~ 34.55%
B 207 of 521 ~ 39.73%

%25.72
%34.55
%39.73

CMYK color model

#86B4CF color CMYK value is (35,13,0,19).

  • cyan value is 35.27%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(35,13,0,19)
C35M13Y0K19 
(35%,13%,0%,19%)
(0.35/0.13/0.00/0.19)	

CMYK percentages

%35.27
%13.04
%0
%18.82

Codes

Color #86B4CF in popluar color models

86B4CF
RGB134180207
HSL202°43.20%66.86%
HSB/HSV202°35.27%81.18%
CMYK35.27%13.04%0.00%
18.82%

Color #86B4CF in popluar number systems.

HEX86B4CF
Decimal134180207
Binary100001101011010011001111
Octal206264317

Shades and tints

Shades of #86B4CF

#86B4CF
(134,180,207)
#7AA4BD
(122,164,189)
#6E94AB
(110,148,171)
#628499
(98,132,153)
#567487
(86,116,135)
#4A6475
(74,100,117)
#3E5463
(62,84,99)
#324451
(50,68,81)
#26343F
(38,52,63)
#1A242D
(26,36,45)
#0E141B
(14,20,27)
#000000
(0,0,0)

Tints of #86B4CF

#86B4CF
(134,180,207)
#91BAD3
(145,186,211)
#9CC0D7
(156,192,215)
#A7C6DB
(167,198,219)
#B2CCDF
(178,204,223)
#BDD2E3
(189,210,227)
#C8D8E7
(200,216,231)
#D3DEEB
(211,222,235)
#DEE4EF
(222,228,239)
#E9EAF3
(233,234,243)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B4CF color. Also use rgb(134,180,207) instead hex code.

Text Font Color

.myTextColor { color: #86B4CF; }

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

This text font color is #86B4CF.


Background Color

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

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

This div background color is #86B4CF.


Border color

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

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

This div border color is #86B4CF.


Opacity

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

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

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

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

This text has shadow with #86B4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B4CF on black background.


Color preview on white background

This text has color #86B4CF on white background.



Black color preview on #86B4CF background

This text has black color on #86B4CF background.


White color preview on #86B4CF background

This text has white color on #86B4CF background.