COLOR #85BDCD

HEX: #85BDCD
RGB: (133,189,205)

Color info

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

RGB color model

#85BDCD color RGB value is (133,189,205).

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

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 205 of 255 = 80%

133
189
205

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

Portions of RGB colors in percentages

R + G + B =
133 + 189 + 205 = 527 (100%)
R 133 of 527 ~ 25.24%
G 189 of 527 ~ 35.86%
B 205 of 527 ~ 38.9%

%25.24
%35.86
%38.9

CMYK color model

#85BDCD color CMYK value is (35,8,0,20).

  • cyan value is 35.12%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(35,8,0,20)
C35M8Y0K20 
(35%,8%,0%,20%)
(0.35/0.08/0.00/0.20)	

CMYK percentages

%35.12
%7.8
%0
%19.61

Codes

Color #85BDCD in popluar color models

85BDCD
RGB133189205
HSL193°41.86%66.27%
HSB/HSV193°35.12%80.39%
CMYK35.12%7.80%0.00%
19.61%

Color #85BDCD in popluar number systems.

HEX85BDCD
Decimal133189205
Binary100001011011110111001101
Octal205275315

Shades and tints

Shades of #85BDCD

#85BDCD
(133,189,205)
#79ACBB
(121,172,187)
#6D9BA9
(109,155,169)
#618A97
(97,138,151)
#557985
(85,121,133)
#496873
(73,104,115)
#3D5761
(61,87,97)
#31464F
(49,70,79)
#25353D
(37,53,61)
#19242B
(25,36,43)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #85BDCD

#85BDCD
(133,189,205)
#90C3D1
(144,195,209)
#9BC9D5
(155,201,213)
#A6CFD9
(166,207,217)
#B1D5DD
(177,213,221)
#BCDBE1
(188,219,225)
#C7E1E5
(199,225,229)
#D2E7E9
(210,231,233)
#DDEDED
(221,237,237)
#E8F3F1
(232,243,241)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BDCD; }

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

This text font color is #85BDCD.


Background Color

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

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

This div background color is #85BDCD.


Border color

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

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

This div border color is #85BDCD.


Opacity

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

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

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

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

This text has shadow with #85BDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BDCD on black background.


Color preview on white background

This text has color #85BDCD on white background.



Black color preview on #85BDCD background

This text has black color on #85BDCD background.


White color preview on #85BDCD background

This text has white color on #85BDCD background.