COLOR #85A8B0

HEX: #85A8B0 RGB: (133,168,176)

Color info

#85A8B0 contains red, green and blue colors in about the same proportion. Web safe color of #85A8B0 is #999999 (or #999).

RGB color model

#85A8B0 color RGB value is (133,168,176).

RGB: (133,168,176) (52%, 66%, 69%)

RGB channels and saturation

R 133 of 255 = 52%
G 168 of 255 = 66%
B 176 of 255 = 69%

133
168
176

R + G + B ~ 62%. #85A8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 168 + 176 = 477 (100%)
R 133 of 477 ~ 27.88%
G 168 of 477 ~ 35.22%
B 176 of 477 ~ 36.9'%

%27.88
%35.22
%36.9

CMYK color model

#85A8B0 color CMYK value is (24,5,0,31).

  • cyan value is 24.43%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (24,5,0,31)
C24M5Y0K31 (24%, 5%, 0%, 31%)
(0.24 / 0.05 / 0.00 / 0.31)

CMYK percentages

%24.43
%4.55
%0
%30.98

Codes

Color #85A8B0 in popluar color models

85 A8 B0
RGB 133 168 176
HSL 191° 21.39% 60.59%
HSB/HSV 191° 24.43% 69.02%
CMYK 24.43% 4.55% 0.00%
30.98%

Color #85A8B0 in popluar number systems.

HEX 85 A8 B0
Decimal 133 168 176
Binary 10000101 10101000 10110000
Octal 205 250 260

Shades and tints

Shades of #85A8B0

#85A8B0
(133,168,176)
#7999A0
(121,153,160)
#6D8A90
(109,138,144)
#617B80
(97,123,128)
#556C70
(85,108,112)
#495D60
(73,93,96)
#3D4E50
(61,78,80)
#313F40
(49,63,64)
#253030
(37,48,48)
#192120
(25,33,32)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #85A8B0

#85A8B0
(133,168,176)
#90AFB7
(144,175,183)
#9BB6BE
(155,182,190)
#A6BDC5
(166,189,197)
#B1C4CC
(177,196,204)
#BCCBD3
(188,203,211)
#C7D2DA
(199,210,218)
#D2D9E1
(210,217,225)
#DDE0E8
(221,224,232)
#E8E7EF
(232,231,239)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A8B0 color. Also use rgb(133,168,176) instead hex code.

Text Font Color

.myTextColor { color: #85A8B0; }

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

This text font color is #85A8B0.

Background Color

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

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

This div background color is #85A8B0.

Border color

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

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

This div border color is #85A8B0.

Opacity

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

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

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

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

This text has shadow with #85A8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85A8B0.

Preview

Color preview on black background

This text has color #85A8B0 on black background.


Color preview on white background

This text has color #85A8B0 on white background.


Black color preview on #85A8B0 background

This text has black color on #85A8B0 background.


White color preview on #85A8B0 background

This text has white color on #85A8B0 background.


Related colors

Complementary color

Complementary color for #hex is #7A574F.


I love getcolorcode.com

Triadic colors

1 #B085A8 and #A8B085 with #85A8B0 are triadic colors.

2 #B0A885 and #A885B0 with #85A8B0 are triadic colors.