COLOR #85DBB1

HEX: #85DBB1
RGB: (133,219,177)

Color info

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

RGB color model

#85DBB1 color RGB value is (133,219,177).

  • red value is 133;
  • green value is 219;
  • blue value is 177.
RGB:
(133,219,177)
(52%,86%,69%)

RGB channels and saturation

R 133 of 255 = 52%
G 219 of 255 = 86%
B 177 of 255 = 69%

133
219
177

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

Portions of RGB colors in percentages

R + G + B =
133 + 219 + 177 = 529 (100%)
R 133 of 529 ~ 25.14%
G 219 of 529 ~ 41.4%
B 177 of 529 ~ 33.46%

%25.14
%41.4
%33.46

CMYK color model

#85DBB1 color CMYK value is (39,0,19,14).

  • cyan value is 39.27%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 14.12%
CMYK:
(39,0,19,14)
C39M0Y19K14 
(39%,0%,19%,14%)
(0.39/0.00/0.19/0.14)	

CMYK percentages

%39.27
%0
%19.18
%14.12

Codes

Color #85DBB1 in popluar color models

85DBB1
RGB133219177
HSL151°54.43%69.02%
HSB/HSV151°39.27%85.88%
CMYK39.27%0.00%19.18%
14.12%

Color #85DBB1 in popluar number systems.

HEX85DBB1
Decimal133219177
Binary100001011101101110110001
Octal205333261

Shades and tints

Shades of #85DBB1

#85DBB1
(133,219,177)
#79C8A1
(121,200,161)
#6DB591
(109,181,145)
#61A281
(97,162,129)
#558F71
(85,143,113)
#497C61
(73,124,97)
#3D6951
(61,105,81)
#315641
(49,86,65)
#254331
(37,67,49)
#193021
(25,48,33)
#0D1D11
(13,29,17)
#000000
(0,0,0)

Tints of #85DBB1

#85DBB1
(133,219,177)
#90DEB8
(144,222,184)
#9BE1BF
(155,225,191)
#A6E4C6
(166,228,198)
#B1E7CD
(177,231,205)
#BCEAD4
(188,234,212)
#C7EDDB
(199,237,219)
#D2F0E2
(210,240,226)
#DDF3E9
(221,243,233)
#E8F6F0
(232,246,240)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DBB1 color. Also use rgb(133,219,177) instead hex code.

Text Font Color

.myTextColor { color: #85DBB1; }

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

This text font color is #85DBB1.


Background Color

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

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

This div background color is #85DBB1.


Border color

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

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

This div border color is #85DBB1.


Opacity

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

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

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

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

This text has shadow with #85DBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DBB1 on black background.


Color preview on white background

This text has color #85DBB1 on white background.



Black color preview on #85DBB1 background

This text has black color on #85DBB1 background.


White color preview on #85DBB1 background

This text has white color on #85DBB1 background.