COLOR #85B6A3

HEX: #85B6A3
RGB: (133,182,163)

Color info

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

RGB color model

#85B6A3 color RGB value is (133,182,163).

  • red value is 133;
  • green value is 182;
  • blue value is 163.
RGB:
(133,182,163)
(52%,71%,64%)

RGB channels and saturation

R 133 of 255 = 52%
G 182 of 255 = 71%
B 163 of 255 = 64%

133
182
163

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

Portions of RGB colors in percentages

R + G + B =
133 + 182 + 163 = 478 (100%)
R 133 of 478 ~ 27.82%
G 182 of 478 ~ 38.08%
B 163 of 478 ~ 34.1%

%27.82
%38.08
%34.1

CMYK color model

#85B6A3 color CMYK value is (27,0,10,29).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 10.44%
  • key color value is 28.63%
CMYK:
(27,0,10,29)
C27M0Y10K29 
(27%,0%,10%,29%)
(0.27/0.00/0.10/0.29)	

CMYK percentages

%26.92
%0
%10.44
%28.63

Codes

Color #85B6A3 in popluar color models

85B6A3
RGB133182163
HSL157°25.13%61.76%
HSB/HSV157°26.92%71.37%
CMYK26.92%0.00%10.44%
28.63%

Color #85B6A3 in popluar number systems.

HEX85B6A3
Decimal133182163
Binary100001011011011010100011
Octal205266243

Shades and tints

Shades of #85B6A3

#85B6A3
(133,182,163)
#79A695
(121,166,149)
#6D9687
(109,150,135)
#618679
(97,134,121)
#55766B
(85,118,107)
#49665D
(73,102,93)
#3D564F
(61,86,79)
#314641
(49,70,65)
#253633
(37,54,51)
#192625
(25,38,37)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #85B6A3

#85B6A3
(133,182,163)
#90BCAB
(144,188,171)
#9BC2B3
(155,194,179)
#A6C8BB
(166,200,187)
#B1CEC3
(177,206,195)
#BCD4CB
(188,212,203)
#C7DAD3
(199,218,211)
#D2E0DB
(210,224,219)
#DDE6E3
(221,230,227)
#E8ECEB
(232,236,235)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B6A3 color. Also use rgb(133,182,163) instead hex code.

Text Font Color

.myTextColor { color: #85B6A3; }

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

This text font color is #85B6A3.


Background Color

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

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

This div background color is #85B6A3.


Border color

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

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

This div border color is #85B6A3.


Opacity

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

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

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

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

This text has shadow with #85B6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B6A3 on black background.


Color preview on white background

This text has color #85B6A3 on white background.



Black color preview on #85B6A3 background

This text has black color on #85B6A3 background.


White color preview on #85B6A3 background

This text has white color on #85B6A3 background.