COLOR #86AABB

HEX: #86AABB
RGB: (134,170,187)

Color info

#86AABB contains red, green and blue colors in about the same proportion. Web safe color of #86AABB is #9999CC (or #99C).

RGB color model

#86AABB color RGB value is (134,170,187).

  • red value is 134;
  • green value is 170;
  • blue value is 187.
RGB:
(134,170,187)
(53%,67%,73%)

RGB channels and saturation

R 134 of 255 = 53%
G 170 of 255 = 67%
B 187 of 255 = 73%

134
170
187

R + G + B ~ 64%. #86AABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 170 + 187 = 491 (100%)
R 134 of 491 ~ 27.29%
G 170 of 491 ~ 34.62%
B 187 of 491 ~ 38.09%

%27.29
%34.62
%38.09

CMYK color model

#86AABB color CMYK value is (28,9,0,27).

  • cyan value is 28.34%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(28,9,0,27)
C28M9Y0K27 
(28%,9%,0%,27%)
(0.28/0.09/0.00/0.27)	

CMYK percentages

%28.34
%9.09
%0
%26.67

Codes

Color #86AABB in popluar color models

86AABB
RGB134170187
HSL199°28.04%62.94%
HSB/HSV199°28.34%73.33%
CMYK28.34%9.09%0.00%
26.67%

Color #86AABB in popluar number systems.

HEX86AABB
Decimal134170187
Binary100001101010101010111011
Octal206252273

Shades and tints

Shades of #86AABB

#86AABB
(134,170,187)
#7A9BAA
(122,155,170)
#6E8C99
(110,140,153)
#627D88
(98,125,136)
#566E77
(86,110,119)
#4A5F66
(74,95,102)
#3E5055
(62,80,85)
#324144
(50,65,68)
#263233
(38,50,51)
#1A2322
(26,35,34)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #86AABB

#86AABB
(134,170,187)
#91B1C1
(145,177,193)
#9CB8C7
(156,184,199)
#A7BFCD
(167,191,205)
#B2C6D3
(178,198,211)
#BDCDD9
(189,205,217)
#C8D4DF
(200,212,223)
#D3DBE5
(211,219,229)
#DEE2EB
(222,226,235)
#E9E9F1
(233,233,241)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86AABB color. Also use rgb(134,170,187) instead hex code.

Text Font Color

.myTextColor { color: #86AABB; }

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

This text font color is #86AABB.


Background Color

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

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

This div background color is #86AABB.


Border color

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

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

This div border color is #86AABB.


Opacity

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

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

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

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

This text has shadow with #86AABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86AABB on black background.


Color preview on white background

This text has color #86AABB on white background.



Black color preview on #86AABB background

This text has black color on #86AABB background.


White color preview on #86AABB background

This text has white color on #86AABB background.