COLOR #85DBC5

HEX: #85DBC5
RGB: (133,219,197)

Color info

#85DBC5 contains mainly green and blue colors. Web safe color of #85DBC5 is #99CCCC (or #9CC).

RGB color model

#85DBC5 color RGB value is (133,219,197).

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

RGB channels and saturation

R 133 of 255 = 52%
G 219 of 255 = 86%
B 197 of 255 = 77%

133
219
197

R + G + B ~ 72%. #85DBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 219 + 197 = 549 (100%)
R 133 of 549 ~ 24.23%
G 219 of 549 ~ 39.89%
B 197 of 549 ~ 35.88%

%24.23
%39.89
%35.88

CMYK color model

#85DBC5 color CMYK value is (39,0,10,14).

  • cyan value is 39.27%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 14.12%
CMYK:
(39,0,10,14)
C39M0Y10K14 
(39%,0%,10%,14%)
(0.39/0.00/0.10/0.14)	

CMYK percentages

%39.27
%0
%10.05
%14.12

Codes

Color #85DBC5 in popluar color models

85DBC5
RGB133219197
HSL165°54.43%69.02%
HSB/HSV165°39.27%85.88%
CMYK39.27%0.00%10.05%
14.12%

Color #85DBC5 in popluar number systems.

HEX85DBC5
Decimal133219197
Binary100001011101101111000101
Octal205333305

Shades and tints

Shades of #85DBC5

#85DBC5
(133,219,197)
#79C8B4
(121,200,180)
#6DB5A3
(109,181,163)
#61A292
(97,162,146)
#558F81
(85,143,129)
#497C70
(73,124,112)
#3D695F
(61,105,95)
#31564E
(49,86,78)
#25433D
(37,67,61)
#19302C
(25,48,44)
#0D1D1B
(13,29,27)
#000000
(0,0,0)

Tints of #85DBC5

#85DBC5
(133,219,197)
#90DECA
(144,222,202)
#9BE1CF
(155,225,207)
#A6E4D4
(166,228,212)
#B1E7D9
(177,231,217)
#BCEADE
(188,234,222)
#C7EDE3
(199,237,227)
#D2F0E8
(210,240,232)
#DDF3ED
(221,243,237)
#E8F6F2
(232,246,242)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85DBC5; }

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

This text font color is #85DBC5.


Background Color

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

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

This div background color is #85DBC5.


Border color

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

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

This div border color is #85DBC5.


Opacity

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

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

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

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

This text has shadow with #85DBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DBC5 on black background.


Color preview on white background

This text has color #85DBC5 on white background.



Black color preview on #85DBC5 background

This text has black color on #85DBC5 background.


White color preview on #85DBC5 background

This text has white color on #85DBC5 background.