COLOR #85B29A

HEX: #85B29A
RGB: (133,178,154)

Color info

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

RGB color model

#85B29A color RGB value is (133,178,154).

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

RGB channels and saturation

R 133 of 255 = 52%
G 178 of 255 = 70%
B 154 of 255 = 60%

133
178
154

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

Portions of RGB colors in percentages

R + G + B =
133 + 178 + 154 = 465 (100%)
R 133 of 465 ~ 28.6%
G 178 of 465 ~ 38.28%
B 154 of 465 ~ 33.12%

%28.6
%38.28
%33.12

CMYK color model

#85B29A color CMYK value is (25,0,13,30).

  • cyan value is 25.28%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(25,0,13,30)
C25M0Y13K30 
(25%,0%,13%,30%)
(0.25/0.00/0.13/0.30)	

CMYK percentages

%25.28
%0
%13.48
%30.2

Codes

Color #85B29A in popluar color models

85B29A
RGB133178154
HSL148°22.61%60.98%
HSB/HSV148°25.28%69.80%
CMYK25.28%0.00%13.48%
30.20%

Color #85B29A in popluar number systems.

HEX85B29A
Decimal133178154
Binary100001011011001010011010
Octal205262232

Shades and tints

Shades of #85B29A

#85B29A
(133,178,154)
#79A28C
(121,162,140)
#6D927E
(109,146,126)
#618270
(97,130,112)
#557262
(85,114,98)
#496254
(73,98,84)
#3D5246
(61,82,70)
#314238
(49,66,56)
#25322A
(37,50,42)
#19221C
(25,34,28)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #85B29A

#85B29A
(133,178,154)
#90B9A3
(144,185,163)
#9BC0AC
(155,192,172)
#A6C7B5
(166,199,181)
#B1CEBE
(177,206,190)
#BCD5C7
(188,213,199)
#C7DCD0
(199,220,208)
#D2E3D9
(210,227,217)
#DDEAE2
(221,234,226)
#E8F1EB
(232,241,235)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B29A; }

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

This text font color is #85B29A.


Background Color

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

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

This div background color is #85B29A.


Border color

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

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

This div border color is #85B29A.


Opacity

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

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

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

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

This text has shadow with #85B29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B29A on black background.


Color preview on white background

This text has color #85B29A on white background.



Black color preview on #85B29A background

This text has black color on #85B29A background.


White color preview on #85B29A background

This text has white color on #85B29A background.