COLOR #85B0A6

HEX: #85B0A6
RGB: (133,176,166)

Color info

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

RGB color model

#85B0A6 color RGB value is (133,176,166).

  • red value is 133;
  • green value is 176;
  • blue value is 166.
RGB:
(133,176,166)
(52%,69%,65%)

RGB channels and saturation

R 133 of 255 = 52%
G 176 of 255 = 69%
B 166 of 255 = 65%

133
176
166

R + G + B ~ 62%. #85B0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 176 + 166 = 475 (100%)
R 133 of 475 ~ 28%
G 176 of 475 ~ 37.05%
B 166 of 475 ~ 34.95%

%28
%37.05
%34.95

CMYK color model

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

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 30.98%
CMYK:
(24,0,6,31)
C24M0Y6K31 
(24%,0%,6%,31%)
(0.24/0.00/0.06/0.31)	

CMYK percentages

%24.43
%0
%5.68
%30.98

Codes

Color #85B0A6 in popluar color models

85B0A6
RGB133176166
HSL166°21.39%60.59%
HSB/HSV166°24.43%69.02%
CMYK24.43%0.00%5.68%
30.98%

Color #85B0A6 in popluar number systems.

HEX85B0A6
Decimal133176166
Binary100001011011000010100110
Octal205260246

Shades and tints

Shades of #85B0A6

#85B0A6
(133,176,166)
#79A097
(121,160,151)
#6D9088
(109,144,136)
#618079
(97,128,121)
#55706A
(85,112,106)
#49605B
(73,96,91)
#3D504C
(61,80,76)
#31403D
(49,64,61)
#25302E
(37,48,46)
#19201F
(25,32,31)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #85B0A6

#85B0A6
(133,176,166)
#90B7AE
(144,183,174)
#9BBEB6
(155,190,182)
#A6C5BE
(166,197,190)
#B1CCC6
(177,204,198)
#BCD3CE
(188,211,206)
#C7DAD6
(199,218,214)
#D2E1DE
(210,225,222)
#DDE8E6
(221,232,230)
#E8EFEE
(232,239,238)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B0A6; }

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

This text font color is #85B0A6.


Background Color

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

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

This div background color is #85B0A6.


Border color

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

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

This div border color is #85B0A6.


Opacity

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

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

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

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

This text has shadow with #85B0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B0A6 on black background.


Color preview on white background

This text has color #85B0A6 on white background.



Black color preview on #85B0A6 background

This text has black color on #85B0A6 background.


White color preview on #85B0A6 background

This text has white color on #85B0A6 background.