COLOR #86B1CC

HEX: #86B1CC RGB: (134,177,204)

Color info

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

RGB color model

#86B1CC color RGB value is (134,177,204).

RGB: (134,177,204) (53%, 69%, 80%)

RGB channels and saturation

R 134 of 255 = 53%
G 177 of 255 = 69%
B 204 of 255 = 80%

134
177
204

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

Portions of RGB colors in percentages

R + G + B = 134 + 177 + 204 = 515 (100%)
R 134 of 515 ~ 26.02%
G 177 of 515 ~ 34.37%
B 204 of 515 ~ 39.61'%

%26.02
%34.37
%39.61

CMYK color model

#86B1CC color CMYK value is (34,13,0,20).

  • cyan value is 34.31%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (34,13,0,20) C34M13Y0K20 (34%,13%,0%,20%) (0.34/0.13/0.00/0.20) 

CMYK percentages

%34.31
%13.24
%0
%20

Codes

Color #86B1CC in popluar color models

86 B1 CC
RGB 134 177 204
HSL 203° 40.70% 66.27%
HSB/HSV 203° 34.31% 80.00%
CMYK 34.31% 13.24% 0.00%
20.00%

Color #86B1CC in popluar number systems.

HEX 86 B1 CC
Decimal 134 177 204
Binary 10000110 10110001 11001100
Octal 206 261 314

Shades and tints

Shades of #86B1CC

#86B1CC
(134,177,204)
#7AA1BA
(122,161,186)
#6E91A8
(110,145,168)
#628196
(98,129,150)
#567184
(86,113,132)
#4A6172
(74,97,114)
#3E5160
(62,81,96)
#32414E
(50,65,78)
#26313C
(38,49,60)
#1A212A
(26,33,42)
#0E1118
(14,17,24)
#000000
(0,0,0)

Tints of #86B1CC

#86B1CC
(134,177,204)
#91B8D0
(145,184,208)
#9CBFD4
(156,191,212)
#A7C6D8
(167,198,216)
#B2CDDC
(178,205,220)
#BDD4E0
(189,212,224)
#C8DBE4
(200,219,228)
#D3E2E8
(211,226,232)
#DEE9EC
(222,233,236)
#E9F0F0
(233,240,240)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B1CC color. Also use rgb(134,177,204) instead hex code.

Text Font Color

.myTextColor { color: #86B1CC; }

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

This text font color is #86B1CC.

Background Color

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

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

This div background color is #86B1CC.

Border color

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

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

This div border color is #86B1CC.

Opacity

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

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

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

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

This text has shadow with #86B1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86B1CC.

Preview

Color preview on black background

This text has color #86B1CC on black background.


Color preview on white background

This text has color #86B1CC on white background.


Black color preview on #86B1CC background

This text has black color on #86B1CC background.


White color preview on #86B1CC background

This text has white color on #86B1CC background.


Related colors

Complementary color

Complementary color for #hex is #794E33.


I love getcolorcode.com

Triadic colors

1 #CC86B1 and #B1CC86 with #86B1CC are triadic colors.

2 #CCB186 and #B186CC with #86B1CC are triadic colors.