COLOR #85C2D2

HEX: #85C2D2
RGB: (133,194,210)

Color info

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

RGB color model

#85C2D2 color RGB value is (133,194,210).

  • red value is 133;
  • green value is 194;
  • blue value is 210.
RGB:
(133,194,210)
(52%,76%,82%)

RGB channels and saturation

R 133 of 255 = 52%
G 194 of 255 = 76%
B 210 of 255 = 82%

133
194
210

R + G + B ~ 70%. #85C2D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 194 + 210 = 537 (100%)
R 133 of 537 ~ 24.77%
G 194 of 537 ~ 36.13%
B 210 of 537 ~ 39.11%

%24.77
%36.13
%39.11

CMYK color model

#85C2D2 color CMYK value is (37,8,0,18).

  • cyan value is 36.67%
  • magenta value is 7.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(37,8,0,18)
C37M8Y0K18 
(37%,8%,0%,18%)
(0.37/0.08/0.00/0.18)	

CMYK percentages

%36.67
%7.62
%0
%17.65

Codes

Color #85C2D2 in popluar color models

85C2D2
RGB133194210
HSL192°46.11%67.25%
HSB/HSV192°36.67%82.35%
CMYK36.67%7.62%0.00%
17.65%

Color #85C2D2 in popluar number systems.

HEX85C2D2
Decimal133194210
Binary100001011100001011010010
Octal205302322

Shades and tints

Shades of #85C2D2

#85C2D2
(133,194,210)
#79B1BF
(121,177,191)
#6DA0AC
(109,160,172)
#618F99
(97,143,153)
#557E86
(85,126,134)
#496D73
(73,109,115)
#3D5C60
(61,92,96)
#314B4D
(49,75,77)
#253A3A
(37,58,58)
#192927
(25,41,39)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #85C2D2

#85C2D2
(133,194,210)
#90C7D6
(144,199,214)
#9BCCDA
(155,204,218)
#A6D1DE
(166,209,222)
#B1D6E2
(177,214,226)
#BCDBE6
(188,219,230)
#C7E0EA
(199,224,234)
#D2E5EE
(210,229,238)
#DDEAF2
(221,234,242)
#E8EFF6
(232,239,246)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C2D2; }

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

This text font color is #85C2D2.


Background Color

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

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

This div background color is #85C2D2.


Border color

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

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

This div border color is #85C2D2.


Opacity

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

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

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

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

This text has shadow with #85C2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C2D2 on black background.


Color preview on white background

This text has color #85C2D2 on white background.



Black color preview on #85C2D2 background

This text has black color on #85C2D2 background.


White color preview on #85C2D2 background

This text has white color on #85C2D2 background.