COLOR #85D48C

HEX: #85D48C
RGB: (133,212,140)

Color info

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

RGB color model

#85D48C color RGB value is (133,212,140).

  • red value is 133;
  • green value is 212;
  • blue value is 140.
RGB:
(133,212,140)
(52%,83%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 212 of 255 = 83%
B 140 of 255 = 55%

133
212
140

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

Portions of RGB colors in percentages

R + G + B =
133 + 212 + 140 = 485 (100%)
R 133 of 485 ~ 27.42%
G 212 of 485 ~ 43.71%
B 140 of 485 ~ 28.87%

%27.42
%43.71
%28.87

CMYK color model

#85D48C color CMYK value is (37,0,34,17).

  • cyan value is 37.26%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 16.86%
CMYK:
(37,0,34,17)
C37M0Y34K17 
(37%,0%,34%,17%)
(0.37/0.00/0.34/0.17)	

CMYK percentages

%37.26
%0
%33.96
%16.86

Codes

Color #85D48C in popluar color models

85D48C
RGB133212140
HSL125°47.88%67.65%
HSB/HSV125°37.26%83.14%
CMYK37.26%0.00%33.96%
16.86%

Color #85D48C in popluar number systems.

HEX85D48C
Decimal133212140
Binary100001011101010010001100
Octal205324214

Shades and tints

Shades of #85D48C

#85D48C
(133,212,140)
#79C180
(121,193,128)
#6DAE74
(109,174,116)
#619B68
(97,155,104)
#55885C
(85,136,92)
#497550
(73,117,80)
#3D6244
(61,98,68)
#314F38
(49,79,56)
#253C2C
(37,60,44)
#192920
(25,41,32)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #85D48C

#85D48C
(133,212,140)
#90D796
(144,215,150)
#9BDAA0
(155,218,160)
#A6DDAA
(166,221,170)
#B1E0B4
(177,224,180)
#BCE3BE
(188,227,190)
#C7E6C8
(199,230,200)
#D2E9D2
(210,233,210)
#DDECDC
(221,236,220)
#E8EFE6
(232,239,230)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D48C color. Also use rgb(133,212,140) instead hex code.

Text Font Color

.myTextColor { color: #85D48C; }

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

This text font color is #85D48C.


Background Color

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

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

This div background color is #85D48C.


Border color

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

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

This div border color is #85D48C.


Opacity

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

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

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

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

This text has shadow with #85D48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D48C on black background.


Color preview on white background

This text has color #85D48C on white background.



Black color preview on #85D48C background

This text has black color on #85D48C background.


White color preview on #85D48C background

This text has white color on #85D48C background.