COLOR #85B28E

HEX: #85B28E RGB: (133,178,142)

Color info

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

RGB color model

#85B28E color RGB value is (133,178,142).

RGB: (133,178,142) (52%, 70%, 56%)

RGB channels and saturation

R 133 of 255 = 52%
G 178 of 255 = 70%
B 142 of 255 = 56%

133
178
142

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

Portions of RGB colors in percentages

R + G + B = 133 + 178 + 142 = 453 (100%)
R 133 of 453 ~ 29.36%
G 178 of 453 ~ 39.29%
B 142 of 453 ~ 31.35'%

%29.36
%39.29
%31.35

CMYK color model

#85B28E color CMYK value is (25,0,20,30).

  • cyan value is 25.28%
  • magenta value is 0.00%
  • yellow value is 20.22%
  • key color value is 30.20%

CMYK: (25,0,20,30)
C25M0Y20K30 (25%, 0%, 20%, 30%)
(0.25 / 0.00 / 0.20 / 0.30)

CMYK percentages

%25.28
%0
%20.22
%30.2

Codes

Color #85B28E in popluar color models

85 B2 8E
RGB 133 178 142
HSL 132° 22.61% 60.98%
HSB/HSV 132° 25.28% 69.80%
CMYK 25.28% 0.00% 20.22%
30.20%

Color #85B28E in popluar number systems.

HEX 85 B2 8E
Decimal 133 178 142
Binary 10000101 10110010 10001110
Octal 205 262 216

Shades and tints

Shades of #85B28E

#85B28E
(133,178,142)
#79A282
(121,162,130)
#6D9276
(109,146,118)
#61826A
(97,130,106)
#55725E
(85,114,94)
#496252
(73,98,82)
#3D5246
(61,82,70)
#31423A
(49,66,58)
#25322E
(37,50,46)
#192222
(25,34,34)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #85B28E

#85B28E
(133,178,142)
#90B998
(144,185,152)
#9BC0A2
(155,192,162)
#A6C7AC
(166,199,172)
#B1CEB6
(177,206,182)
#BCD5C0
(188,213,192)
#C7DCCA
(199,220,202)
#D2E3D4
(210,227,212)
#DDEADE
(221,234,222)
#E8F1E8
(232,241,232)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B28E; }

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

This text font color is #85B28E.

Background Color

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

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

This div background color is #85B28E.

Border color

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

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

This div border color is #85B28E.

Opacity

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

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

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

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

This text has shadow with #85B28E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B28E.

Preview

Color preview on black background

This text has color #85B28E on black background.


Color preview on white background

This text has color #85B28E on white background.


Black color preview on #85B28E background

This text has black color on #85B28E background.


White color preview on #85B28E background

This text has white color on #85B28E background.


Related colors

Complementary color

Complementary color for #hex is #7A4D71.


I love getcolorcode.com

Triadic colors

1 #8E85B2 and #B28E85 with #85B28E are triadic colors.

2 #8EB285 and #B2858E with #85B28E are triadic colors.