COLOR #85BDC7

HEX: #85BDC7 RGB: (133,189,199)

Color info

#85BDC7 contains mainly green and blue colors. Web safe color of #85BDC7 is #99CCCC (or #9CC).

RGB color model

#85BDC7 color RGB value is (133,189,199).

RGB: (133,189,199) (52%, 74%, 78%)

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 199 of 255 = 78%

133
189
199

R + G + B ~ 68%. #85BDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 189 + 199 = 521 (100%)
R 133 of 521 ~ 25.53%
G 189 of 521 ~ 36.28%
B 199 of 521 ~ 38.2'%

%25.53
%36.28
%38.2

CMYK color model

#85BDC7 color CMYK value is (33,5,0,22).

  • cyan value is 33.17%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (33,5,0,22)
C33M5Y0K22 (33%, 5%, 0%, 22%)
(0.33 / 0.05 / 0.00 / 0.22)

CMYK percentages

%33.17
%5.03
%0
%21.96

Codes

Color #85BDC7 in popluar color models

85 BD C7
RGB 133 189 199
HSL 189° 37.08% 65.10%
HSB/HSV 189° 33.17% 78.04%
CMYK 33.17% 5.03% 0.00%
21.96%

Color #85BDC7 in popluar number systems.

HEX 85 BD C7
Decimal 133 189 199
Binary 10000101 10111101 11000111
Octal 205 275 307

Shades and tints

Shades of #85BDC7

#85BDC7
(133,189,199)
#79ACB5
(121,172,181)
#6D9BA3
(109,155,163)
#618A91
(97,138,145)
#55797F
(85,121,127)
#49686D
(73,104,109)
#3D575B
(61,87,91)
#314649
(49,70,73)
#253537
(37,53,55)
#192425
(25,36,37)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #85BDC7

#85BDC7
(133,189,199)
#90C3CC
(144,195,204)
#9BC9D1
(155,201,209)
#A6CFD6
(166,207,214)
#B1D5DB
(177,213,219)
#BCDBE0
(188,219,224)
#C7E1E5
(199,225,229)
#D2E7EA
(210,231,234)
#DDEDEF
(221,237,239)
#E8F3F4
(232,243,244)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BDC7; }

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

This text font color is #85BDC7.

Background Color

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

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

This div background color is #85BDC7.

Border color

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

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

This div border color is #85BDC7.

Opacity

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

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

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

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

This text has shadow with #85BDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BDC7.

Preview

Color preview on black background

This text has color #85BDC7 on black background.


Color preview on white background

This text has color #85BDC7 on white background.


Black color preview on #85BDC7 background

This text has black color on #85BDC7 background.


White color preview on #85BDC7 background

This text has white color on #85BDC7 background.


Related colors

Complementary color

Complementary color for #hex is #7A4238.


I love getcolorcode.com

Triadic colors

1 #C785BD and #BDC785 with #85BDC7 are triadic colors.

2 #C7BD85 and #BD85C7 with #85BDC7 are triadic colors.