COLOR #85CD92

HEX: #85CD92
RGB: (133,205,146)

Color info

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

RGB color model

#85CD92 color RGB value is (133,205,146).

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

RGB channels and saturation

R 133 of 255 = 52%
G 205 of 255 = 80%
B 146 of 255 = 57%

133
205
146

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

Portions of RGB colors in percentages

R + G + B =
133 + 205 + 146 = 484 (100%)
R 133 of 484 ~ 27.48%
G 205 of 484 ~ 42.36%
B 146 of 484 ~ 30.17%

%27.48
%42.36
%30.17

CMYK color model

#85CD92 color CMYK value is (35,0,29,20).

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 19.61%
CMYK:
(35,0,29,20)
C35M0Y29K20 
(35%,0%,29%,20%)
(0.35/0.00/0.29/0.20)	

CMYK percentages

%35.12
%0
%28.78
%19.61

Codes

Color #85CD92 in popluar color models

85CD92
RGB133205146
HSL131°41.86%66.27%
HSB/HSV131°35.12%80.39%
CMYK35.12%0.00%28.78%
19.61%

Color #85CD92 in popluar number systems.

HEX85CD92
Decimal133205146
Binary100001011100110110010010
Octal205315222

Shades and tints

Shades of #85CD92

#85CD92
(133,205,146)
#79BB85
(121,187,133)
#6DA978
(109,169,120)
#61976B
(97,151,107)
#55855E
(85,133,94)
#497351
(73,115,81)
#3D6144
(61,97,68)
#314F37
(49,79,55)
#253D2A
(37,61,42)
#192B1D
(25,43,29)
#0D1910
(13,25,16)
#000000
(0,0,0)

Tints of #85CD92

#85CD92
(133,205,146)
#90D19B
(144,209,155)
#9BD5A4
(155,213,164)
#A6D9AD
(166,217,173)
#B1DDB6
(177,221,182)
#BCE1BF
(188,225,191)
#C7E5C8
(199,229,200)
#D2E9D1
(210,233,209)
#DDEDDA
(221,237,218)
#E8F1E3
(232,241,227)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85CD92; }

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

This text font color is #85CD92.


Background Color

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

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

This div background color is #85CD92.


Border color

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

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

This div border color is #85CD92.


Opacity

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

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

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

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

This text has shadow with #85CD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85CD92 on black background.


Color preview on white background

This text has color #85CD92 on white background.



Black color preview on #85CD92 background

This text has black color on #85CD92 background.


White color preview on #85CD92 background

This text has white color on #85CD92 background.