COLOR #85A29E

HEX: #85A29E
RGB: (133,162,158)

Color info

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

RGB color model

#85A29E color RGB value is (133,162,158).

  • red value is 133;
  • green value is 162;
  • blue value is 158.
RGB:
(133,162,158)
(52%,64%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 158 of 255 = 62%

133
162
158

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

Portions of RGB colors in percentages

R + G + B =
133 + 162 + 158 = 453 (100%)
R 133 of 453 ~ 29.36%
G 162 of 453 ~ 35.76%
B 158 of 453 ~ 34.88%

%29.36
%35.76
%34.88

CMYK color model

#85A29E color CMYK value is (18,0,2,36).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 36.47%
CMYK:
(18,0,2,36)
C18M0Y2K36 
(18%,0%,2%,36%)
(0.18/0.00/0.02/0.36)	

CMYK percentages

%17.9
%0
%2.47
%36.47

Codes

Color #85A29E in popluar color models

85A29E
RGB133162158
HSL172°13.49%57.84%
HSB/HSV172°17.90%63.53%
CMYK17.90%0.00%2.47%
36.47%

Color #85A29E in popluar number systems.

HEX85A29E
Decimal133162158
Binary100001011010001010011110
Octal205242236

Shades and tints

Shades of #85A29E

#85A29E
(133,162,158)
#799490
(121,148,144)
#6D8682
(109,134,130)
#617874
(97,120,116)
#556A66
(85,106,102)
#495C58
(73,92,88)
#3D4E4A
(61,78,74)
#31403C
(49,64,60)
#25322E
(37,50,46)
#192420
(25,36,32)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #85A29E

#85A29E
(133,162,158)
#90AAA6
(144,170,166)
#9BB2AE
(155,178,174)
#A6BAB6
(166,186,182)
#B1C2BE
(177,194,190)
#BCCAC6
(188,202,198)
#C7D2CE
(199,210,206)
#D2DAD6
(210,218,214)
#DDE2DE
(221,226,222)
#E8EAE6
(232,234,230)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A29E color. Also use rgb(133,162,158) instead hex code.

Text Font Color

.myTextColor { color: #85A29E; }

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

This text font color is #85A29E.


Background Color

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

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

This div background color is #85A29E.


Border color

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

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

This div border color is #85A29E.


Opacity

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

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

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

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

This text has shadow with #85A29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A29E on black background.


Color preview on white background

This text has color #85A29E on white background.



Black color preview on #85A29E background

This text has black color on #85A29E background.


White color preview on #85A29E background

This text has white color on #85A29E background.