COLOR #85BBB6

HEX: #85BBB6
RGB: (133,187,182)

Color info

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

RGB color model

#85BBB6 color RGB value is (133,187,182).

  • red value is 133;
  • green value is 187;
  • blue value is 182.
RGB:
(133,187,182)
(52%,73%,71%)

RGB channels and saturation

R 133 of 255 = 52%
G 187 of 255 = 73%
B 182 of 255 = 71%

133
187
182

R + G + B ~ 65%. #85BBB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 187 + 182 = 502 (100%)
R 133 of 502 ~ 26.49%
G 187 of 502 ~ 37.25%
B 182 of 502 ~ 36.25%

%26.49
%37.25
%36.25

CMYK color model

#85BBB6 color CMYK value is (29,0,3,27).

  • cyan value is 28.88%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 26.67%
CMYK:
(29,0,3,27)
C29M0Y3K27 
(29%,0%,3%,27%)
(0.29/0.00/0.03/0.27)	

CMYK percentages

%28.88
%0
%2.67
%26.67

Codes

Color #85BBB6 in popluar color models

85BBB6
RGB133187182
HSL174°28.42%62.75%
HSB/HSV174°28.88%73.33%
CMYK28.88%0.00%2.67%
26.67%

Color #85BBB6 in popluar number systems.

HEX85BBB6
Decimal133187182
Binary100001011011101110110110
Octal205273266

Shades and tints

Shades of #85BBB6

#85BBB6
(133,187,182)
#79AAA6
(121,170,166)
#6D9996
(109,153,150)
#618886
(97,136,134)
#557776
(85,119,118)
#496666
(73,102,102)
#3D5556
(61,85,86)
#314446
(49,68,70)
#253336
(37,51,54)
#192226
(25,34,38)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #85BBB6

#85BBB6
(133,187,182)
#90C1BC
(144,193,188)
#9BC7C2
(155,199,194)
#A6CDC8
(166,205,200)
#B1D3CE
(177,211,206)
#BCD9D4
(188,217,212)
#C7DFDA
(199,223,218)
#D2E5E0
(210,229,224)
#DDEBE6
(221,235,230)
#E8F1EC
(232,241,236)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BBB6; }

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

This text font color is #85BBB6.


Background Color

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

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

This div background color is #85BBB6.


Border color

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

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

This div border color is #85BBB6.


Opacity

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

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

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

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

This text has shadow with #85BBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BBB6 on black background.


Color preview on white background

This text has color #85BBB6 on white background.



Black color preview on #85BBB6 background

This text has black color on #85BBB6 background.


White color preview on #85BBB6 background

This text has white color on #85BBB6 background.