COLOR #86B4D5

HEX: #86B4D5
RGB: (134,180,213)

Color info

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

RGB color model

#86B4D5 color RGB value is (134,180,213).

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

RGB channels and saturation

R 134 of 255 = 53%
G 180 of 255 = 71%
B 213 of 255 = 84%

134
180
213

R + G + B ~ 69%. #86B4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 180 + 213 = 527 (100%)
R 134 of 527 ~ 25.43%
G 180 of 527 ~ 34.16%
B 213 of 527 ~ 40.42%

%25.43
%34.16
%40.42

CMYK color model

#86B4D5 color CMYK value is (37,15,0,16).

  • cyan value is 37.09%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(37,15,0,16)
C37M15Y0K16 
(37%,15%,0%,16%)
(0.37/0.15/0.00/0.16)	

CMYK percentages

%37.09
%15.49
%0
%16.47

Codes

Color #86B4D5 in popluar color models

86B4D5
RGB134180213
HSL205°48.47%68.04%
HSB/HSV205°37.09%83.53%
CMYK37.09%15.49%0.00%
16.47%

Color #86B4D5 in popluar number systems.

HEX86B4D5
Decimal134180213
Binary100001101011010011010101
Octal206264325

Shades and tints

Shades of #86B4D5

#86B4D5
(134,180,213)
#7AA4C2
(122,164,194)
#6E94AF
(110,148,175)
#62849C
(98,132,156)
#567489
(86,116,137)
#4A6476
(74,100,118)
#3E5463
(62,84,99)
#324450
(50,68,80)
#26343D
(38,52,61)
#1A242A
(26,36,42)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #86B4D5

#86B4D5
(134,180,213)
#91BAD8
(145,186,216)
#9CC0DB
(156,192,219)
#A7C6DE
(167,198,222)
#B2CCE1
(178,204,225)
#BDD2E4
(189,210,228)
#C8D8E7
(200,216,231)
#D3DEEA
(211,222,234)
#DEE4ED
(222,228,237)
#E9EAF0
(233,234,240)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B4D5; }

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

This text font color is #86B4D5.


Background Color

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

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

This div background color is #86B4D5.


Border color

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

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

This div border color is #86B4D5.


Opacity

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

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

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

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

This text has shadow with #86B4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B4D5 on black background.


Color preview on white background

This text has color #86B4D5 on white background.



Black color preview on #86B4D5 background

This text has black color on #86B4D5 background.


White color preview on #86B4D5 background

This text has white color on #86B4D5 background.