COLOR #86BDAC

HEX: #86BDAC RGB: (134,189,172)

Color info

#86BDAC contains red, green and blue colors in about the same proportion. Web safe color of #86BDAC is #99CC99 (or #9C9).

RGB color model

#86BDAC color RGB value is (134,189,172).

RGB: (134,189,172) (53%, 74%, 67%)

RGB channels and saturation

R 134 of 255 = 53%
G 189 of 255 = 74%
B 172 of 255 = 67%

134
189
172

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

Portions of RGB colors in percentages

R + G + B = 134 + 189 + 172 = 495 (100%)
R 134 of 495 ~ 27.07%
G 189 of 495 ~ 38.18%
B 172 of 495 ~ 34.75'%

%27.07
%38.18
%34.75

CMYK color model

#86BDAC color CMYK value is (29,0,9,26).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 8.99%
  • key color value is 25.88%

CMYK: (29,0,9,26)
C29M0Y9K26 (29%, 0%, 9%, 26%)
(0.29 / 0.00 / 0.09 / 0.26)

CMYK percentages

%29.1
%0
%8.99
%25.88

Codes

Color #86BDAC in popluar color models

86 BD AC
RGB 134 189 172
HSL 161° 29.41% 63.33%
HSB/HSV 161° 29.10% 74.12%
CMYK 29.10% 0.00% 8.99%
25.88%

Color #86BDAC in popluar number systems.

HEX 86 BD AC
Decimal 134 189 172
Binary 10000110 10111101 10101100
Octal 206 275 254

Shades and tints

Shades of #86BDAC

#86BDAC
(134,189,172)
#7AAC9D
(122,172,157)
#6E9B8E
(110,155,142)
#628A7F
(98,138,127)
#567970
(86,121,112)
#4A6861
(74,104,97)
#3E5752
(62,87,82)
#324643
(50,70,67)
#263534
(38,53,52)
#1A2425
(26,36,37)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #86BDAC

#86BDAC
(134,189,172)
#91C3B3
(145,195,179)
#9CC9BA
(156,201,186)
#A7CFC1
(167,207,193)
#B2D5C8
(178,213,200)
#BDDBCF
(189,219,207)
#C8E1D6
(200,225,214)
#D3E7DD
(211,231,221)
#DEEDE4
(222,237,228)
#E9F3EB
(233,243,235)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86BDAC color. Also use rgb(134,189,172) instead hex code.

Text Font Color

.myTextColor { color: #86BDAC; }

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

This text font color is #86BDAC.

Background Color

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

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

This div background color is #86BDAC.

Border color

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

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

This div border color is #86BDAC.

Opacity

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

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

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

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

This text has shadow with #86BDAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86BDAC.

Preview

Color preview on black background

This text has color #86BDAC on black background.


Color preview on white background

This text has color #86BDAC on white background.


Black color preview on #86BDAC background

This text has black color on #86BDAC background.


White color preview on #86BDAC background

This text has white color on #86BDAC background.


Related colors

Complementary color

Complementary color for #hex is #794253.


I love getcolorcode.com

Triadic colors

1 #AC86BD and #BDAC86 with #86BDAC are triadic colors.

2 #ACBD86 and #BD86AC with #86BDAC are triadic colors.