COLOR #85BCB5

HEX: #85BCB5
RGB: (133,188,181)

Color info

#85BCB5 contains red, green and blue colors in about the same proportion. Web safe color of #85BCB5 is #99CCCC (or #9CC).

RGB color model

#85BCB5 color RGB value is (133,188,181).

  • red value is 133;
  • green value is 188;
  • blue value is 181.
RGB:
(133,188,181)
(52%,74%,71%)

RGB channels and saturation

R 133 of 255 = 52%
G 188 of 255 = 74%
B 181 of 255 = 71%

133
188
181

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

Portions of RGB colors in percentages

R + G + B =
133 + 188 + 181 = 502 (100%)
R 133 of 502 ~ 26.49%
G 188 of 502 ~ 37.45%
B 181 of 502 ~ 36.06%

%26.49
%37.45
%36.06

CMYK color model

#85BCB5 color CMYK value is (29,0,4,26).

  • cyan value is 29.26%
  • magenta value is 0.00%
  • yellow value is 3.72%
  • key color value is 26.27%
CMYK:
(29,0,4,26)
C29M0Y4K26 
(29%,0%,4%,26%)
(0.29/0.00/0.04/0.26)	

CMYK percentages

%29.26
%0
%3.72
%26.27

Codes

Color #85BCB5 in popluar color models

85BCB5
RGB133188181
HSL172°29.10%62.94%
HSB/HSV172°29.26%73.73%
CMYK29.26%0.00%3.72%
26.27%

Color #85BCB5 in popluar number systems.

HEX85BCB5
Decimal133188181
Binary100001011011110010110101
Octal205274265

Shades and tints

Shades of #85BCB5

#85BCB5
(133,188,181)
#79ABA5
(121,171,165)
#6D9A95
(109,154,149)
#618985
(97,137,133)
#557875
(85,120,117)
#496765
(73,103,101)
#3D5655
(61,86,85)
#314545
(49,69,69)
#253435
(37,52,53)
#192325
(25,35,37)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #85BCB5

#85BCB5
(133,188,181)
#90C2BB
(144,194,187)
#9BC8C1
(155,200,193)
#A6CEC7
(166,206,199)
#B1D4CD
(177,212,205)
#BCDAD3
(188,218,211)
#C7E0D9
(199,224,217)
#D2E6DF
(210,230,223)
#DDECE5
(221,236,229)
#E8F2EB
(232,242,235)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BCB5 color. Also use rgb(133,188,181) instead hex code.

Text Font Color

.myTextColor { color: #85BCB5; }

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

This text font color is #85BCB5.


Background Color

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

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

This div background color is #85BCB5.


Border color

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

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

This div border color is #85BCB5.


Opacity

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

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

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

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

This text has shadow with #85BCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BCB5 on black background.


Color preview on white background

This text has color #85BCB5 on white background.



Black color preview on #85BCB5 background

This text has black color on #85BCB5 background.


White color preview on #85BCB5 background

This text has white color on #85BCB5 background.