COLOR #85B7C6

HEX: #85B7C6
RGB: (133,183,198)

Color info

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

RGB color model

#85B7C6 color RGB value is (133,183,198).

  • red value is 133;
  • green value is 183;
  • blue value is 198.
RGB:
(133,183,198)
(52%,72%,78%)

RGB channels and saturation

R 133 of 255 = 52%
G 183 of 255 = 72%
B 198 of 255 = 78%

133
183
198

R + G + B ~ 67%. #85B7C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 183 + 198 = 514 (100%)
R 133 of 514 ~ 25.88%
G 183 of 514 ~ 35.6%
B 198 of 514 ~ 38.52%

%25.88
%35.6
%38.52

CMYK color model

#85B7C6 color CMYK value is (33,8,0,22).

  • cyan value is 32.83%
  • magenta value is 7.58%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(33,8,0,22)
C33M8Y0K22 
(33%,8%,0%,22%)
(0.33/0.08/0.00/0.22)	

CMYK percentages

%32.83
%7.58
%0
%22.35

Codes

Color #85B7C6 in popluar color models

85B7C6
RGB133183198
HSL194°36.31%64.90%
HSB/HSV194°32.83%77.65%
CMYK32.83%7.58%0.00%
22.35%

Color #85B7C6 in popluar number systems.

HEX85B7C6
Decimal133183198
Binary100001011011011111000110
Octal205267306

Shades and tints

Shades of #85B7C6

#85B7C6
(133,183,198)
#79A7B4
(121,167,180)
#6D97A2
(109,151,162)
#618790
(97,135,144)
#55777E
(85,119,126)
#49676C
(73,103,108)
#3D575A
(61,87,90)
#314748
(49,71,72)
#253736
(37,55,54)
#192724
(25,39,36)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #85B7C6

#85B7C6
(133,183,198)
#90BDCB
(144,189,203)
#9BC3D0
(155,195,208)
#A6C9D5
(166,201,213)
#B1CFDA
(177,207,218)
#BCD5DF
(188,213,223)
#C7DBE4
(199,219,228)
#D2E1E9
(210,225,233)
#DDE7EE
(221,231,238)
#E8EDF3
(232,237,243)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B7C6; }

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

This text font color is #85B7C6.


Background Color

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

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

This div background color is #85B7C6.


Border color

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

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

This div border color is #85B7C6.


Opacity

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

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

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

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

This text has shadow with #85B7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B7C6 on black background.


Color preview on white background

This text has color #85B7C6 on white background.



Black color preview on #85B7C6 background

This text has black color on #85B7C6 background.


White color preview on #85B7C6 background

This text has white color on #85B7C6 background.