COLOR #85DBCD

HEX: #85DBCD RGB: (133,219,205)

Color info

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

RGB color model

#85DBCD color RGB value is (133,219,205).

RGB: (133,219,205) (52%, 86%, 80%)

RGB channels and saturation

R 133 of 255 = 52%
G 219 of 255 = 86%
B 205 of 255 = 80%

133
219
205

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

Portions of RGB colors in percentages

R + G + B = 133 + 219 + 205 = 557 (100%)
R 133 of 557 ~ 23.88%
G 219 of 557 ~ 39.32%
B 205 of 557 ~ 36.8'%

%23.88
%39.32
%36.8

CMYK color model

#85DBCD color CMYK value is (39,0,6,14).

  • cyan value is 39.27%
  • magenta value is 0.00%
  • yellow value is 6.39%
  • key color value is 14.12%

CMYK: (39,0,6,14)
C39M0Y6K14 (39%, 0%, 6%, 14%)
(0.39 / 0.00 / 0.06 / 0.14)

CMYK percentages

%39.27
%0
%6.39
%14.12

Codes

Color #85DBCD in popluar color models

85 DB CD
RGB 133 219 205
HSL 170° 54.43% 69.02%
HSB/HSV 170° 39.27% 85.88%
CMYK 39.27% 0.00% 6.39%
14.12%

Color #85DBCD in popluar number systems.

HEX 85 DB CD
Decimal 133 219 205
Binary 10000101 11011011 11001101
Octal 205 333 315

Shades and tints

Shades of #85DBCD

#85DBCD
(133,219,205)
#79C8BB
(121,200,187)
#6DB5A9
(109,181,169)
#61A297
(97,162,151)
#558F85
(85,143,133)
#497C73
(73,124,115)
#3D6961
(61,105,97)
#31564F
(49,86,79)
#25433D
(37,67,61)
#19302B
(25,48,43)
#0D1D19
(13,29,25)
#000000
(0,0,0)

Tints of #85DBCD

#85DBCD
(133,219,205)
#90DED1
(144,222,209)
#9BE1D5
(155,225,213)
#A6E4D9
(166,228,217)
#B1E7DD
(177,231,221)
#BCEAE1
(188,234,225)
#C7EDE5
(199,237,229)
#D2F0E9
(210,240,233)
#DDF3ED
(221,243,237)
#E8F6F1
(232,246,241)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85DBCD; }

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

This text font color is #85DBCD.

Background Color

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

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

This div background color is #85DBCD.

Border color

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

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

This div border color is #85DBCD.

Opacity

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

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

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

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

This text has shadow with #85DBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85DBCD.

Preview

Color preview on black background

This text has color #85DBCD on black background.


Color preview on white background

This text has color #85DBCD on white background.


Black color preview on #85DBCD background

This text has black color on #85DBCD background.


White color preview on #85DBCD background

This text has white color on #85DBCD background.


Related colors

Complementary color

Complementary color for #hex is #7A2432.


I love getcolorcode.com

Triadic colors

1 #CD85DB and #DBCD85 with #85DBCD are triadic colors.

2 #CDDB85 and #DB85CD with #85DBCD are triadic colors.