COLOR #85A38C

HEX: #85A38C RGB: (133,163,140)

Color info

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

RGB color model

#85A38C color RGB value is (133,163,140).

RGB: (133,163,140) (52%, 64%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 163 of 255 = 64%
B 140 of 255 = 55%

133
163
140

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

Portions of RGB colors in percentages

R + G + B = 133 + 163 + 140 = 436 (100%)
R 133 of 436 ~ 30.5%
G 163 of 436 ~ 37.39%
B 140 of 436 ~ 32.11'%

%30.5
%37.39
%32.11

CMYK color model

#85A38C color CMYK value is (18,0,14,36).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 36.08%

CMYK: (18,0,14,36)
C18M0Y14K36 (18%, 0%, 14%, 36%)
(0.18 / 0.00 / 0.14 / 0.36)

CMYK percentages

%18.4
%0
%14.11
%36.08

Codes

Color #85A38C in popluar color models

85 A3 8C
RGB 133 163 140
HSL 134° 14.02% 58.04%
HSB/HSV 134° 18.40% 63.92%
CMYK 18.40% 0.00% 14.11%
36.08%

Color #85A38C in popluar number systems.

HEX 85 A3 8C
Decimal 133 163 140
Binary 10000101 10100011 10001100
Octal 205 243 214

Shades and tints

Shades of #85A38C

#85A38C
(133,163,140)
#799580
(121,149,128)
#6D8774
(109,135,116)
#617968
(97,121,104)
#556B5C
(85,107,92)
#495D50
(73,93,80)
#3D4F44
(61,79,68)
#314138
(49,65,56)
#25332C
(37,51,44)
#192520
(25,37,32)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #85A38C

#85A38C
(133,163,140)
#90AB96
(144,171,150)
#9BB3A0
(155,179,160)
#A6BBAA
(166,187,170)
#B1C3B4
(177,195,180)
#BCCBBE
(188,203,190)
#C7D3C8
(199,211,200)
#D2DBD2
(210,219,210)
#DDE3DC
(221,227,220)
#E8EBE6
(232,235,230)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A38C color. Also use rgb(133,163,140) instead hex code.

Text Font Color

.myTextColor { color: #85A38C; }

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

This text font color is #85A38C.

Background Color

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

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

This div background color is #85A38C.

Border color

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

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

This div border color is #85A38C.

Opacity

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

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

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

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

This text has shadow with #85A38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A38C.

Preview

Color preview on black background

This text has color #85A38C on black background.


Color preview on white background

This text has color #85A38C on white background.


Black color preview on #85A38C background

This text has black color on #85A38C background.


White color preview on #85A38C background

This text has white color on #85A38C background.


Related colors

Complementary color

Complementary color for #hex is #7A5C73.


I love getcolorcode.com

Triadic colors

1 #8C85A3 and #A38C85 with #85A38C are triadic colors.

2 #8CA385 and #A3858C with #85A38C are triadic colors.