COLOR #86ABC4

HEX: #86ABC4 RGB: (134,171,196)

Color info

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

RGB color model

#86ABC4 color RGB value is (134,171,196).

RGB: (134,171,196) (53%, 67%, 77%)

RGB channels and saturation

R 134 of 255 = 53%
G 171 of 255 = 67%
B 196 of 255 = 77%

134
171
196

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

Portions of RGB colors in percentages

R + G + B = 134 + 171 + 196 = 501 (100%)
R 134 of 501 ~ 26.75%
G 171 of 501 ~ 34.13%
B 196 of 501 ~ 39.12'%

%26.75
%34.13
%39.12

CMYK color model

#86ABC4 color CMYK value is (32,13,0,23).

  • cyan value is 31.63%
  • magenta value is 12.76%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (32,13,0,23)
C32M13Y0K23 (32%, 13%, 0%, 23%)
(0.32 / 0.13 / 0.00 / 0.23)

CMYK percentages

%31.63
%12.76
%0
%23.14

Codes

Color #86ABC4 in popluar color models

86 AB C4
RGB 134 171 196
HSL 204° 34.44% 64.71%
HSB/HSV 204° 31.63% 76.86%
CMYK 31.63% 12.76% 0.00%
23.14%

Color #86ABC4 in popluar number systems.

HEX 86 AB C4
Decimal 134 171 196
Binary 10000110 10101011 11000100
Octal 206 253 304

Shades and tints

Shades of #86ABC4

#86ABC4
(134,171,196)
#7A9CB3
(122,156,179)
#6E8DA2
(110,141,162)
#627E91
(98,126,145)
#566F80
(86,111,128)
#4A606F
(74,96,111)
#3E515E
(62,81,94)
#32424D
(50,66,77)
#26333C
(38,51,60)
#1A242B
(26,36,43)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #86ABC4

#86ABC4
(134,171,196)
#91B2C9
(145,178,201)
#9CB9CE
(156,185,206)
#A7C0D3
(167,192,211)
#B2C7D8
(178,199,216)
#BDCEDD
(189,206,221)
#C8D5E2
(200,213,226)
#D3DCE7
(211,220,231)
#DEE3EC
(222,227,236)
#E9EAF1
(233,234,241)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86ABC4; }

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

This text font color is #86ABC4.

Background Color

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

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

This div background color is #86ABC4.

Border color

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

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

This div border color is #86ABC4.

Opacity

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

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

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

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

This text has shadow with #86ABC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86ABC4.

Preview

Color preview on black background

This text has color #86ABC4 on black background.


Color preview on white background

This text has color #86ABC4 on white background.


Black color preview on #86ABC4 background

This text has black color on #86ABC4 background.


White color preview on #86ABC4 background

This text has white color on #86ABC4 background.


Related colors

Complementary color

Complementary color for #hex is #79543B.


I love getcolorcode.com

Triadic colors

1 #C486AB and #ABC486 with #86ABC4 are triadic colors.

2 #C4AB86 and #AB86C4 with #86ABC4 are triadic colors.