COLOR #85D79E

HEX: #85D79E
RGB: (133,215,158)

Color info

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

RGB color model

#85D79E color RGB value is (133,215,158).

  • red value is 133;
  • green value is 215;
  • blue value is 158.
RGB:
(133,215,158)
(52%,84%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 215 of 255 = 84%
B 158 of 255 = 62%

133
215
158

R + G + B ~ 66%. #85D79E is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 215 + 158 = 506 (100%)
R 133 of 506 ~ 26.28%
G 215 of 506 ~ 42.49%
B 158 of 506 ~ 31.23%

%26.28
%42.49
%31.23

CMYK color model

#85D79E color CMYK value is (38,0,27,16).

  • cyan value is 38.14%
  • magenta value is 0.00%
  • yellow value is 26.51%
  • key color value is 15.69%
CMYK:
(38,0,27,16)
C38M0Y27K16 
(38%,0%,27%,16%)
(0.38/0.00/0.27/0.16)	

CMYK percentages

%38.14
%0
%26.51
%15.69

Codes

Color #85D79E in popluar color models

85D79E
RGB133215158
HSL138°50.62%68.24%
HSB/HSV138°38.14%84.31%
CMYK38.14%0.00%26.51%
15.69%

Color #85D79E in popluar number systems.

HEX85D79E
Decimal133215158
Binary100001011101011110011110
Octal205327236

Shades and tints

Shades of #85D79E

#85D79E
(133,215,158)
#79C490
(121,196,144)
#6DB182
(109,177,130)
#619E74
(97,158,116)
#558B66
(85,139,102)
#497858
(73,120,88)
#3D654A
(61,101,74)
#31523C
(49,82,60)
#253F2E
(37,63,46)
#192C20
(25,44,32)
#0D1912
(13,25,18)
#000000
(0,0,0)

Tints of #85D79E

#85D79E
(133,215,158)
#90DAA6
(144,218,166)
#9BDDAE
(155,221,174)
#A6E0B6
(166,224,182)
#B1E3BE
(177,227,190)
#BCE6C6
(188,230,198)
#C7E9CE
(199,233,206)
#D2ECD6
(210,236,214)
#DDEFDE
(221,239,222)
#E8F2E6
(232,242,230)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D79E; }

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

This text font color is #85D79E.


Background Color

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

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

This div background color is #85D79E.


Border color

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

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

This div border color is #85D79E.


Opacity

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

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

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

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

This text has shadow with #85D79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D79E on black background.


Color preview on white background

This text has color #85D79E on white background.



Black color preview on #85D79E background

This text has black color on #85D79E background.


White color preview on #85D79E background

This text has white color on #85D79E background.