COLOR #85C29E

HEX: #85C29E RGB: (133,194,158)

Color info

#85C29E contains mainly green and blue colors. Web safe color of #85C29E is #99CC99 (or #9C9).

RGB color model

#85C29E color RGB value is (133,194,158).

RGB: (133,194,158) (52%, 76%, 62%)

RGB channels and saturation

R 133 of 255 = 52%
G 194 of 255 = 76%
B 158 of 255 = 62%

133
194
158

R + G + B ~ 63%. #85C29E is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 194 + 158 = 485 (100%)
R 133 of 485 ~ 27.42%
G 194 of 485 ~ 40%
B 158 of 485 ~ 32.58'%

%27.42
%40
%32.58

CMYK color model

#85C29E color CMYK value is (31,0,19,24).

  • cyan value is 31.44%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 23.92%

CMYK: (31,0,19,24)
C31M0Y19K24 (31%, 0%, 19%, 24%)
(0.31 / 0.00 / 0.19 / 0.24)

CMYK percentages

%31.44
%0
%18.56
%23.92

Codes

Color #85C29E in popluar color models

85 C2 9E
RGB 133 194 158
HSL 145° 33.33% 64.12%
HSB/HSV 145° 31.44% 76.08%
CMYK 31.44% 0.00% 18.56%
23.92%

Color #85C29E in popluar number systems.

HEX 85 C2 9E
Decimal 133 194 158
Binary 10000101 11000010 10011110
Octal 205 302 236

Shades and tints

Shades of #85C29E

#85C29E
(133,194,158)
#79B190
(121,177,144)
#6DA082
(109,160,130)
#618F74
(97,143,116)
#557E66
(85,126,102)
#496D58
(73,109,88)
#3D5C4A
(61,92,74)
#314B3C
(49,75,60)
#253A2E
(37,58,46)
#192920
(25,41,32)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #85C29E

#85C29E
(133,194,158)
#90C7A6
(144,199,166)
#9BCCAE
(155,204,174)
#A6D1B6
(166,209,182)
#B1D6BE
(177,214,190)
#BCDBC6
(188,219,198)
#C7E0CE
(199,224,206)
#D2E5D6
(210,229,214)
#DDEADE
(221,234,222)
#E8EFE6
(232,239,230)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C29E color. Also use rgb(133,194,158) instead hex code.

Text Font Color

.myTextColor { color: #85C29E; }

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

This text font color is #85C29E.

Background Color

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

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

This div background color is #85C29E.

Border color

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

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

This div border color is #85C29E.

Opacity

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

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

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

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

This text has shadow with #85C29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85C29E.

Preview

Color preview on black background

This text has color #85C29E on black background.


Color preview on white background

This text has color #85C29E on white background.


Black color preview on #85C29E background

This text has black color on #85C29E background.


White color preview on #85C29E background

This text has white color on #85C29E background.


Related colors

Complementary color

Complementary color for #hex is #7A3D61.


I love getcolorcode.com

Triadic colors

1 #9E85C2 and #C29E85 with #85C29E are triadic colors.

2 #9EC285 and #C2859E with #85C29E are triadic colors.