COLOR #86BB88

HEX: #86BB88
RGB: (134,187,136)

Color info

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

RGB color model

#86BB88 color RGB value is (134,187,136).

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

RGB channels and saturation

R 134 of 255 = 53%
G 187 of 255 = 73%
B 136 of 255 = 53%

134
187
136

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

Portions of RGB colors in percentages

R + G + B =
134 + 187 + 136 = 457 (100%)
R 134 of 457 ~ 29.32%
G 187 of 457 ~ 40.92%
B 136 of 457 ~ 29.76%

%29.32
%40.92
%29.76

CMYK color model

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

  • cyan value is 28.34%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 26.67%
CMYK:
(28,0,27,27)
C28M0Y27K27 
(28%,0%,27%,27%)
(0.28/0.00/0.27/0.27)	

CMYK percentages

%28.34
%0
%27.27
%26.67

Codes

Color #86BB88 in popluar color models

86BB88
RGB134187136
HSL122°28.04%62.94%
HSB/HSV122°28.34%73.33%
CMYK28.34%0.00%27.27%
26.67%

Color #86BB88 in popluar number systems.

HEX86BB88
Decimal134187136
Binary100001101011101110001000
Octal206273210

Shades and tints

Shades of #86BB88

#86BB88
(134,187,136)
#7AAA7C
(122,170,124)
#6E9970
(110,153,112)
#628864
(98,136,100)
#567758
(86,119,88)
#4A664C
(74,102,76)
#3E5540
(62,85,64)
#324434
(50,68,52)
#263328
(38,51,40)
#1A221C
(26,34,28)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #86BB88

#86BB88
(134,187,136)
#91C192
(145,193,146)
#9CC79C
(156,199,156)
#A7CDA6
(167,205,166)
#B2D3B0
(178,211,176)
#BDD9BA
(189,217,186)
#C8DFC4
(200,223,196)
#D3E5CE
(211,229,206)
#DEEBD8
(222,235,216)
#E9F1E2
(233,241,226)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86BB88; }

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

This text font color is #86BB88.


Background Color

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

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

This div background color is #86BB88.


Border color

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

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

This div border color is #86BB88.


Opacity

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

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

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

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

This text has shadow with #86BB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BB88 on black background.


Color preview on white background

This text has color #86BB88 on white background.



Black color preview on #86BB88 background

This text has black color on #86BB88 background.


White color preview on #86BB88 background

This text has white color on #86BB88 background.