COLOR #86B994

HEX: #86B994
RGB: (134,185,148)

Color info

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

RGB color model

#86B994 color RGB value is (134,185,148).

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

RGB channels and saturation

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

134
185
148

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

Portions of RGB colors in percentages

R + G + B =
134 + 185 + 148 = 467 (100%)
R 134 of 467 ~ 28.69%
G 185 of 467 ~ 39.61%
B 148 of 467 ~ 31.69%

%28.69
%39.61
%31.69

CMYK color model

#86B994 color CMYK value is (28,0,20,27).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 27.45%
CMYK:
(28,0,20,27)
C28M0Y20K27 
(28%,0%,20%,27%)
(0.28/0.00/0.20/0.27)	

CMYK percentages

%27.57
%0
%20
%27.45

Codes

Color #86B994 in popluar color models

86B994
RGB134185148
HSL136°26.70%62.55%
HSB/HSV136°27.57%72.55%
CMYK27.57%0.00%20.00%
27.45%

Color #86B994 in popluar number systems.

HEX86B994
Decimal134185148
Binary100001101011100110010100
Octal206271224

Shades and tints

Shades of #86B994

#86B994
(134,185,148)
#7AA987
(122,169,135)
#6E997A
(110,153,122)
#62896D
(98,137,109)
#567960
(86,121,96)
#4A6953
(74,105,83)
#3E5946
(62,89,70)
#324939
(50,73,57)
#26392C
(38,57,44)
#1A291F
(26,41,31)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #86B994

#86B994
(134,185,148)
#91BF9D
(145,191,157)
#9CC5A6
(156,197,166)
#A7CBAF
(167,203,175)
#B2D1B8
(178,209,184)
#BDD7C1
(189,215,193)
#C8DDCA
(200,221,202)
#D3E3D3
(211,227,211)
#DEE9DC
(222,233,220)
#E9EFE5
(233,239,229)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B994; }

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

This text font color is #86B994.


Background Color

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

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

This div background color is #86B994.


Border color

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

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

This div border color is #86B994.


Opacity

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

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

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

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

This text has shadow with #86B994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B994 on black background.


Color preview on white background

This text has color #86B994 on white background.



Black color preview on #86B994 background

This text has black color on #86B994 background.


White color preview on #86B994 background

This text has white color on #86B994 background.