COLOR #85C889

HEX: #85C889 RGB: (133,200,137)

Color info

#85C889 contains mainly green color. Web safe color of #85C889 is #99CC99 (or #9C9).

RGB color model

#85C889 color RGB value is (133,200,137).

RGB: (133,200,137) (52%, 78%, 54%)

RGB channels and saturation

R 133 of 255 = 52%
G 200 of 255 = 78%
B 137 of 255 = 54%

133
200
137

R + G + B ~ 61%. #85C889 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 200 + 137 = 470 (100%)
R 133 of 470 ~ 28.3%
G 200 of 470 ~ 42.55%
B 137 of 470 ~ 29.15'%

%28.3
%42.55
%29.15

CMYK color model

#85C889 color CMYK value is (34,0,32,22).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 31.50%
  • key color value is 21.57%
CMYK: (34,0,32,22) C34M0Y32K22 (34%,0%,32%,22%) (0.34/0.00/0.32/0.22) 

CMYK percentages

%33.5
%0
%31.5
%21.57

Codes

Color #85C889 in popluar color models

85 C8 89
RGB 133 200 137
HSL 124° 37.85% 65.29%
HSB/HSV 124° 33.50% 78.43%
CMYK 33.50% 0.00% 31.50%
21.57%

Color #85C889 in popluar number systems.

HEX 85 C8 89
Decimal 133 200 137
Binary 10000101 11001000 10001001
Octal 205 310 211

Shades and tints

Shades of #85C889

#85C889
(133,200,137)
#79B67D
(121,182,125)
#6DA471
(109,164,113)
#619265
(97,146,101)
#558059
(85,128,89)
#496E4D
(73,110,77)
#3D5C41
(61,92,65)
#314A35
(49,74,53)
#253829
(37,56,41)
#19261D
(25,38,29)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #85C889

#85C889
(133,200,137)
#90CD93
(144,205,147)
#9BD29D
(155,210,157)
#A6D7A7
(166,215,167)
#B1DCB1
(177,220,177)
#BCE1BB
(188,225,187)
#C7E6C5
(199,230,197)
#D2EBCF
(210,235,207)
#DDF0D9
(221,240,217)
#E8F5E3
(232,245,227)
#F3FAED
(243,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C889 color. Also use rgb(133,200,137) instead hex code.

Text Font Color

.myTextColor { color: #85C889; }

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

This text font color is #85C889.

Background Color

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

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

This div background color is #85C889.

Border color

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

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

This div border color is #85C889.

Opacity

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

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

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

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

This text has shadow with #85C889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85C889.

Preview

Color preview on black background

This text has color #85C889 on black background.


Color preview on white background

This text has color #85C889 on white background.


Black color preview on #85C889 background

This text has black color on #85C889 background.


White color preview on #85C889 background

This text has white color on #85C889 background.


Related colors

Complementary color

Complementary color for #hex is #7A3776.


I love getcolorcode.com

Triadic colors

1 #8985C8 and #C88985 with #85C889 are triadic colors.

2 #89C885 and #C88589 with #85C889 are triadic colors.