COLOR #85BCBB

HEX: #85BCBB RGB: (133,188,187)

Color info

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

RGB color model

#85BCBB color RGB value is (133,188,187).

RGB: (133,188,187) (52%, 74%, 73%)

RGB channels and saturation

R 133 of 255 = 52%
G 188 of 255 = 74%
B 187 of 255 = 73%

133
188
187

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

Portions of RGB colors in percentages

R + G + B = 133 + 188 + 187 = 508 (100%)
R 133 of 508 ~ 26.18%
G 188 of 508 ~ 37.01%
B 187 of 508 ~ 36.81'%

%26.18
%37.01
%36.81

CMYK color model

#85BCBB color CMYK value is (29,0,1,26).

  • cyan value is 29.26%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 26.27%
CMYK: (29,0,1,26) C29M0Y1K26 (29%,0%,1%,26%) (0.29/0.00/0.01/0.26) 

CMYK percentages

%29.26
%0
%0.53
%26.27

Codes

Color #85BCBB in popluar color models

85 BC BB
RGB 133 188 187
HSL 179° 29.10% 62.94%
HSB/HSV 179° 29.26% 73.73%
CMYK 29.26% 0.00% 0.53%
26.27%

Color #85BCBB in popluar number systems.

HEX 85 BC BB
Decimal 133 188 187
Binary 10000101 10111100 10111011
Octal 205 274 273

Shades and tints

Shades of #85BCBB

#85BCBB
(133,188,187)
#79ABAA
(121,171,170)
#6D9A99
(109,154,153)
#618988
(97,137,136)
#557877
(85,120,119)
#496766
(73,103,102)
#3D5655
(61,86,85)
#314544
(49,69,68)
#253433
(37,52,51)
#192322
(25,35,34)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #85BCBB

#85BCBB
(133,188,187)
#90C2C1
(144,194,193)
#9BC8C7
(155,200,199)
#A6CECD
(166,206,205)
#B1D4D3
(177,212,211)
#BCDAD9
(188,218,217)
#C7E0DF
(199,224,223)
#D2E6E5
(210,230,229)
#DDECEB
(221,236,235)
#E8F2F1
(232,242,241)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BCBB; }

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

This text font color is #85BCBB.

Background Color

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

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

This div background color is #85BCBB.

Border color

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

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

This div border color is #85BCBB.

Opacity

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

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

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

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

This text has shadow with #85BCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BCBB.

Preview

Color preview on black background

This text has color #85BCBB on black background.


Color preview on white background

This text has color #85BCBB on white background.


Black color preview on #85BCBB background

This text has black color on #85BCBB background.


White color preview on #85BCBB background

This text has white color on #85BCBB background.


Related colors

Complementary color

Complementary color for #hex is #7A4344.


I love getcolorcode.com

Triadic colors

1 #BB85BC and #BCBB85 with #85BCBB are triadic colors.

2 #BBBC85 and #BC85BB with #85BCBB are triadic colors.