COLOR #85B086

HEX: #85B086 RGB: (133,176,134)

Color info

#85B086 contains red, green and blue colors in about the same proportion. Web safe color of #85B086 is #999999 (or #999).

RGB color model

#85B086 color RGB value is (133,176,134).

RGB: (133,176,134) (52%, 69%, 53%)

RGB channels and saturation

R 133 of 255 = 52%
G 176 of 255 = 69%
B 134 of 255 = 53%

133
176
134

R + G + B ~ 58%. #85B086 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 176 + 134 = 443 (100%)
R 133 of 443 ~ 30.02%
G 176 of 443 ~ 39.73%
B 134 of 443 ~ 30.25'%

%30.02
%39.73
%30.25

CMYK color model

#85B086 color CMYK value is (24,0,24,31).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 30.98%

CMYK: (24,0,24,31)
C24M0Y24K31 (24%, 0%, 24%, 31%)
(0.24 / 0.00 / 0.24 / 0.31)

CMYK percentages

%24.43
%0
%23.86
%30.98

Codes

Color #85B086 in popluar color models

85 B0 86
RGB 133 176 134
HSL 121° 21.39% 60.59%
HSB/HSV 121° 24.43% 69.02%
CMYK 24.43% 0.00% 23.86%
30.98%

Color #85B086 in popluar number systems.

HEX 85 B0 86
Decimal 133 176 134
Binary 10000101 10110000 10000110
Octal 205 260 206

Shades and tints

Shades of #85B086

#85B086
(133,176,134)
#79A07A
(121,160,122)
#6D906E
(109,144,110)
#618062
(97,128,98)
#557056
(85,112,86)
#49604A
(73,96,74)
#3D503E
(61,80,62)
#314032
(49,64,50)
#253026
(37,48,38)
#19201A
(25,32,26)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #85B086

#85B086
(133,176,134)
#90B791
(144,183,145)
#9BBE9C
(155,190,156)
#A6C5A7
(166,197,167)
#B1CCB2
(177,204,178)
#BCD3BD
(188,211,189)
#C7DAC8
(199,218,200)
#D2E1D3
(210,225,211)
#DDE8DE
(221,232,222)
#E8EFE9
(232,239,233)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B086 color. Also use rgb(133,176,134) instead hex code.

Text Font Color

.myTextColor { color: #85B086; }

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

This text font color is #85B086.

Background Color

.myBgColor { background-color: #85B086; }

<div style="background-color:#85B086">Inner text</div>

This div background color is #85B086.

Border color

.myBorderColor { border: 1px solid #85B086; }

<div style="border:3px solid #85B086">Div</div>

This div border color is #85B086.

Opacity

.myOpacity80 { color: #85B086; opacity: 0.8; }

<p style="color:#85B086;opacity:0.8;">80%</p>

Text with #85B086 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 #85B086;}

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

This text has shadow with #85B086 color.


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

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

This text has shadow with #85B086 primary color and red secondary color.


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

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

This text has shadow with #85B086 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85B086.

Preview

Color preview on black background

This text has color #85B086 on black background.


Color preview on white background

This text has color #85B086 on white background.


Black color preview on #85B086 background

This text has black color on #85B086 background.


White color preview on #85B086 background

This text has white color on #85B086 background.


Related colors

Complementary color

Complementary color for #hex is #7A4F79.


I love getcolorcode.com

Triadic colors

1 #8685B0 and #B08685 with #85B086 are triadic colors.

2 #86B085 and #B08586 with #85B086 are triadic colors.