COLOR #85DBD2

HEX: #85DBD2 RGB: (133,219,210)

Color info

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

RGB color model

#85DBD2 color RGB value is (133,219,210).

RGB: (133,219,210) (52%, 86%, 82%)

RGB channels and saturation

R 133 of 255 = 52%
G 219 of 255 = 86%
B 210 of 255 = 82%

133
219
210

R + G + B ~ 73%. #85DBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 219 + 210 = 562 (100%)
R 133 of 562 ~ 23.67%
G 219 of 562 ~ 38.97%
B 210 of 562 ~ 37.37'%

%23.67
%38.97
%37.37

CMYK color model

#85DBD2 color CMYK value is (39,0,4,14).

  • cyan value is 39.27%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 14.12%
CMYK: (39,0,4,14) C39M0Y4K14 (39%,0%,4%,14%) (0.39/0.00/0.04/0.14) 

CMYK percentages

%39.27
%0
%4.11
%14.12

Codes

Color #85DBD2 in popluar color models

85 DB D2
RGB 133 219 210
HSL 174° 54.43% 69.02%
HSB/HSV 174° 39.27% 85.88%
CMYK 39.27% 0.00% 4.11%
14.12%

Color #85DBD2 in popluar number systems.

HEX 85 DB D2
Decimal 133 219 210
Binary 10000101 11011011 11010010
Octal 205 333 322

Shades and tints

Shades of #85DBD2

#85DBD2
(133,219,210)
#79C8BF
(121,200,191)
#6DB5AC
(109,181,172)
#61A299
(97,162,153)
#558F86
(85,143,134)
#497C73
(73,124,115)
#3D6960
(61,105,96)
#31564D
(49,86,77)
#25433A
(37,67,58)
#193027
(25,48,39)
#0D1D14
(13,29,20)
#000000
(0,0,0)

Tints of #85DBD2

#85DBD2
(133,219,210)
#90DED6
(144,222,214)
#9BE1DA
(155,225,218)
#A6E4DE
(166,228,222)
#B1E7E2
(177,231,226)
#BCEAE6
(188,234,230)
#C7EDEA
(199,237,234)
#D2F0EE
(210,240,238)
#DDF3F2
(221,243,242)
#E8F6F6
(232,246,246)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85DBD2; }

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

This text font color is #85DBD2.

Background Color

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

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

This div background color is #85DBD2.

Border color

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

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

This div border color is #85DBD2.

Opacity

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

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

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

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

This text has shadow with #85DBD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85DBD2.

Preview

Color preview on black background

This text has color #85DBD2 on black background.


Color preview on white background

This text has color #85DBD2 on white background.


Black color preview on #85DBD2 background

This text has black color on #85DBD2 background.


White color preview on #85DBD2 background

This text has white color on #85DBD2 background.


Related colors

Complementary color

Complementary color for #hex is #7A242D.


I love getcolorcode.com

Triadic colors

1 #D285DB and #DBD285 with #85DBD2 are triadic colors.

2 #D2DB85 and #DB85D2 with #85DBD2 are triadic colors.