COLOR #86BE9B

HEX: #86BE9B
RGB: (134,190,155)

Color info

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

RGB color model

#86BE9B color RGB value is (134,190,155).

  • red value is 134;
  • green value is 190;
  • blue value is 155.
RGB:
(134,190,155)
(53%,75%,61%)

RGB channels and saturation

R 134 of 255 = 53%
G 190 of 255 = 75%
B 155 of 255 = 61%

134
190
155

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

Portions of RGB colors in percentages

R + G + B =
134 + 190 + 155 = 479 (100%)
R 134 of 479 ~ 27.97%
G 190 of 479 ~ 39.67%
B 155 of 479 ~ 32.36%

%27.97
%39.67
%32.36

CMYK color model

#86BE9B color CMYK value is (29,0,18,25).

  • cyan value is 29.47%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 25.49%
CMYK:
(29,0,18,25)
C29M0Y18K25 
(29%,0%,18%,25%)
(0.29/0.00/0.18/0.25)	

CMYK percentages

%29.47
%0
%18.42
%25.49

Codes

Color #86BE9B in popluar color models

86BE9B
RGB134190155
HSL143°30.11%63.53%
HSB/HSV143°29.47%74.51%
CMYK29.47%0.00%18.42%
25.49%

Color #86BE9B in popluar number systems.

HEX86BE9B
Decimal134190155
Binary100001101011111010011011
Octal206276233

Shades and tints

Shades of #86BE9B

#86BE9B
(134,190,155)
#7AAD8D
(122,173,141)
#6E9C7F
(110,156,127)
#628B71
(98,139,113)
#567A63
(86,122,99)
#4A6955
(74,105,85)
#3E5847
(62,88,71)
#324739
(50,71,57)
#26362B
(38,54,43)
#1A251D
(26,37,29)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #86BE9B

#86BE9B
(134,190,155)
#91C3A4
(145,195,164)
#9CC8AD
(156,200,173)
#A7CDB6
(167,205,182)
#B2D2BF
(178,210,191)
#BDD7C8
(189,215,200)
#C8DCD1
(200,220,209)
#D3E1DA
(211,225,218)
#DEE6E3
(222,230,227)
#E9EBEC
(233,235,236)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86BE9B color. Also use rgb(134,190,155) instead hex code.

Text Font Color

.myTextColor { color: #86BE9B; }

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

This text font color is #86BE9B.


Background Color

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

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

This div background color is #86BE9B.


Border color

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

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

This div border color is #86BE9B.


Opacity

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

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

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

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

This text has shadow with #86BE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BE9B on black background.


Color preview on white background

This text has color #86BE9B on white background.



Black color preview on #86BE9B background

This text has black color on #86BE9B background.


White color preview on #86BE9B background

This text has white color on #86BE9B background.