COLOR #86B4A7

HEX: #86B4A7
RGB: (134,180,167)

Color info

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

RGB color model

#86B4A7 color RGB value is (134,180,167).

  • red value is 134;
  • green value is 180;
  • blue value is 167.
RGB:
(134,180,167)
(53%,71%,65%)

RGB channels and saturation

R 134 of 255 = 53%
G 180 of 255 = 71%
B 167 of 255 = 65%

134
180
167

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

Portions of RGB colors in percentages

R + G + B =
134 + 180 + 167 = 481 (100%)
R 134 of 481 ~ 27.86%
G 180 of 481 ~ 37.42%
B 167 of 481 ~ 34.72%

%27.86
%37.42
%34.72

CMYK color model

#86B4A7 color CMYK value is (26,0,7,29).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 29.41%
CMYK:
(26,0,7,29)
C26M0Y7K29 
(26%,0%,7%,29%)
(0.26/0.00/0.07/0.29)	

CMYK percentages

%25.56
%0
%7.22
%29.41

Codes

Color #86B4A7 in popluar color models

86B4A7
RGB134180167
HSL163°23.47%61.57%
HSB/HSV163°25.56%70.59%
CMYK25.56%0.00%7.22%
29.41%

Color #86B4A7 in popluar number systems.

HEX86B4A7
Decimal134180167
Binary100001101011010010100111
Octal206264247

Shades and tints

Shades of #86B4A7

#86B4A7
(134,180,167)
#7AA498
(122,164,152)
#6E9489
(110,148,137)
#62847A
(98,132,122)
#56746B
(86,116,107)
#4A645C
(74,100,92)
#3E544D
(62,84,77)
#32443E
(50,68,62)
#26342F
(38,52,47)
#1A2420
(26,36,32)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #86B4A7

#86B4A7
(134,180,167)
#91BAAF
(145,186,175)
#9CC0B7
(156,192,183)
#A7C6BF
(167,198,191)
#B2CCC7
(178,204,199)
#BDD2CF
(189,210,207)
#C8D8D7
(200,216,215)
#D3DEDF
(211,222,223)
#DEE4E7
(222,228,231)
#E9EAEF
(233,234,239)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B4A7 color. Also use rgb(134,180,167) instead hex code.

Text Font Color

.myTextColor { color: #86B4A7; }

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

This text font color is #86B4A7.


Background Color

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

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

This div background color is #86B4A7.


Border color

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

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

This div border color is #86B4A7.


Opacity

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

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

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

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

This text has shadow with #86B4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B4A7 on black background.


Color preview on white background

This text has color #86B4A7 on white background.



Black color preview on #86B4A7 background

This text has black color on #86B4A7 background.


White color preview on #86B4A7 background

This text has white color on #86B4A7 background.