COLOR #86BD9D

HEX: #86BD9D
RGB: (134,189,157)

Color info

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

RGB color model

#86BD9D color RGB value is (134,189,157).

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

RGB channels and saturation

R 134 of 255 = 53%
G 189 of 255 = 74%
B 157 of 255 = 62%

134
189
157

R + G + B ~ 63%. #86BD9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 189 + 157 = 480 (100%)
R 134 of 480 ~ 27.92%
G 189 of 480 ~ 39.38%
B 157 of 480 ~ 32.71%

%27.92
%39.38
%32.71

CMYK color model

#86BD9D color CMYK value is (29,0,17,26).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(29,0,17,26)
C29M0Y17K26 
(29%,0%,17%,26%)
(0.29/0.00/0.17/0.26)	

CMYK percentages

%29.1
%0
%16.93
%25.88

Codes

Color #86BD9D in popluar color models

86BD9D
RGB134189157
HSL145°29.41%63.33%
HSB/HSV145°29.10%74.12%
CMYK29.10%0.00%16.93%
25.88%

Color #86BD9D in popluar number systems.

HEX86BD9D
Decimal134189157
Binary100001101011110110011101
Octal206275235

Shades and tints

Shades of #86BD9D

#86BD9D
(134,189,157)
#7AAC8F
(122,172,143)
#6E9B81
(110,155,129)
#628A73
(98,138,115)
#567965
(86,121,101)
#4A6857
(74,104,87)
#3E5749
(62,87,73)
#32463B
(50,70,59)
#26352D
(38,53,45)
#1A241F
(26,36,31)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #86BD9D

#86BD9D
(134,189,157)
#91C3A5
(145,195,165)
#9CC9AD
(156,201,173)
#A7CFB5
(167,207,181)
#B2D5BD
(178,213,189)
#BDDBC5
(189,219,197)
#C8E1CD
(200,225,205)
#D3E7D5
(211,231,213)
#DEEDDD
(222,237,221)
#E9F3E5
(233,243,229)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86BD9D; }

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

This text font color is #86BD9D.


Background Color

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

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

This div background color is #86BD9D.


Border color

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

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

This div border color is #86BD9D.


Opacity

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

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

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

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

This text has shadow with #86BD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BD9D on black background.


Color preview on white background

This text has color #86BD9D on white background.



Black color preview on #86BD9D background

This text has black color on #86BD9D background.


White color preview on #86BD9D background

This text has white color on #86BD9D background.