COLOR #86BDA6

HEX: #86BDA6
RGB: (134,189,166)

Color info

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

RGB color model

#86BDA6 color RGB value is (134,189,166).

  • red value is 134;
  • green value is 189;
  • blue value is 166.
RGB:
(134,189,166)
(53%,74%,65%)

RGB channels and saturation

R 134 of 255 = 53%
G 189 of 255 = 74%
B 166 of 255 = 65%

134
189
166

R + G + B ~ 64%. #86BDA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 189 + 166 = 489 (100%)
R 134 of 489 ~ 27.4%
G 189 of 489 ~ 38.65%
B 166 of 489 ~ 33.95%

%27.4
%38.65
%33.95

CMYK color model

#86BDA6 color CMYK value is (29,0,12,26).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 12.17%
  • key color value is 25.88%
CMYK:
(29,0,12,26)
C29M0Y12K26 
(29%,0%,12%,26%)
(0.29/0.00/0.12/0.26)	

CMYK percentages

%29.1
%0
%12.17
%25.88

Codes

Color #86BDA6 in popluar color models

86BDA6
RGB134189166
HSL155°29.41%63.33%
HSB/HSV155°29.10%74.12%
CMYK29.10%0.00%12.17%
25.88%

Color #86BDA6 in popluar number systems.

HEX86BDA6
Decimal134189166
Binary100001101011110110100110
Octal206275246

Shades and tints

Shades of #86BDA6

#86BDA6
(134,189,166)
#7AAC97
(122,172,151)
#6E9B88
(110,155,136)
#628A79
(98,138,121)
#56796A
(86,121,106)
#4A685B
(74,104,91)
#3E574C
(62,87,76)
#32463D
(50,70,61)
#26352E
(38,53,46)
#1A241F
(26,36,31)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #86BDA6

#86BDA6
(134,189,166)
#91C3AE
(145,195,174)
#9CC9B6
(156,201,182)
#A7CFBE
(167,207,190)
#B2D5C6
(178,213,198)
#BDDBCE
(189,219,206)
#C8E1D6
(200,225,214)
#D3E7DE
(211,231,222)
#DEEDE6
(222,237,230)
#E9F3EE
(233,243,238)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86BDA6; }

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

This text font color is #86BDA6.


Background Color

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

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

This div background color is #86BDA6.


Border color

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

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

This div border color is #86BDA6.


Opacity

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

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

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

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

This text has shadow with #86BDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BDA6 on black background.


Color preview on white background

This text has color #86BDA6 on white background.



Black color preview on #86BDA6 background

This text has black color on #86BDA6 background.


White color preview on #86BDA6 background

This text has white color on #86BDA6 background.