COLOR #85DE9B

HEX: #85DE9B
RGB: (133,222,155)

Color info

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

RGB color model

#85DE9B color RGB value is (133,222,155).

  • red value is 133;
  • green value is 222;
  • blue value is 155.
RGB:
(133,222,155)
(52%,87%,61%)

RGB channels and saturation

R 133 of 255 = 52%
G 222 of 255 = 87%
B 155 of 255 = 61%

133
222
155

R + G + B ~ 67%. #85DE9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 222 + 155 = 510 (100%)
R 133 of 510 ~ 26.08%
G 222 of 510 ~ 43.53%
B 155 of 510 ~ 30.39%

%26.08
%43.53
%30.39

CMYK color model

#85DE9B color CMYK value is (40,0,30,13).

  • cyan value is 40.09%
  • magenta value is 0.00%
  • yellow value is 30.18%
  • key color value is 12.94%
CMYK:
(40,0,30,13)
C40M0Y30K13 
(40%,0%,30%,13%)
(0.40/0.00/0.30/0.13)	

CMYK percentages

%40.09
%0
%30.18
%12.94

Codes

Color #85DE9B in popluar color models

85DE9B
RGB133222155
HSL135°57.42%69.61%
HSB/HSV135°40.09%87.06%
CMYK40.09%0.00%30.18%
12.94%

Color #85DE9B in popluar number systems.

HEX85DE9B
Decimal133222155
Binary100001011101111010011011
Octal205336233

Shades and tints

Shades of #85DE9B

#85DE9B
(133,222,155)
#79CA8D
(121,202,141)
#6DB67F
(109,182,127)
#61A271
(97,162,113)
#558E63
(85,142,99)
#497A55
(73,122,85)
#3D6647
(61,102,71)
#315239
(49,82,57)
#253E2B
(37,62,43)
#192A1D
(25,42,29)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #85DE9B

#85DE9B
(133,222,155)
#90E1A4
(144,225,164)
#9BE4AD
(155,228,173)
#A6E7B6
(166,231,182)
#B1EABF
(177,234,191)
#BCEDC8
(188,237,200)
#C7F0D1
(199,240,209)
#D2F3DA
(210,243,218)
#DDF6E3
(221,246,227)
#E8F9EC
(232,249,236)
#F3FCF5
(243,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DE9B color. Also use rgb(133,222,155) instead hex code.

Text Font Color

.myTextColor { color: #85DE9B; }

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

This text font color is #85DE9B.


Background Color

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

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

This div background color is #85DE9B.


Border color

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

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

This div border color is #85DE9B.


Opacity

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

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

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

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

This text has shadow with #85DE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DE9B on black background.


Color preview on white background

This text has color #85DE9B on white background.



Black color preview on #85DE9B background

This text has black color on #85DE9B background.


White color preview on #85DE9B background

This text has white color on #85DE9B background.