COLOR #85BBBC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
187
188

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

Portions of RGB colors in percentages

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

%26.18
%36.81
%37.01

CMYK color model

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

  • cyan value is 29.26%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (29,1,0,26)
C29M1Y0K26 (29%, 1%, 0%, 26%)
(0.29 / 0.01 / 0.00 / 0.26)

CMYK percentages

%29.26
%0.53
%0
%26.27

Codes

Color #85BBBC in popluar color models

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

Color #85BBBC in popluar number systems.

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

Shades and tints

Shades of #85BBBC

#85BBBC
(133,187,188)
#79AAAB
(121,170,171)
#6D999A
(109,153,154)
#618889
(97,136,137)
#557778
(85,119,120)
#496667
(73,102,103)
#3D5556
(61,85,86)
#314445
(49,68,69)
#253334
(37,51,52)
#192223
(25,34,35)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #85BBBC

#85BBBC
(133,187,188)
#90C1C2
(144,193,194)
#9BC7C8
(155,199,200)
#A6CDCE
(166,205,206)
#B1D3D4
(177,211,212)
#BCD9DA
(188,217,218)
#C7DFE0
(199,223,224)
#D2E5E6
(210,229,230)
#DDEBEC
(221,235,236)
#E8F1F2
(232,241,242)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BBBC; }

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

This text font color is #85BBBC.

Background Color

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

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

This div background color is #85BBBC.

Border color

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

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

This div border color is #85BBBC.

Opacity

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

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

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

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

This text has shadow with #85BBBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BBBC.

Preview

Color preview on black background

This text has color #85BBBC on black background.


Color preview on white background

This text has color #85BBBC on white background.


Black color preview on #85BBBC background

This text has black color on #85BBBC background.


White color preview on #85BBBC background

This text has white color on #85BBBC background.


Related colors

Complementary color

Complementary color for #hex is #7A4443.


I love getcolorcode.com

Triadic colors

1 #BC85BB and #BBBC85 with #85BBBC are triadic colors.

2 #BCBB85 and #BB85BC with #85BBBC are triadic colors.