COLOR #86A988

HEX: #86A988
RGB: (134,169,136)

Color info

#86A988 contains red, green and blue colors in about the same proportion. Web safe color of #86A988 is #999999 (or #999).

RGB color model

#86A988 color RGB value is (134,169,136).

  • red value is 134;
  • green value is 169;
  • blue value is 136.
RGB:
(134,169,136)
(53%,66%,53%)

RGB channels and saturation

R 134 of 255 = 53%
G 169 of 255 = 66%
B 136 of 255 = 53%

134
169
136

R + G + B ~ 57%. #86A988 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 169 + 136 = 439 (100%)
R 134 of 439 ~ 30.52%
G 169 of 439 ~ 38.5%
B 136 of 439 ~ 30.98%

%30.52
%38.5
%30.98

CMYK color model

#86A988 color CMYK value is (21,0,20,34).

  • cyan value is 20.71%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 33.73%
CMYK:
(21,0,20,34)
C21M0Y20K34 
(21%,0%,20%,34%)
(0.21/0.00/0.20/0.34)	

CMYK percentages

%20.71
%0
%19.53
%33.73

Codes

Color #86A988 in popluar color models

86A988
RGB134169136
HSL123°16.91%59.41%
HSB/HSV123°20.71%66.27%
CMYK20.71%0.00%19.53%
33.73%

Color #86A988 in popluar number systems.

HEX86A988
Decimal134169136
Binary100001101010100110001000
Octal206251210

Shades and tints

Shades of #86A988

#86A988
(134,169,136)
#7A9A7C
(122,154,124)
#6E8B70
(110,139,112)
#627C64
(98,124,100)
#566D58
(86,109,88)
#4A5E4C
(74,94,76)
#3E4F40
(62,79,64)
#324034
(50,64,52)
#263128
(38,49,40)
#1A221C
(26,34,28)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #86A988

#86A988
(134,169,136)
#91B092
(145,176,146)
#9CB79C
(156,183,156)
#A7BEA6
(167,190,166)
#B2C5B0
(178,197,176)
#BDCCBA
(189,204,186)
#C8D3C4
(200,211,196)
#D3DACE
(211,218,206)
#DEE1D8
(222,225,216)
#E9E8E2
(233,232,226)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86A988 color. Also use rgb(134,169,136) instead hex code.

Text Font Color

.myTextColor { color: #86A988; }

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

This text font color is #86A988.


Background Color

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

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

This div background color is #86A988.


Border color

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

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

This div border color is #86A988.


Opacity

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

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

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

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

This text has shadow with #86A988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A988 on black background.


Color preview on white background

This text has color #86A988 on white background.



Black color preview on #86A988 background

This text has black color on #86A988 background.


White color preview on #86A988 background

This text has white color on #86A988 background.