COLOR #85B7BD

HEX: #85B7BD
RGB: (133,183,189)

Color info

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

RGB color model

#85B7BD color RGB value is (133,183,189).

  • red value is 133;
  • green value is 183;
  • blue value is 189.
RGB:
(133,183,189)
(52%,72%,74%)

RGB channels and saturation

R 133 of 255 = 52%
G 183 of 255 = 72%
B 189 of 255 = 74%

133
183
189

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

Portions of RGB colors in percentages

R + G + B =
133 + 183 + 189 = 505 (100%)
R 133 of 505 ~ 26.34%
G 183 of 505 ~ 36.24%
B 189 of 505 ~ 37.43%

%26.34
%36.24
%37.43

CMYK color model

#85B7BD color CMYK value is (30,3,0,26).

  • cyan value is 29.63%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(30,3,0,26)
C30M3Y0K26 
(30%,3%,0%,26%)
(0.30/0.03/0.00/0.26)	

CMYK percentages

%29.63
%3.17
%0
%25.88

Codes

Color #85B7BD in popluar color models

85B7BD
RGB133183189
HSL186°29.79%63.14%
HSB/HSV186°29.63%74.12%
CMYK29.63%3.17%0.00%
25.88%

Color #85B7BD in popluar number systems.

HEX85B7BD
Decimal133183189
Binary100001011011011110111101
Octal205267275

Shades and tints

Shades of #85B7BD

#85B7BD
(133,183,189)
#79A7AC
(121,167,172)
#6D979B
(109,151,155)
#61878A
(97,135,138)
#557779
(85,119,121)
#496768
(73,103,104)
#3D5757
(61,87,87)
#314746
(49,71,70)
#253735
(37,55,53)
#192724
(25,39,36)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #85B7BD

#85B7BD
(133,183,189)
#90BDC3
(144,189,195)
#9BC3C9
(155,195,201)
#A6C9CF
(166,201,207)
#B1CFD5
(177,207,213)
#BCD5DB
(188,213,219)
#C7DBE1
(199,219,225)
#D2E1E7
(210,225,231)
#DDE7ED
(221,231,237)
#E8EDF3
(232,237,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B7BD color. Also use rgb(133,183,189) instead hex code.

Text Font Color

.myTextColor { color: #85B7BD; }

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

This text font color is #85B7BD.


Background Color

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

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

This div background color is #85B7BD.


Border color

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

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

This div border color is #85B7BD.


Opacity

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

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

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

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

This text has shadow with #85B7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B7BD on black background.


Color preview on white background

This text has color #85B7BD on white background.



Black color preview on #85B7BD background

This text has black color on #85B7BD background.


White color preview on #85B7BD background

This text has white color on #85B7BD background.