COLOR #86B993

HEX: #86B993
RGB: (134,185,147)

Color info

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

RGB color model

#86B993 color RGB value is (134,185,147).

  • red value is 134;
  • green value is 185;
  • blue value is 147.
RGB:
(134,185,147)
(53%,73%,58%)

RGB channels and saturation

R 134 of 255 = 53%
G 185 of 255 = 73%
B 147 of 255 = 58%

134
185
147

R + G + B ~ 61%. #86B993 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 185 + 147 = 466 (100%)
R 134 of 466 ~ 28.76%
G 185 of 466 ~ 39.7%
B 147 of 466 ~ 31.55%

%28.76
%39.7
%31.55

CMYK color model

#86B993 color CMYK value is (28,0,21,27).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 27.45%
CMYK:
(28,0,21,27)
C28M0Y21K27 
(28%,0%,21%,27%)
(0.28/0.00/0.21/0.27)	

CMYK percentages

%27.57
%0
%20.54
%27.45

Codes

Color #86B993 in popluar color models

86B993
RGB134185147
HSL135°26.70%62.55%
HSB/HSV135°27.57%72.55%
CMYK27.57%0.00%20.54%
27.45%

Color #86B993 in popluar number systems.

HEX86B993
Decimal134185147
Binary100001101011100110010011
Octal206271223

Shades and tints

Shades of #86B993

#86B993
(134,185,147)
#7AA986
(122,169,134)
#6E9979
(110,153,121)
#62896C
(98,137,108)
#56795F
(86,121,95)
#4A6952
(74,105,82)
#3E5945
(62,89,69)
#324938
(50,73,56)
#26392B
(38,57,43)
#1A291E
(26,41,30)
#0E1911
(14,25,17)
#000000
(0,0,0)

Tints of #86B993

#86B993
(134,185,147)
#91BF9C
(145,191,156)
#9CC5A5
(156,197,165)
#A7CBAE
(167,203,174)
#B2D1B7
(178,209,183)
#BDD7C0
(189,215,192)
#C8DDC9
(200,221,201)
#D3E3D2
(211,227,210)
#DEE9DB
(222,233,219)
#E9EFE4
(233,239,228)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B993 color. Also use rgb(134,185,147) instead hex code.

Text Font Color

.myTextColor { color: #86B993; }

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

This text font color is #86B993.


Background Color

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

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

This div background color is #86B993.


Border color

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

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

This div border color is #86B993.


Opacity

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

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

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

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

This text has shadow with #86B993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B993 on black background.


Color preview on white background

This text has color #86B993 on white background.



Black color preview on #86B993 background

This text has black color on #86B993 background.


White color preview on #86B993 background

This text has white color on #86B993 background.