COLOR #86A7C4

HEX: #86A7C4
RGB: (134,167,196)

Color info

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

RGB color model

#86A7C4 color RGB value is (134,167,196).

  • red value is 134;
  • green value is 167;
  • blue value is 196.
RGB:
(134,167,196)
(53%,65%,77%)

RGB channels and saturation

R 134 of 255 = 53%
G 167 of 255 = 65%
B 196 of 255 = 77%

134
167
196

R + G + B ~ 65%. #86A7C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 167 + 196 = 497 (100%)
R 134 of 497 ~ 26.96%
G 167 of 497 ~ 33.6%
B 196 of 497 ~ 39.44%

%26.96
%33.6
%39.44

CMYK color model

#86A7C4 color CMYK value is (32,15,0,23).

  • cyan value is 31.63%
  • magenta value is 14.80%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(32,15,0,23)
C32M15Y0K23 
(32%,15%,0%,23%)
(0.32/0.15/0.00/0.23)	

CMYK percentages

%31.63
%14.8
%0
%23.14

Codes

Color #86A7C4 in popluar color models

86A7C4
RGB134167196
HSL208°34.44%64.71%
HSB/HSV208°31.63%76.86%
CMYK31.63%14.80%0.00%
23.14%

Color #86A7C4 in popluar number systems.

HEX86A7C4
Decimal134167196
Binary100001101010011111000100
Octal206247304

Shades and tints

Shades of #86A7C4

#86A7C4
(134,167,196)
#7A98B3
(122,152,179)
#6E89A2
(110,137,162)
#627A91
(98,122,145)
#566B80
(86,107,128)
#4A5C6F
(74,92,111)
#3E4D5E
(62,77,94)
#323E4D
(50,62,77)
#262F3C
(38,47,60)
#1A202B
(26,32,43)
#0E111A
(14,17,26)
#000000
(0,0,0)

Tints of #86A7C4

#86A7C4
(134,167,196)
#91AFC9
(145,175,201)
#9CB7CE
(156,183,206)
#A7BFD3
(167,191,211)
#B2C7D8
(178,199,216)
#BDCFDD
(189,207,221)
#C8D7E2
(200,215,226)
#D3DFE7
(211,223,231)
#DEE7EC
(222,231,236)
#E9EFF1
(233,239,241)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A7C4 color. Also use rgb(134,167,196) instead hex code.

Text Font Color

.myTextColor { color: #86A7C4; }

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

This text font color is #86A7C4.


Background Color

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

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

This div background color is #86A7C4.


Border color

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

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

This div border color is #86A7C4.


Opacity

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

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

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

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

This text has shadow with #86A7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A7C4 on black background.


Color preview on white background

This text has color #86A7C4 on white background.



Black color preview on #86A7C4 background

This text has black color on #86A7C4 background.


White color preview on #86A7C4 background

This text has white color on #86A7C4 background.