COLOR #85CDCD

HEX: #85CDCD RGB: (133,205,205)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
205
205

R + G + B ~ 71%. #85CDCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 205 + 205 = 543 (100%)
R 133 of 543 ~ 24.49%
G 205 of 543 ~ 37.75%
B 205 of 543 ~ 37.75'%

%24.49
%37.75
%37.75

CMYK color model

#85CDCD color CMYK value is (35,0,0,20).

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (35,0,0,20)
C35M0Y0K20 (35%, 0%, 0%, 20%)
(0.35 / 0.00 / 0.00 / 0.20)

CMYK percentages

%35.12
%0
%0
%19.61

Codes

Color #85CDCD in popluar color models

85 CD CD
RGB 133 205 205
HSL 180° 41.86% 66.27%
HSB/HSV 180° 35.12% 80.39%
CMYK 35.12% 0.00% 0.00%
19.61%

Color #85CDCD in popluar number systems.

HEX 85 CD CD
Decimal 133 205 205
Binary 10000101 11001101 11001101
Octal 205 315 315

Shades and tints

Shades of #85CDCD

#85CDCD
(133,205,205)
#79BBBB
(121,187,187)
#6DA9A9
(109,169,169)
#619797
(97,151,151)
#558585
(85,133,133)
#497373
(73,115,115)
#3D6161
(61,97,97)
#314F4F
(49,79,79)
#253D3D
(37,61,61)
#192B2B
(25,43,43)
#0D1919
(13,25,25)
#000000
(0,0,0)

Tints of #85CDCD

#85CDCD
(133,205,205)
#90D1D1
(144,209,209)
#9BD5D5
(155,213,213)
#A6D9D9
(166,217,217)
#B1DDDD
(177,221,221)
#BCE1E1
(188,225,225)
#C7E5E5
(199,229,229)
#D2E9E9
(210,233,233)
#DDEDED
(221,237,237)
#E8F1F1
(232,241,241)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85CDCD; }

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

This text font color is #85CDCD.

Background Color

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

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

This div background color is #85CDCD.

Border color

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

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

This div border color is #85CDCD.

Opacity

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

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

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

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

This text has shadow with #85CDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85CDCD.

Preview

Color preview on black background

This text has color #85CDCD on black background.


Color preview on white background

This text has color #85CDCD on white background.


Black color preview on #85CDCD background

This text has black color on #85CDCD background.


White color preview on #85CDCD background

This text has white color on #85CDCD background.


Related colors

Complementary color

Complementary color for #hex is #7A3232.


I love getcolorcode.com