COLOR #85D2B3

HEX: #85D2B3
RGB: (133,210,179)

Color info

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

RGB color model

#85D2B3 color RGB value is (133,210,179).

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

RGB channels and saturation

R 133 of 255 = 52%
G 210 of 255 = 82%
B 179 of 255 = 70%

133
210
179

R + G + B ~ 68%. #85D2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 210 + 179 = 522 (100%)
R 133 of 522 ~ 25.48%
G 210 of 522 ~ 40.23%
B 179 of 522 ~ 34.29%

%25.48
%40.23
%34.29

CMYK color model

#85D2B3 color CMYK value is (37,0,15,18).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 14.76%
  • key color value is 17.65%
CMYK:
(37,0,15,18)
C37M0Y15K18 
(37%,0%,15%,18%)
(0.37/0.00/0.15/0.18)	

CMYK percentages

%36.67
%0
%14.76
%17.65

Codes

Color #85D2B3 in popluar color models

85D2B3
RGB133210179
HSL156°46.11%67.25%
HSB/HSV156°36.67%82.35%
CMYK36.67%0.00%14.76%
17.65%

Color #85D2B3 in popluar number systems.

HEX85D2B3
Decimal133210179
Binary100001011101001010110011
Octal205322263

Shades and tints

Shades of #85D2B3

#85D2B3
(133,210,179)
#79BFA3
(121,191,163)
#6DAC93
(109,172,147)
#619983
(97,153,131)
#558673
(85,134,115)
#497363
(73,115,99)
#3D6053
(61,96,83)
#314D43
(49,77,67)
#253A33
(37,58,51)
#192723
(25,39,35)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #85D2B3

#85D2B3
(133,210,179)
#90D6B9
(144,214,185)
#9BDABF
(155,218,191)
#A6DEC5
(166,222,197)
#B1E2CB
(177,226,203)
#BCE6D1
(188,230,209)
#C7EAD7
(199,234,215)
#D2EEDD
(210,238,221)
#DDF2E3
(221,242,227)
#E8F6E9
(232,246,233)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D2B3; }

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

This text font color is #85D2B3.


Background Color

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

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

This div background color is #85D2B3.


Border color

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

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

This div border color is #85D2B3.


Opacity

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

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

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

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

This text has shadow with #85D2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D2B3 on black background.


Color preview on white background

This text has color #85D2B3 on white background.



Black color preview on #85D2B3 background

This text has black color on #85D2B3 background.


White color preview on #85D2B3 background

This text has white color on #85D2B3 background.