COLOR #85C2B2

HEX: #85C2B2
RGB: (133,194,178)

Color info

#85C2B2 contains mainly green and blue colors. Web safe color of #85C2B2 is #99CC99 (or #9C9).

RGB color model

#85C2B2 color RGB value is (133,194,178).

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

RGB channels and saturation

R 133 of 255 = 52%
G 194 of 255 = 76%
B 178 of 255 = 70%

133
194
178

R + G + B ~ 66%. #85C2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 194 + 178 = 505 (100%)
R 133 of 505 ~ 26.34%
G 194 of 505 ~ 38.42%
B 178 of 505 ~ 35.25%

%26.34
%38.42
%35.25

CMYK color model

#85C2B2 color CMYK value is (31,0,8,24).

  • cyan value is 31.44%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 23.92%
CMYK:
(31,0,8,24)
C31M0Y8K24 
(31%,0%,8%,24%)
(0.31/0.00/0.08/0.24)	

CMYK percentages

%31.44
%0
%8.25
%23.92

Codes

Color #85C2B2 in popluar color models

85C2B2
RGB133194178
HSL164°33.33%64.12%
HSB/HSV164°31.44%76.08%
CMYK31.44%0.00%8.25%
23.92%

Color #85C2B2 in popluar number systems.

HEX85C2B2
Decimal133194178
Binary100001011100001010110010
Octal205302262

Shades and tints

Shades of #85C2B2

#85C2B2
(133,194,178)
#79B1A2
(121,177,162)
#6DA092
(109,160,146)
#618F82
(97,143,130)
#557E72
(85,126,114)
#496D62
(73,109,98)
#3D5C52
(61,92,82)
#314B42
(49,75,66)
#253A32
(37,58,50)
#192922
(25,41,34)
#0D1812
(13,24,18)
#000000
(0,0,0)

Tints of #85C2B2

#85C2B2
(133,194,178)
#90C7B9
(144,199,185)
#9BCCC0
(155,204,192)
#A6D1C7
(166,209,199)
#B1D6CE
(177,214,206)
#BCDBD5
(188,219,213)
#C7E0DC
(199,224,220)
#D2E5E3
(210,229,227)
#DDEAEA
(221,234,234)
#E8EFF1
(232,239,241)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C2B2; }

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

This text font color is #85C2B2.


Background Color

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

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

This div background color is #85C2B2.


Border color

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

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

This div border color is #85C2B2.


Opacity

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

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

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

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

This text has shadow with #85C2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C2B2 on black background.


Color preview on white background

This text has color #85C2B2 on white background.



Black color preview on #85C2B2 background

This text has black color on #85C2B2 background.


White color preview on #85C2B2 background

This text has white color on #85C2B2 background.