COLOR #85C29D

HEX: #85C29D
RGB: (133,194,157)

Color info

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

RGB color model

#85C29D color RGB value is (133,194,157).

  • red value is 133;
  • green value is 194;
  • blue value is 157.
RGB:
(133,194,157)
(52%,76%,62%)

RGB channels and saturation

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

133
194
157

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

Portions of RGB colors in percentages

R + G + B =
133 + 194 + 157 = 484 (100%)
R 133 of 484 ~ 27.48%
G 194 of 484 ~ 40.08%
B 157 of 484 ~ 32.44%

%27.48
%40.08
%32.44

CMYK color model

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

  • cyan value is 31.44%
  • magenta value is 0.00%
  • yellow value is 19.07%
  • 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
%19.07
%23.92

Codes

Color #85C29D in popluar color models

85C29D
RGB133194157
HSL144°33.33%64.12%
HSB/HSV144°31.44%76.08%
CMYK31.44%0.00%19.07%
23.92%

Color #85C29D in popluar number systems.

HEX85C29D
Decimal133194157
Binary100001011100001010011101
Octal205302235

Shades and tints

Shades of #85C29D

#85C29D
(133,194,157)
#79B18F
(121,177,143)
#6DA081
(109,160,129)
#618F73
(97,143,115)
#557E65
(85,126,101)
#496D57
(73,109,87)
#3D5C49
(61,92,73)
#314B3B
(49,75,59)
#253A2D
(37,58,45)
#19291F
(25,41,31)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #85C29D

#85C29D
(133,194,157)
#90C7A5
(144,199,165)
#9BCCAD
(155,204,173)
#A6D1B5
(166,209,181)
#B1D6BD
(177,214,189)
#BCDBC5
(188,219,197)
#C7E0CD
(199,224,205)
#D2E5D5
(210,229,213)
#DDEADD
(221,234,221)
#E8EFE5
(232,239,229)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C29D; }

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

This text font color is #85C29D.


Background Color

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

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

This div background color is #85C29D.


Border color

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

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

This div border color is #85C29D.


Opacity

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

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

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

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

This text has shadow with #85C29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C29D on black background.


Color preview on white background

This text has color #85C29D on white background.



Black color preview on #85C29D background

This text has black color on #85C29D background.


White color preview on #85C29D background

This text has white color on #85C29D background.