COLOR #85C3CD

HEX: #85C3CD
RGB: (133,195,205)

Color info

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

RGB color model

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

  • red value is 133;
  • green value is 195;
  • blue value is 205.
RGB:
(133,195,205)
(52%,76%,80%)

RGB channels and saturation

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

133
195
205

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

Portions of RGB colors in percentages

R + G + B =
133 + 195 + 205 = 533 (100%)
R 133 of 533 ~ 24.95%
G 195 of 533 ~ 36.59%
B 205 of 533 ~ 38.46%

%24.95
%36.59
%38.46

CMYK color model

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

  • cyan value is 35.12%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(35,5,0,20)
C35M5Y0K20 
(35%,5%,0%,20%)
(0.35/0.05/0.00/0.20)	

CMYK percentages

%35.12
%4.88
%0
%19.61

Codes

Color #85C3CD in popluar color models

85C3CD
RGB133195205
HSL188°41.86%66.27%
HSB/HSV188°35.12%80.39%
CMYK35.12%4.88%0.00%
19.61%

Color #85C3CD in popluar number systems.

HEX85C3CD
Decimal133195205
Binary100001011100001111001101
Octal205303315

Shades and tints

Shades of #85C3CD

#85C3CD
(133,195,205)
#79B2BB
(121,178,187)
#6DA1A9
(109,161,169)
#619097
(97,144,151)
#557F85
(85,127,133)
#496E73
(73,110,115)
#3D5D61
(61,93,97)
#314C4F
(49,76,79)
#253B3D
(37,59,61)
#192A2B
(25,42,43)
#0D1919
(13,25,25)
#000000
(0,0,0)

Tints of #85C3CD

#85C3CD
(133,195,205)
#90C8D1
(144,200,209)
#9BCDD5
(155,205,213)
#A6D2D9
(166,210,217)
#B1D7DD
(177,215,221)
#BCDCE1
(188,220,225)
#C7E1E5
(199,225,229)
#D2E6E9
(210,230,233)
#DDEBED
(221,235,237)
#E8F0F1
(232,240,241)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C3CD; }

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

This text font color is #85C3CD.


Background Color

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

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

This div background color is #85C3CD.


Border color

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

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

This div border color is #85C3CD.


Opacity

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

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

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

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

This text has shadow with #85C3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C3CD on black background.


Color preview on white background

This text has color #85C3CD on white background.



Black color preview on #85C3CD background

This text has black color on #85C3CD background.


White color preview on #85C3CD background

This text has white color on #85C3CD background.