COLOR #85B28B

HEX: #85B28B RGB: (133,178,139)

Color info

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

RGB color model

#85B28B color RGB value is (133,178,139).

RGB: (133,178,139) (52%, 70%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 178 of 255 = 70%
B 139 of 255 = 55%

133
178
139

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

Portions of RGB colors in percentages

R + G + B = 133 + 178 + 139 = 450 (100%)
R 133 of 450 ~ 29.56%
G 178 of 450 ~ 39.56%
B 139 of 450 ~ 30.89'%

%29.56
%39.56
%30.89

CMYK color model

#85B28B color CMYK value is (25,0,22,30).

  • cyan value is 25.28%
  • magenta value is 0.00%
  • yellow value is 21.91%
  • key color value is 30.20%
CMYK: (25,0,22,30) C25M0Y22K30 (25%,0%,22%,30%) (0.25/0.00/0.22/0.30) 

CMYK percentages

%25.28
%0
%21.91
%30.2

Codes

Color #85B28B in popluar color models

85 B2 8B
RGB 133 178 139
HSL 128° 22.61% 60.98%
HSB/HSV 128° 25.28% 69.80%
CMYK 25.28% 0.00% 21.91%
30.20%

Color #85B28B in popluar number systems.

HEX 85 B2 8B
Decimal 133 178 139
Binary 10000101 10110010 10001011
Octal 205 262 213

Shades and tints

Shades of #85B28B

#85B28B
(133,178,139)
#79A27F
(121,162,127)
#6D9273
(109,146,115)
#618267
(97,130,103)
#55725B
(85,114,91)
#49624F
(73,98,79)
#3D5243
(61,82,67)
#314237
(49,66,55)
#25322B
(37,50,43)
#19221F
(25,34,31)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #85B28B

#85B28B
(133,178,139)
#90B995
(144,185,149)
#9BC09F
(155,192,159)
#A6C7A9
(166,199,169)
#B1CEB3
(177,206,179)
#BCD5BD
(188,213,189)
#C7DCC7
(199,220,199)
#D2E3D1
(210,227,209)
#DDEADB
(221,234,219)
#E8F1E5
(232,241,229)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B28B; }

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

This text font color is #85B28B.

Background Color

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

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

This div background color is #85B28B.

Border color

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

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

This div border color is #85B28B.

Opacity

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

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

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

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

This text has shadow with #85B28B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85B28B.

Preview

Color preview on black background

This text has color #85B28B on black background.


Color preview on white background

This text has color #85B28B on white background.


Black color preview on #85B28B background

This text has black color on #85B28B background.


White color preview on #85B28B background

This text has white color on #85B28B background.


Related colors

Complementary color

Complementary color for #hex is #7A4D74.


I love getcolorcode.com

Triadic colors

1 #8B85B2 and #B28B85 with #85B28B are triadic colors.

2 #8BB285 and #B2858B with #85B28B are triadic colors.