COLOR #85B4B2

HEX: #85B4B2
RGB: (133,180,178)

Color info

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

RGB color model

#85B4B2 color RGB value is (133,180,178).

  • red value is 133;
  • green value is 180;
  • blue value is 178.
RGB:
(133,180,178)
(52%,71%,70%)

RGB channels and saturation

R 133 of 255 = 52%
G 180 of 255 = 71%
B 178 of 255 = 70%

133
180
178

R + G + B ~ 64%. #85B4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 180 + 178 = 491 (100%)
R 133 of 491 ~ 27.09%
G 180 of 491 ~ 36.66%
B 178 of 491 ~ 36.25%

%27.09
%36.66
%36.25

CMYK color model

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

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(26,0,1,29)
C26M0Y1K29 
(26%,0%,1%,29%)
(0.26/0.00/0.01/0.29)	

CMYK percentages

%26.11
%0
%1.11
%29.41

Codes

Color #85B4B2 in popluar color models

85B4B2
RGB133180178
HSL177°23.86%61.37%
HSB/HSV177°26.11%70.59%
CMYK26.11%0.00%1.11%
29.41%

Color #85B4B2 in popluar number systems.

HEX85B4B2
Decimal133180178
Binary100001011011010010110010
Octal205264262

Shades and tints

Shades of #85B4B2

#85B4B2
(133,180,178)
#79A4A2
(121,164,162)
#6D9492
(109,148,146)
#618482
(97,132,130)
#557472
(85,116,114)
#496462
(73,100,98)
#3D5452
(61,84,82)
#314442
(49,68,66)
#253432
(37,52,50)
#192422
(25,36,34)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #85B4B2

#85B4B2
(133,180,178)
#90BAB9
(144,186,185)
#9BC0C0
(155,192,192)
#A6C6C7
(166,198,199)
#B1CCCE
(177,204,206)
#BCD2D5
(188,210,213)
#C7D8DC
(199,216,220)
#D2DEE3
(210,222,227)
#DDE4EA
(221,228,234)
#E8EAF1
(232,234,241)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B4B2 color. Also use rgb(133,180,178) instead hex code.

Text Font Color

.myTextColor { color: #85B4B2; }

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

This text font color is #85B4B2.


Background Color

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

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

This div background color is #85B4B2.


Border color

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

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

This div border color is #85B4B2.


Opacity

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

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

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

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

This text has shadow with #85B4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B4B2 on black background.


Color preview on white background

This text has color #85B4B2 on white background.



Black color preview on #85B4B2 background

This text has black color on #85B4B2 background.


White color preview on #85B4B2 background

This text has white color on #85B4B2 background.