COLOR #86BEAA

HEX: #86BEAA RGB: (134,190,170)

Color info

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

RGB color model

#86BEAA color RGB value is (134,190,170).

RGB: (134,190,170) (53%, 75%, 67%)

RGB channels and saturation

R 134 of 255 = 53%
G 190 of 255 = 75%
B 170 of 255 = 67%

134
190
170

R + G + B ~ 65%. #86BEAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 134 + 190 + 170 = 494 (100%)
R 134 of 494 ~ 27.13%
G 190 of 494 ~ 38.46%
B 170 of 494 ~ 34.41'%

%27.13
%38.46
%34.41

CMYK color model

#86BEAA color CMYK value is (29,0,11,25).

  • cyan value is 29.47%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 25.49%

CMYK: (29,0,11,25)
C29M0Y11K25 (29%, 0%, 11%, 25%)
(0.29 / 0.00 / 0.11 / 0.25)

CMYK percentages

%29.47
%0
%10.53
%25.49

Codes

Color #86BEAA in popluar color models

86 BE AA
RGB 134 190 170
HSL 159° 30.11% 63.53%
HSB/HSV 159° 29.47% 74.51%
CMYK 29.47% 0.00% 10.53%
25.49%

Color #86BEAA in popluar number systems.

HEX 86 BE AA
Decimal 134 190 170
Binary 10000110 10111110 10101010
Octal 206 276 252

Shades and tints

Shades of #86BEAA

#86BEAA
(134,190,170)
#7AAD9B
(122,173,155)
#6E9C8C
(110,156,140)
#628B7D
(98,139,125)
#567A6E
(86,122,110)
#4A695F
(74,105,95)
#3E5850
(62,88,80)
#324741
(50,71,65)
#263632
(38,54,50)
#1A2523
(26,37,35)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #86BEAA

#86BEAA
(134,190,170)
#91C3B1
(145,195,177)
#9CC8B8
(156,200,184)
#A7CDBF
(167,205,191)
#B2D2C6
(178,210,198)
#BDD7CD
(189,215,205)
#C8DCD4
(200,220,212)
#D3E1DB
(211,225,219)
#DEE6E2
(222,230,226)
#E9EBE9
(233,235,233)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86BEAA; }

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

This text font color is #86BEAA.

Background Color

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

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

This div background color is #86BEAA.

Border color

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

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

This div border color is #86BEAA.

Opacity

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

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

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

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

This text has shadow with #86BEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #86BEAA.

Preview

Color preview on black background

This text has color #86BEAA on black background.


Color preview on white background

This text has color #86BEAA on white background.


Black color preview on #86BEAA background

This text has black color on #86BEAA background.


White color preview on #86BEAA background

This text has white color on #86BEAA background.


Related colors

Complementary color

Complementary color for #hex is #794155.


I love getcolorcode.com

Triadic colors

1 #AA86BE and #BEAA86 with #86BEAA are triadic colors.

2 #AABE86 and #BE86AA with #86BEAA are triadic colors.