COLOR #85BDC5

HEX: #85BDC5 RGB: (133,189,197)

Color info

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

RGB color model

#85BDC5 color RGB value is (133,189,197).

RGB: (133,189,197) (52%, 74%, 77%)

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 197 of 255 = 77%

133
189
197

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

Portions of RGB colors in percentages

R + G + B = 133 + 189 + 197 = 519 (100%)
R 133 of 519 ~ 25.63%
G 189 of 519 ~ 36.42%
B 197 of 519 ~ 37.96'%

%25.63
%36.42
%37.96

CMYK color model

#85BDC5 color CMYK value is (32,4,0,23).

  • cyan value is 32.49%
  • magenta value is 4.06%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (32,4,0,23)
C32M4Y0K23 (32%, 4%, 0%, 23%)
(0.32 / 0.04 / 0.00 / 0.23)

CMYK percentages

%32.49
%4.06
%0
%22.75

Codes

Color #85BDC5 in popluar color models

85 BD C5
RGB 133 189 197
HSL 188° 35.56% 64.71%
HSB/HSV 188° 32.49% 77.25%
CMYK 32.49% 4.06% 0.00%
22.75%

Color #85BDC5 in popluar number systems.

HEX 85 BD C5
Decimal 133 189 197
Binary 10000101 10111101 11000101
Octal 205 275 305

Shades and tints

Shades of #85BDC5

#85BDC5
(133,189,197)
#79ACB4
(121,172,180)
#6D9BA3
(109,155,163)
#618A92
(97,138,146)
#557981
(85,121,129)
#496870
(73,104,112)
#3D575F
(61,87,95)
#31464E
(49,70,78)
#25353D
(37,53,61)
#19242C
(25,36,44)
#0D131B
(13,19,27)
#000000
(0,0,0)

Tints of #85BDC5

#85BDC5
(133,189,197)
#90C3CA
(144,195,202)
#9BC9CF
(155,201,207)
#A6CFD4
(166,207,212)
#B1D5D9
(177,213,217)
#BCDBDE
(188,219,222)
#C7E1E3
(199,225,227)
#D2E7E8
(210,231,232)
#DDEDED
(221,237,237)
#E8F3F2
(232,243,242)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BDC5; }

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

This text font color is #85BDC5.

Background Color

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

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

This div background color is #85BDC5.

Border color

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

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

This div border color is #85BDC5.

Opacity

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

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

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

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

This text has shadow with #85BDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BDC5.

Preview

Color preview on black background

This text has color #85BDC5 on black background.


Color preview on white background

This text has color #85BDC5 on white background.


Black color preview on #85BDC5 background

This text has black color on #85BDC5 background.


White color preview on #85BDC5 background

This text has white color on #85BDC5 background.


Related colors

Complementary color

Complementary color for #hex is #7A423A.


I love getcolorcode.com

Triadic colors

1 #C585BD and #BDC585 with #85BDC5 are triadic colors.

2 #C5BD85 and #BD85C5 with #85BDC5 are triadic colors.