COLOR #85CD8A

HEX: #85CD8A
RGB: (133,205,138)

Color info

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

RGB color model

#85CD8A color RGB value is (133,205,138).

  • red value is 133;
  • green value is 205;
  • blue value is 138.
RGB:
(133,205,138)
(52%,80%,54%)

RGB channels and saturation

R 133 of 255 = 52%
G 205 of 255 = 80%
B 138 of 255 = 54%

133
205
138

R + G + B ~ 62%. #85CD8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 205 + 138 = 476 (100%)
R 133 of 476 ~ 27.94%
G 205 of 476 ~ 43.07%
B 138 of 476 ~ 28.99%

%27.94
%43.07
%28.99

CMYK color model

#85CD8A color CMYK value is (35,0,33,20).

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 32.68%
  • key color value is 19.61%
CMYK:
(35,0,33,20)
C35M0Y33K20 
(35%,0%,33%,20%)
(0.35/0.00/0.33/0.20)	

CMYK percentages

%35.12
%0
%32.68
%19.61

Codes

Color #85CD8A in popluar color models

85CD8A
RGB133205138
HSL124°41.86%66.27%
HSB/HSV124°35.12%80.39%
CMYK35.12%0.00%32.68%
19.61%

Color #85CD8A in popluar number systems.

HEX85CD8A
Decimal133205138
Binary100001011100110110001010
Octal205315212

Shades and tints

Shades of #85CD8A

#85CD8A
(133,205,138)
#79BB7E
(121,187,126)
#6DA972
(109,169,114)
#619766
(97,151,102)
#55855A
(85,133,90)
#49734E
(73,115,78)
#3D6142
(61,97,66)
#314F36
(49,79,54)
#253D2A
(37,61,42)
#192B1E
(25,43,30)
#0D1912
(13,25,18)
#000000
(0,0,0)

Tints of #85CD8A

#85CD8A
(133,205,138)
#90D194
(144,209,148)
#9BD59E
(155,213,158)
#A6D9A8
(166,217,168)
#B1DDB2
(177,221,178)
#BCE1BC
(188,225,188)
#C7E5C6
(199,229,198)
#D2E9D0
(210,233,208)
#DDEDDA
(221,237,218)
#E8F1E4
(232,241,228)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CD8A color. Also use rgb(133,205,138) instead hex code.

Text Font Color

.myTextColor { color: #85CD8A; }

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

This text font color is #85CD8A.


Background Color

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

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

This div background color is #85CD8A.


Border color

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

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

This div border color is #85CD8A.


Opacity

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

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

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

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

This text has shadow with #85CD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85CD8A on black background.


Color preview on white background

This text has color #85CD8A on white background.



Black color preview on #85CD8A background

This text has black color on #85CD8A background.


White color preview on #85CD8A background

This text has white color on #85CD8A background.