COLOR #86AFB6

HEX: #86AFB6
RGB: (134,175,182)

Color info

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

RGB color model

#86AFB6 color RGB value is (134,175,182).

  • red value is 134;
  • green value is 175;
  • blue value is 182.
RGB:
(134,175,182)
(53%,69%,71%)

RGB channels and saturation

R 134 of 255 = 53%
G 175 of 255 = 69%
B 182 of 255 = 71%

134
175
182

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

Portions of RGB colors in percentages

R + G + B =
134 + 175 + 182 = 491 (100%)
R 134 of 491 ~ 27.29%
G 175 of 491 ~ 35.64%
B 182 of 491 ~ 37.07%

%27.29
%35.64
%37.07

CMYK color model

#86AFB6 color CMYK value is (26,4,0,29).

  • cyan value is 26.37%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(26,4,0,29)
C26M4Y0K29 
(26%,4%,0%,29%)
(0.26/0.04/0.00/0.29)	

CMYK percentages

%26.37
%3.85
%0
%28.63

Codes

Color #86AFB6 in popluar color models

86AFB6
RGB134175182
HSL189°24.74%61.96%
HSB/HSV189°26.37%71.37%
CMYK26.37%3.85%0.00%
28.63%

Color #86AFB6 in popluar number systems.

HEX86AFB6
Decimal134175182
Binary100001101010111110110110
Octal206257266

Shades and tints

Shades of #86AFB6

#86AFB6
(134,175,182)
#7AA0A6
(122,160,166)
#6E9196
(110,145,150)
#628286
(98,130,134)
#567376
(86,115,118)
#4A6466
(74,100,102)
#3E5556
(62,85,86)
#324646
(50,70,70)
#263736
(38,55,54)
#1A2826
(26,40,38)
#0E1916
(14,25,22)
#000000
(0,0,0)

Tints of #86AFB6

#86AFB6
(134,175,182)
#91B6BC
(145,182,188)
#9CBDC2
(156,189,194)
#A7C4C8
(167,196,200)
#B2CBCE
(178,203,206)
#BDD2D4
(189,210,212)
#C8D9DA
(200,217,218)
#D3E0E0
(211,224,224)
#DEE7E6
(222,231,230)
#E9EEEC
(233,238,236)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86AFB6 color. Also use rgb(134,175,182) instead hex code.

Text Font Color

.myTextColor { color: #86AFB6; }

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

This text font color is #86AFB6.


Background Color

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

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

This div background color is #86AFB6.


Border color

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

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

This div border color is #86AFB6.


Opacity

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

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

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

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

This text has shadow with #86AFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86AFB6 on black background.


Color preview on white background

This text has color #86AFB6 on white background.



Black color preview on #86AFB6 background

This text has black color on #86AFB6 background.


White color preview on #86AFB6 background

This text has white color on #86AFB6 background.