COLOR #85DDE8

HEX: #85DDE8
RGB: (133,221,232)

Color info

#85DDE8 contains mainly green and blue colors. Web safe color of #85DDE8 is #99CCFF (or #9CF).

RGB color model

#85DDE8 color RGB value is (133,221,232).

  • red value is 133;
  • green value is 221;
  • blue value is 232.
RGB:
(133,221,232)
(52%,87%,91%)

RGB channels and saturation

R 133 of 255 = 52%
G 221 of 255 = 87%
B 232 of 255 = 91%

133
221
232

R + G + B ~ 77%. #85DDE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 221 + 232 = 586 (100%)
R 133 of 586 ~ 22.7%
G 221 of 586 ~ 37.71%
B 232 of 586 ~ 39.59%

%22.7
%37.71
%39.59

CMYK color model

#85DDE8 color CMYK value is (43,5,0,9).

  • cyan value is 42.67%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(43,5,0,9)
C43M5Y0K9 
(43%,5%,0%,9%)
(0.43/0.05/0.00/0.09)	

CMYK percentages

%42.67
%4.74
%0
%9.02

Codes

Color #85DDE8 in popluar color models

85DDE8
RGB133221232
HSL187°68.28%71.57%
HSB/HSV187°42.67%90.98%
CMYK42.67%4.74%0.00%
9.02%

Color #85DDE8 in popluar number systems.

HEX85DDE8
Decimal133221232
Binary100001011101110111101000
Octal205335350

Shades and tints

Shades of #85DDE8

#85DDE8
(133,221,232)
#79C9D3
(121,201,211)
#6DB5BE
(109,181,190)
#61A1A9
(97,161,169)
#558D94
(85,141,148)
#49797F
(73,121,127)
#3D656A
(61,101,106)
#315155
(49,81,85)
#253D40
(37,61,64)
#19292B
(25,41,43)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #85DDE8

#85DDE8
(133,221,232)
#90E0EA
(144,224,234)
#9BE3EC
(155,227,236)
#A6E6EE
(166,230,238)
#B1E9F0
(177,233,240)
#BCECF2
(188,236,242)
#C7EFF4
(199,239,244)
#D2F2F6
(210,242,246)
#DDF5F8
(221,245,248)
#E8F8FA
(232,248,250)
#F3FBFC
(243,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DDE8 color. Also use rgb(133,221,232) instead hex code.

Text Font Color

.myTextColor { color: #85DDE8; }

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

This text font color is #85DDE8.


Background Color

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

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

This div background color is #85DDE8.


Border color

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

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

This div border color is #85DDE8.


Opacity

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

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

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

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

This text has shadow with #85DDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85DDE8 on black background.


Color preview on white background

This text has color #85DDE8 on white background.



Black color preview on #85DDE8 background

This text has black color on #85DDE8 background.


White color preview on #85DDE8 background

This text has white color on #85DDE8 background.