COLOR #85D5B3

HEX: #85D5B3
RGB: (133,213,179)

Color info

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

RGB color model

#85D5B3 color RGB value is (133,213,179).

  • red value is 133;
  • green value is 213;
  • blue value is 179.
RGB:
(133,213,179)
(52%,84%,70%)

RGB channels and saturation

R 133 of 255 = 52%
G 213 of 255 = 84%
B 179 of 255 = 70%

133
213
179

R + G + B ~ 69%. #85D5B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 213 + 179 = 525 (100%)
R 133 of 525 ~ 25.33%
G 213 of 525 ~ 40.57%
B 179 of 525 ~ 34.1%

%25.33
%40.57
%34.1

CMYK color model

#85D5B3 color CMYK value is (38,0,16,16).

  • cyan value is 37.56%
  • magenta value is 0.00%
  • yellow value is 15.96%
  • key color value is 16.47%
CMYK:
(38,0,16,16)
C38M0Y16K16 
(38%,0%,16%,16%)
(0.38/0.00/0.16/0.16)	

CMYK percentages

%37.56
%0
%15.96
%16.47

Codes

Color #85D5B3 in popluar color models

85D5B3
RGB133213179
HSL155°48.78%67.84%
HSB/HSV155°37.56%83.53%
CMYK37.56%0.00%15.96%
16.47%

Color #85D5B3 in popluar number systems.

HEX85D5B3
Decimal133213179
Binary100001011101010110110011
Octal205325263

Shades and tints

Shades of #85D5B3

#85D5B3
(133,213,179)
#79C2A3
(121,194,163)
#6DAF93
(109,175,147)
#619C83
(97,156,131)
#558973
(85,137,115)
#497663
(73,118,99)
#3D6353
(61,99,83)
#315043
(49,80,67)
#253D33
(37,61,51)
#192A23
(25,42,35)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #85D5B3

#85D5B3
(133,213,179)
#90D8B9
(144,216,185)
#9BDBBF
(155,219,191)
#A6DEC5
(166,222,197)
#B1E1CB
(177,225,203)
#BCE4D1
(188,228,209)
#C7E7D7
(199,231,215)
#D2EADD
(210,234,221)
#DDEDE3
(221,237,227)
#E8F0E9
(232,240,233)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D5B3 color. Also use rgb(133,213,179) instead hex code.

Text Font Color

.myTextColor { color: #85D5B3; }

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

This text font color is #85D5B3.


Background Color

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

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

This div background color is #85D5B3.


Border color

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

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

This div border color is #85D5B3.


Opacity

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

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

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

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

This text has shadow with #85D5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D5B3 on black background.


Color preview on white background

This text has color #85D5B3 on white background.



Black color preview on #85D5B3 background

This text has black color on #85D5B3 background.


White color preview on #85D5B3 background

This text has white color on #85D5B3 background.