COLOR #86AFC6

HEX: #86AFC6
RGB: (134,175,198)

Color info

#86AFC6 contains mainly green and blue colors. Web safe color of #86AFC6 is #9999CC (or #99C).

RGB color model

#86AFC6 color RGB value is (134,175,198).

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

RGB channels and saturation

R 134 of 255 = 53%
G 175 of 255 = 69%
B 198 of 255 = 78%

134
175
198

R + G + B ~ 67%. #86AFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 175 + 198 = 507 (100%)
R 134 of 507 ~ 26.43%
G 175 of 507 ~ 34.52%
B 198 of 507 ~ 39.05%

%26.43
%34.52
%39.05

CMYK color model

#86AFC6 color CMYK value is (32,12,0,22).

  • cyan value is 32.32%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(32,12,0,22)
C32M12Y0K22 
(32%,12%,0%,22%)
(0.32/0.12/0.00/0.22)	

CMYK percentages

%32.32
%11.62
%0
%22.35

Codes

Color #86AFC6 in popluar color models

86AFC6
RGB134175198
HSL202°35.96%65.10%
HSB/HSV202°32.32%77.65%
CMYK32.32%11.62%0.00%
22.35%

Color #86AFC6 in popluar number systems.

HEX86AFC6
Decimal134175198
Binary100001101010111111000110
Octal206257306

Shades and tints

Shades of #86AFC6

#86AFC6
(134,175,198)
#7AA0B4
(122,160,180)
#6E91A2
(110,145,162)
#628290
(98,130,144)
#56737E
(86,115,126)
#4A646C
(74,100,108)
#3E555A
(62,85,90)
#324648
(50,70,72)
#263736
(38,55,54)
#1A2824
(26,40,36)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #86AFC6

#86AFC6
(134,175,198)
#91B6CB
(145,182,203)
#9CBDD0
(156,189,208)
#A7C4D5
(167,196,213)
#B2CBDA
(178,203,218)
#BDD2DF
(189,210,223)
#C8D9E4
(200,217,228)
#D3E0E9
(211,224,233)
#DEE7EE
(222,231,238)
#E9EEF3
(233,238,243)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86AFC6; }

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

This text font color is #86AFC6.


Background Color

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

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

This div background color is #86AFC6.


Border color

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

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

This div border color is #86AFC6.


Opacity

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

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

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

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

This text has shadow with #86AFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86AFC6 on black background.


Color preview on white background

This text has color #86AFC6 on white background.



Black color preview on #86AFC6 background

This text has black color on #86AFC6 background.


White color preview on #86AFC6 background

This text has white color on #86AFC6 background.