COLOR #85C7D5

HEX: #85C7D5
RGB: (133,199,213)

Color info

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

RGB color model

#85C7D5 color RGB value is (133,199,213).

  • red value is 133;
  • green value is 199;
  • blue value is 213.
RGB:
(133,199,213)
(52%,78%,84%)

RGB channels and saturation

R 133 of 255 = 52%
G 199 of 255 = 78%
B 213 of 255 = 84%

133
199
213

R + G + B ~ 71%. #85C7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 199 + 213 = 545 (100%)
R 133 of 545 ~ 24.4%
G 199 of 545 ~ 36.51%
B 213 of 545 ~ 39.08%

%24.4
%36.51
%39.08

CMYK color model

#85C7D5 color CMYK value is (38,7,0,16).

  • cyan value is 37.56%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(38,7,0,16)
C38M7Y0K16 
(38%,7%,0%,16%)
(0.38/0.07/0.00/0.16)	

CMYK percentages

%37.56
%6.57
%0
%16.47

Codes

Color #85C7D5 in popluar color models

85C7D5
RGB133199213
HSL191°48.78%67.84%
HSB/HSV191°37.56%83.53%
CMYK37.56%6.57%0.00%
16.47%

Color #85C7D5 in popluar number systems.

HEX85C7D5
Decimal133199213
Binary100001011100011111010101
Octal205307325

Shades and tints

Shades of #85C7D5

#85C7D5
(133,199,213)
#79B5C2
(121,181,194)
#6DA3AF
(109,163,175)
#61919C
(97,145,156)
#557F89
(85,127,137)
#496D76
(73,109,118)
#3D5B63
(61,91,99)
#314950
(49,73,80)
#25373D
(37,55,61)
#19252A
(25,37,42)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #85C7D5

#85C7D5
(133,199,213)
#90CCD8
(144,204,216)
#9BD1DB
(155,209,219)
#A6D6DE
(166,214,222)
#B1DBE1
(177,219,225)
#BCE0E4
(188,224,228)
#C7E5E7
(199,229,231)
#D2EAEA
(210,234,234)
#DDEFED
(221,239,237)
#E8F4F0
(232,244,240)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C7D5; }

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

This text font color is #85C7D5.


Background Color

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

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

This div background color is #85C7D5.


Border color

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

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

This div border color is #85C7D5.


Opacity

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

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

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

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

This text has shadow with #85C7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C7D5 on black background.


Color preview on white background

This text has color #85C7D5 on white background.



Black color preview on #85C7D5 background

This text has black color on #85C7D5 background.


White color preview on #85C7D5 background

This text has white color on #85C7D5 background.