COLOR #85DC92

HEX: #85DC92
RGB: (133,220,146)

Color info

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

RGB color model

#85DC92 color RGB value is (133,220,146).

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

RGB channels and saturation

R 133 of 255 = 52%
G 220 of 255 = 86%
B 146 of 255 = 57%

133
220
146

R + G + B ~ 65%. #85DC92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 220 + 146 = 499 (100%)
R 133 of 499 ~ 26.65%
G 220 of 499 ~ 44.09%
B 146 of 499 ~ 29.26%

%26.65
%44.09
%29.26

CMYK color model

#85DC92 color CMYK value is (40,0,34,14).

  • cyan value is 39.55%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 13.73%
CMYK:
(40,0,34,14)
C40M0Y34K14 
(40%,0%,34%,14%)
(0.40/0.00/0.34/0.14)	

CMYK percentages

%39.55
%0
%33.64
%13.73

Codes

Color #85DC92 in popluar color models

85DC92
RGB133220146
HSL129°55.41%69.22%
HSB/HSV129°39.55%86.27%
CMYK39.55%0.00%33.64%
13.73%

Color #85DC92 in popluar number systems.

HEX85DC92
Decimal133220146
Binary100001011101110010010010
Octal205334222

Shades and tints

Shades of #85DC92

#85DC92
(133,220,146)
#79C885
(121,200,133)
#6DB478
(109,180,120)
#61A06B
(97,160,107)
#558C5E
(85,140,94)
#497851
(73,120,81)
#3D6444
(61,100,68)
#315037
(49,80,55)
#253C2A
(37,60,42)
#19281D
(25,40,29)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #85DC92

#85DC92
(133,220,146)
#90DF9B
(144,223,155)
#9BE2A4
(155,226,164)
#A6E5AD
(166,229,173)
#B1E8B6
(177,232,182)
#BCEBBF
(188,235,191)
#C7EEC8
(199,238,200)
#D2F1D1
(210,241,209)
#DDF4DA
(221,244,218)
#E8F7E3
(232,247,227)
#F3FAEC
(243,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85DC92; }

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

This text font color is #85DC92.


Background Color

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

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

This div background color is #85DC92.


Border color

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

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

This div border color is #85DC92.


Opacity

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

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

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

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

This text has shadow with #85DC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DC92 on black background.


Color preview on white background

This text has color #85DC92 on white background.



Black color preview on #85DC92 background

This text has black color on #85DC92 background.


White color preview on #85DC92 background

This text has white color on #85DC92 background.