COLOR #86AFBE

HEX: #86AFBE
RGB: (134,175,190)

Color info

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

RGB color model

#86AFBE color RGB value is (134,175,190).

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

RGB channels and saturation

R 134 of 255 = 53%
G 175 of 255 = 69%
B 190 of 255 = 75%

134
175
190

R + G + B ~ 66%. #86AFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 175 + 190 = 499 (100%)
R 134 of 499 ~ 26.85%
G 175 of 499 ~ 35.07%
B 190 of 499 ~ 38.08%

%26.85
%35.07
%38.08

CMYK color model

#86AFBE color CMYK value is (29,8,0,25).

  • cyan value is 29.47%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(29,8,0,25)
C29M8Y0K25 
(29%,8%,0%,25%)
(0.29/0.08/0.00/0.25)	

CMYK percentages

%29.47
%7.89
%0
%25.49

Codes

Color #86AFBE in popluar color models

86AFBE
RGB134175190
HSL196°30.11%63.53%
HSB/HSV196°29.47%74.51%
CMYK29.47%7.89%0.00%
25.49%

Color #86AFBE in popluar number systems.

HEX86AFBE
Decimal134175190
Binary100001101010111110111110
Octal206257276

Shades and tints

Shades of #86AFBE

#86AFBE
(134,175,190)
#7AA0AD
(122,160,173)
#6E919C
(110,145,156)
#62828B
(98,130,139)
#56737A
(86,115,122)
#4A6469
(74,100,105)
#3E5558
(62,85,88)
#324647
(50,70,71)
#263736
(38,55,54)
#1A2825
(26,40,37)
#0E1914
(14,25,20)
#000000
(0,0,0)

Tints of #86AFBE

#86AFBE
(134,175,190)
#91B6C3
(145,182,195)
#9CBDC8
(156,189,200)
#A7C4CD
(167,196,205)
#B2CBD2
(178,203,210)
#BDD2D7
(189,210,215)
#C8D9DC
(200,217,220)
#D3E0E1
(211,224,225)
#DEE7E6
(222,231,230)
#E9EEEB
(233,238,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86AFBE; }

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

This text font color is #86AFBE.


Background Color

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

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

This div background color is #86AFBE.


Border color

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

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

This div border color is #86AFBE.


Opacity

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

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

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

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

This text has shadow with #86AFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86AFBE on black background.


Color preview on white background

This text has color #86AFBE on white background.



Black color preview on #86AFBE background

This text has black color on #86AFBE background.


White color preview on #86AFBE background

This text has white color on #86AFBE background.