COLOR #85BDCF

HEX: #85BDCF
RGB: (133,189,207)

Color info

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

RGB color model

#85BDCF color RGB value is (133,189,207).

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

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 207 of 255 = 81%

133
189
207

R + G + B ~ 69%. #85BDCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 189 + 207 = 529 (100%)
R 133 of 529 ~ 25.14%
G 189 of 529 ~ 35.73%
B 207 of 529 ~ 39.13%

%25.14
%35.73
%39.13

CMYK color model

#85BDCF color CMYK value is (36,9,0,19).

  • cyan value is 35.75%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(36,9,0,19)
C36M9Y0K19 
(36%,9%,0%,19%)
(0.36/0.09/0.00/0.19)	

CMYK percentages

%35.75
%8.7
%0
%18.82

Codes

Color #85BDCF in popluar color models

85BDCF
RGB133189207
HSL195°43.53%66.67%
HSB/HSV195°35.75%81.18%
CMYK35.75%8.70%0.00%
18.82%

Color #85BDCF in popluar number systems.

HEX85BDCF
Decimal133189207
Binary100001011011110111001111
Octal205275317

Shades and tints

Shades of #85BDCF

#85BDCF
(133,189,207)
#79ACBD
(121,172,189)
#6D9BAB
(109,155,171)
#618A99
(97,138,153)
#557987
(85,121,135)
#496875
(73,104,117)
#3D5763
(61,87,99)
#314651
(49,70,81)
#25353F
(37,53,63)
#19242D
(25,36,45)
#0D131B
(13,19,27)
#000000
(0,0,0)

Tints of #85BDCF

#85BDCF
(133,189,207)
#90C3D3
(144,195,211)
#9BC9D7
(155,201,215)
#A6CFDB
(166,207,219)
#B1D5DF
(177,213,223)
#BCDBE3
(188,219,227)
#C7E1E7
(199,225,231)
#D2E7EB
(210,231,235)
#DDEDEF
(221,237,239)
#E8F3F3
(232,243,243)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BDCF; }

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

This text font color is #85BDCF.


Background Color

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

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

This div background color is #85BDCF.


Border color

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

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

This div border color is #85BDCF.


Opacity

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

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

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

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

This text has shadow with #85BDCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BDCF on black background.


Color preview on white background

This text has color #85BDCF on white background.



Black color preview on #85BDCF background

This text has black color on #85BDCF background.


White color preview on #85BDCF background

This text has white color on #85BDCF background.