COLOR #85D3E1

HEX: #85D3E1
RGB: (133,211,225)

Color info

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

RGB color model

#85D3E1 color RGB value is (133,211,225).

  • red value is 133;
  • green value is 211;
  • blue value is 225.
RGB:
(133,211,225)
(52%,83%,88%)

RGB channels and saturation

R 133 of 255 = 52%
G 211 of 255 = 83%
B 225 of 255 = 88%

133
211
225

R + G + B ~ 74%. #85D3E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 211 + 225 = 569 (100%)
R 133 of 569 ~ 23.37%
G 211 of 569 ~ 37.08%
B 225 of 569 ~ 39.54%

%23.37
%37.08
%39.54

CMYK color model

#85D3E1 color CMYK value is (41,6,0,12).

  • cyan value is 40.89%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(41,6,0,12)
C41M6Y0K12 
(41%,6%,0%,12%)
(0.41/0.06/0.00/0.12)	

CMYK percentages

%40.89
%6.22
%0
%11.76

Codes

Color #85D3E1 in popluar color models

85D3E1
RGB133211225
HSL189°60.53%70.20%
HSB/HSV189°40.89%88.24%
CMYK40.89%6.22%0.00%
11.76%

Color #85D3E1 in popluar number systems.

HEX85D3E1
Decimal133211225
Binary100001011101001111100001
Octal205323341

Shades and tints

Shades of #85D3E1

#85D3E1
(133,211,225)
#79C0CD
(121,192,205)
#6DADB9
(109,173,185)
#619AA5
(97,154,165)
#558791
(85,135,145)
#49747D
(73,116,125)
#3D6169
(61,97,105)
#314E55
(49,78,85)
#253B41
(37,59,65)
#19282D
(25,40,45)
#0D1519
(13,21,25)
#000000
(0,0,0)

Tints of #85D3E1

#85D3E1
(133,211,225)
#90D7E3
(144,215,227)
#9BDBE5
(155,219,229)
#A6DFE7
(166,223,231)
#B1E3E9
(177,227,233)
#BCE7EB
(188,231,235)
#C7EBED
(199,235,237)
#D2EFEF
(210,239,239)
#DDF3F1
(221,243,241)
#E8F7F3
(232,247,243)
#F3FBF5
(243,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D3E1 color. Also use rgb(133,211,225) instead hex code.

Text Font Color

.myTextColor { color: #85D3E1; }

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

This text font color is #85D3E1.


Background Color

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

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

This div background color is #85D3E1.


Border color

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

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

This div border color is #85D3E1.


Opacity

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

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

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

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

This text has shadow with #85D3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D3E1 on black background.


Color preview on white background

This text has color #85D3E1 on white background.



Black color preview on #85D3E1 background

This text has black color on #85D3E1 background.


White color preview on #85D3E1 background

This text has white color on #85D3E1 background.