COLOR #85B29F

HEX: #85B29F
RGB: (133,178,159)

Color info

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

RGB color model

#85B29F color RGB value is (133,178,159).

  • red value is 133;
  • green value is 178;
  • blue value is 159.
RGB:
(133,178,159)
(52%,70%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 178 of 255 = 70%
B 159 of 255 = 62%

133
178
159

R + G + B ~ 61%. #85B29F is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 178 + 159 = 470 (100%)
R 133 of 470 ~ 28.3%
G 178 of 470 ~ 37.87%
B 159 of 470 ~ 33.83%

%28.3
%37.87
%33.83

CMYK color model

#85B29F color CMYK value is (25,0,11,30).

  • cyan value is 25.28%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 30.20%
CMYK:
(25,0,11,30)
C25M0Y11K30 
(25%,0%,11%,30%)
(0.25/0.00/0.11/0.30)	

CMYK percentages

%25.28
%0
%10.67
%30.2

Codes

Color #85B29F in popluar color models

85B29F
RGB133178159
HSL155°22.61%60.98%
HSB/HSV155°25.28%69.80%
CMYK25.28%0.00%10.67%
30.20%

Color #85B29F in popluar number systems.

HEX85B29F
Decimal133178159
Binary100001011011001010011111
Octal205262237

Shades and tints

Shades of #85B29F

#85B29F
(133,178,159)
#79A291
(121,162,145)
#6D9283
(109,146,131)
#618275
(97,130,117)
#557267
(85,114,103)
#496259
(73,98,89)
#3D524B
(61,82,75)
#31423D
(49,66,61)
#25322F
(37,50,47)
#192221
(25,34,33)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #85B29F

#85B29F
(133,178,159)
#90B9A7
(144,185,167)
#9BC0AF
(155,192,175)
#A6C7B7
(166,199,183)
#B1CEBF
(177,206,191)
#BCD5C7
(188,213,199)
#C7DCCF
(199,220,207)
#D2E3D7
(210,227,215)
#DDEADF
(221,234,223)
#E8F1E7
(232,241,231)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B29F color. Also use rgb(133,178,159) instead hex code.

Text Font Color

.myTextColor { color: #85B29F; }

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

This text font color is #85B29F.


Background Color

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

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

This div background color is #85B29F.


Border color

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

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

This div border color is #85B29F.


Opacity

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

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

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

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

This text has shadow with #85B29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B29F on black background.


Color preview on white background

This text has color #85B29F on white background.



Black color preview on #85B29F background

This text has black color on #85B29F background.


White color preview on #85B29F background

This text has white color on #85B29F background.