COLOR #85D2E1

HEX: #85D2E1
RGB: (133,210,225)

Color info

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

RGB color model

#85D2E1 color RGB value is (133,210,225).

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

RGB channels and saturation

R 133 of 255 = 52%
G 210 of 255 = 82%
B 225 of 255 = 88%

133
210
225

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

Portions of RGB colors in percentages

R + G + B =
133 + 210 + 225 = 568 (100%)
R 133 of 568 ~ 23.42%
G 210 of 568 ~ 36.97%
B 225 of 568 ~ 39.61%

%23.42
%36.97
%39.61

CMYK color model

#85D2E1 color CMYK value is (41,7,0,12).

  • cyan value is 40.89%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(41,7,0,12)
C41M7Y0K12 
(41%,7%,0%,12%)
(0.41/0.07/0.00/0.12)	

CMYK percentages

%40.89
%6.67
%0
%11.76

Codes

Color #85D2E1 in popluar color models

85D2E1
RGB133210225
HSL190°60.53%70.20%
HSB/HSV190°40.89%88.24%
CMYK40.89%6.67%0.00%
11.76%

Color #85D2E1 in popluar number systems.

HEX85D2E1
Decimal133210225
Binary100001011101001011100001
Octal205322341

Shades and tints

Shades of #85D2E1

#85D2E1
(133,210,225)
#79BFCD
(121,191,205)
#6DACB9
(109,172,185)
#6199A5
(97,153,165)
#558691
(85,134,145)
#49737D
(73,115,125)
#3D6069
(61,96,105)
#314D55
(49,77,85)
#253A41
(37,58,65)
#19272D
(25,39,45)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #85D2E1

#85D2E1
(133,210,225)
#90D6E3
(144,214,227)
#9BDAE5
(155,218,229)
#A6DEE7
(166,222,231)
#B1E2E9
(177,226,233)
#BCE6EB
(188,230,235)
#C7EAED
(199,234,237)
#D2EEEF
(210,238,239)
#DDF2F1
(221,242,241)
#E8F6F3
(232,246,243)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D2E1; }

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

This text font color is #85D2E1.


Background Color

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

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

This div background color is #85D2E1.


Border color

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

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

This div border color is #85D2E1.


Opacity

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

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

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

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

This text has shadow with #85D2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D2E1 on black background.


Color preview on white background

This text has color #85D2E1 on white background.



Black color preview on #85D2E1 background

This text has black color on #85D2E1 background.


White color preview on #85D2E1 background

This text has white color on #85D2E1 background.