COLOR #85C8B0

HEX: #85C8B0
RGB: (133,200,176)

Color info

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

RGB color model

#85C8B0 color RGB value is (133,200,176).

  • red value is 133;
  • green value is 200;
  • blue value is 176.
RGB:
(133,200,176)
(52%,78%,69%)

RGB channels and saturation

R 133 of 255 = 52%
G 200 of 255 = 78%
B 176 of 255 = 69%

133
200
176

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

Portions of RGB colors in percentages

R + G + B =
133 + 200 + 176 = 509 (100%)
R 133 of 509 ~ 26.13%
G 200 of 509 ~ 39.29%
B 176 of 509 ~ 34.58%

%26.13
%39.29
%34.58

CMYK color model

#85C8B0 color CMYK value is (34,0,12,22).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 21.57%
CMYK:
(34,0,12,22)
C34M0Y12K22 
(34%,0%,12%,22%)
(0.34/0.00/0.12/0.22)	

CMYK percentages

%33.5
%0
%12
%21.57

Codes

Color #85C8B0 in popluar color models

85C8B0
RGB133200176
HSL159°37.85%65.29%
HSB/HSV159°33.50%78.43%
CMYK33.50%0.00%12.00%
21.57%

Color #85C8B0 in popluar number systems.

HEX85C8B0
Decimal133200176
Binary100001011100100010110000
Octal205310260

Shades and tints

Shades of #85C8B0

#85C8B0
(133,200,176)
#79B6A0
(121,182,160)
#6DA490
(109,164,144)
#619280
(97,146,128)
#558070
(85,128,112)
#496E60
(73,110,96)
#3D5C50
(61,92,80)
#314A40
(49,74,64)
#253830
(37,56,48)
#192620
(25,38,32)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #85C8B0

#85C8B0
(133,200,176)
#90CDB7
(144,205,183)
#9BD2BE
(155,210,190)
#A6D7C5
(166,215,197)
#B1DCCC
(177,220,204)
#BCE1D3
(188,225,211)
#C7E6DA
(199,230,218)
#D2EBE1
(210,235,225)
#DDF0E8
(221,240,232)
#E8F5EF
(232,245,239)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C8B0; }

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

This text font color is #85C8B0.


Background Color

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

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

This div background color is #85C8B0.


Border color

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

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

This div border color is #85C8B0.


Opacity

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

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

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

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

This text has shadow with #85C8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C8B0 on black background.


Color preview on white background

This text has color #85C8B0 on white background.



Black color preview on #85C8B0 background

This text has black color on #85C8B0 background.


White color preview on #85C8B0 background

This text has white color on #85C8B0 background.