COLOR #85DA8E

HEX: #85DA8E
RGB: (133,218,142)

Color info

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

RGB color model

#85DA8E color RGB value is (133,218,142).

  • red value is 133;
  • green value is 218;
  • blue value is 142.
RGB:
(133,218,142)
(52%,85%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 218 of 255 = 85%
B 142 of 255 = 56%

133
218
142

R + G + B ~ 64%. #85DA8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 218 + 142 = 493 (100%)
R 133 of 493 ~ 26.98%
G 218 of 493 ~ 44.22%
B 142 of 493 ~ 28.8%

%26.98
%44.22
%28.8

CMYK color model

#85DA8E color CMYK value is (39,0,35,15).

  • cyan value is 38.99%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 14.51%
CMYK:
(39,0,35,15)
C39M0Y35K15 
(39%,0%,35%,15%)
(0.39/0.00/0.35/0.15)	

CMYK percentages

%38.99
%0
%34.86
%14.51

Codes

Color #85DA8E in popluar color models

85DA8E
RGB133218142
HSL126°53.46%68.82%
HSB/HSV126°38.99%85.49%
CMYK38.99%0.00%34.86%
14.51%

Color #85DA8E in popluar number systems.

HEX85DA8E
Decimal133218142
Binary100001011101101010001110
Octal205332216

Shades and tints

Shades of #85DA8E

#85DA8E
(133,218,142)
#79C782
(121,199,130)
#6DB476
(109,180,118)
#61A16A
(97,161,106)
#558E5E
(85,142,94)
#497B52
(73,123,82)
#3D6846
(61,104,70)
#31553A
(49,85,58)
#25422E
(37,66,46)
#192F22
(25,47,34)
#0D1C16
(13,28,22)
#000000
(0,0,0)

Tints of #85DA8E

#85DA8E
(133,218,142)
#90DD98
(144,221,152)
#9BE0A2
(155,224,162)
#A6E3AC
(166,227,172)
#B1E6B6
(177,230,182)
#BCE9C0
(188,233,192)
#C7ECCA
(199,236,202)
#D2EFD4
(210,239,212)
#DDF2DE
(221,242,222)
#E8F5E8
(232,245,232)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DA8E color. Also use rgb(133,218,142) instead hex code.

Text Font Color

.myTextColor { color: #85DA8E; }

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

This text font color is #85DA8E.


Background Color

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

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

This div background color is #85DA8E.


Border color

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

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

This div border color is #85DA8E.


Opacity

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

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

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

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

This text has shadow with #85DA8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DA8E on black background.


Color preview on white background

This text has color #85DA8E on white background.



Black color preview on #85DA8E background

This text has black color on #85DA8E background.


White color preview on #85DA8E background

This text has white color on #85DA8E background.