COLOR #85A27E

HEX: #85A27E
RGB: (133,162,126)

Color info

#85A27E contains red, green and blue colors in about the same proportion. Web safe color of #85A27E is #999966 (or #996).

RGB color model

#85A27E color RGB value is (133,162,126).

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

RGB channels and saturation

R 133 of 255 = 52%
G 162 of 255 = 64%
B 126 of 255 = 49%

133
162
126

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

Portions of RGB colors in percentages

R + G + B =
133 + 162 + 126 = 421 (100%)
R 133 of 421 ~ 31.59%
G 162 of 421 ~ 38.48%
B 126 of 421 ~ 29.93%

%31.59
%38.48
%29.93

CMYK color model

#85A27E color CMYK value is (18,0,22,36).

  • cyan value is 17.90%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 36.47%
CMYK:
(18,0,22,36)
C18M0Y22K36 
(18%,0%,22%,36%)
(0.18/0.00/0.22/0.36)	

CMYK percentages

%17.9
%0
%22.22
%36.47

Codes

Color #85A27E in popluar color models

85A27E
RGB133162126
HSL108°16.22%56.47%
HSB/HSV108°22.22%63.53%
CMYK17.90%0.00%22.22%
36.47%

Color #85A27E in popluar number systems.

HEX85A27E
Decimal133162126
Binary10000101101000101111110
Octal205242176

Shades and tints

Shades of #85A27E

#85A27E
(133,162,126)
#799473
(121,148,115)
#6D8668
(109,134,104)
#61785D
(97,120,93)
#556A52
(85,106,82)
#495C47
(73,92,71)
#3D4E3C
(61,78,60)
#314031
(49,64,49)
#253226
(37,50,38)
#19241B
(25,36,27)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #85A27E

#85A27E
(133,162,126)
#90AA89
(144,170,137)
#9BB294
(155,178,148)
#A6BA9F
(166,186,159)
#B1C2AA
(177,194,170)
#BCCAB5
(188,202,181)
#C7D2C0
(199,210,192)
#D2DACB
(210,218,203)
#DDE2D6
(221,226,214)
#E8EAE1
(232,234,225)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85A27E; }

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

This text font color is #85A27E.


Background Color

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

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

This div background color is #85A27E.


Border color

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

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

This div border color is #85A27E.


Opacity

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

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

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

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

This text has shadow with #85A27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85A27E on black background.


Color preview on white background

This text has color #85A27E on white background.



Black color preview on #85A27E background

This text has black color on #85A27E background.


White color preview on #85A27E background

This text has white color on #85A27E background.