COLOR #85A48E

HEX: #85A48E RGB: (133,164,142)

Color info

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

RGB color model

#85A48E color RGB value is (133,164,142).

RGB: (133,164,142) (52%, 64%, 56%)

RGB channels and saturation

R 133 of 255 = 52%
G 164 of 255 = 64%
B 142 of 255 = 56%

133
164
142

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

Portions of RGB colors in percentages

R + G + B = 133 + 164 + 142 = 439 (100%)
R 133 of 439 ~ 30.3%
G 164 of 439 ~ 37.36%
B 142 of 439 ~ 32.35'%

%30.3
%37.36
%32.35

CMYK color model

#85A48E color CMYK value is (19,0,13,36).

  • cyan value is 18.90%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 35.69%

CMYK: (19,0,13,36)
C19M0Y13K36 (19%, 0%, 13%, 36%)
(0.19 / 0.00 / 0.13 / 0.36)

CMYK percentages

%18.9
%0
%13.41
%35.69

Codes

Color #85A48E in popluar color models

85 A4 8E
RGB 133 164 142
HSL 137° 14.55% 58.24%
HSB/HSV 137° 18.90% 64.31%
CMYK 18.90% 0.00% 13.41%
35.69%

Color #85A48E in popluar number systems.

HEX 85 A4 8E
Decimal 133 164 142
Binary 10000101 10100100 10001110
Octal 205 244 216

Shades and tints

Shades of #85A48E

#85A48E
(133,164,142)
#799682
(121,150,130)
#6D8876
(109,136,118)
#617A6A
(97,122,106)
#556C5E
(85,108,94)
#495E52
(73,94,82)
#3D5046
(61,80,70)
#31423A
(49,66,58)
#25342E
(37,52,46)
#192622
(25,38,34)
#0D1816
(13,24,22)
#000000
(0,0,0)

Tints of #85A48E

#85A48E
(133,164,142)
#90AC98
(144,172,152)
#9BB4A2
(155,180,162)
#A6BCAC
(166,188,172)
#B1C4B6
(177,196,182)
#BCCCC0
(188,204,192)
#C7D4CA
(199,212,202)
#D2DCD4
(210,220,212)
#DDE4DE
(221,228,222)
#E8ECE8
(232,236,232)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A48E color. Also use rgb(133,164,142) instead hex code.

Text Font Color

.myTextColor { color: #85A48E; }

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

This text font color is #85A48E.

Background Color

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

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

This div background color is #85A48E.

Border color

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

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

This div border color is #85A48E.

Opacity

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

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

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

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

This text has shadow with #85A48E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A48E.

Preview

Color preview on black background

This text has color #85A48E on black background.


Color preview on white background

This text has color #85A48E on white background.


Black color preview on #85A48E background

This text has black color on #85A48E background.


White color preview on #85A48E background

This text has white color on #85A48E background.


Related colors

Complementary color

Complementary color for #hex is #7A5B71.


I love getcolorcode.com

Triadic colors

1 #8E85A4 and #A48E85 with #85A48E are triadic colors.

2 #8EA485 and #A4858E with #85A48E are triadic colors.