COLOR #85B1C5

HEX: #85B1C5
RGB: (133,177,197)

Color info

#85B1C5 contains mainly green and blue colors. Web safe color of #85B1C5 is #9999CC (or #99C).

RGB color model

#85B1C5 color RGB value is (133,177,197).

  • red value is 133;
  • green value is 177;
  • blue value is 197.
RGB:
(133,177,197)
(52%,69%,77%)

RGB channels and saturation

R 133 of 255 = 52%
G 177 of 255 = 69%
B 197 of 255 = 77%

133
177
197

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

Portions of RGB colors in percentages

R + G + B =
133 + 177 + 197 = 507 (100%)
R 133 of 507 ~ 26.23%
G 177 of 507 ~ 34.91%
B 197 of 507 ~ 38.86%

%26.23
%34.91
%38.86

CMYK color model

#85B1C5 color CMYK value is (32,10,0,23).

  • cyan value is 32.49%
  • magenta value is 10.15%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(32,10,0,23)
C32M10Y0K23 
(32%,10%,0%,23%)
(0.32/0.10/0.00/0.23)	

CMYK percentages

%32.49
%10.15
%0
%22.75

Codes

Color #85B1C5 in popluar color models

85B1C5
RGB133177197
HSL199°35.56%64.71%
HSB/HSV199°32.49%77.25%
CMYK32.49%10.15%0.00%
22.75%

Color #85B1C5 in popluar number systems.

HEX85B1C5
Decimal133177197
Binary100001011011000111000101
Octal205261305

Shades and tints

Shades of #85B1C5

#85B1C5
(133,177,197)
#79A1B4
(121,161,180)
#6D91A3
(109,145,163)
#618192
(97,129,146)
#557181
(85,113,129)
#496170
(73,97,112)
#3D515F
(61,81,95)
#31414E
(49,65,78)
#25313D
(37,49,61)
#19212C
(25,33,44)
#0D111B
(13,17,27)
#000000
(0,0,0)

Tints of #85B1C5

#85B1C5
(133,177,197)
#90B8CA
(144,184,202)
#9BBFCF
(155,191,207)
#A6C6D4
(166,198,212)
#B1CDD9
(177,205,217)
#BCD4DE
(188,212,222)
#C7DBE3
(199,219,227)
#D2E2E8
(210,226,232)
#DDE9ED
(221,233,237)
#E8F0F2
(232,240,242)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B1C5 color. Also use rgb(133,177,197) instead hex code.

Text Font Color

.myTextColor { color: #85B1C5; }

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

This text font color is #85B1C5.


Background Color

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

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

This div background color is #85B1C5.


Border color

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

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

This div border color is #85B1C5.


Opacity

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

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

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

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

This text has shadow with #85B1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B1C5 on black background.


Color preview on white background

This text has color #85B1C5 on white background.



Black color preview on #85B1C5 background

This text has black color on #85B1C5 background.


White color preview on #85B1C5 background

This text has white color on #85B1C5 background.