COLOR #85C3E5

HEX: #85C3E5
RGB: (133,195,229)

Color info

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

RGB color model

#85C3E5 color RGB value is (133,195,229).

  • red value is 133;
  • green value is 195;
  • blue value is 229.
RGB:
(133,195,229)
(52%,76%,90%)

RGB channels and saturation

R 133 of 255 = 52%
G 195 of 255 = 76%
B 229 of 255 = 90%

133
195
229

R + G + B ~ 73%. #85C3E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 195 + 229 = 557 (100%)
R 133 of 557 ~ 23.88%
G 195 of 557 ~ 35.01%
B 229 of 557 ~ 41.11%

%23.88
%35.01
%41.11

CMYK color model

#85C3E5 color CMYK value is (42,15,0,10).

  • cyan value is 41.92%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(42,15,0,10)
C42M15Y0K10 
(42%,15%,0%,10%)
(0.42/0.15/0.00/0.10)	

CMYK percentages

%41.92
%14.85
%0
%10.2

Codes

Color #85C3E5 in popluar color models

85C3E5
RGB133195229
HSL201°64.86%70.98%
HSB/HSV201°41.92%89.80%
CMYK41.92%14.85%0.00%
10.20%

Color #85C3E5 in popluar number systems.

HEX85C3E5
Decimal133195229
Binary100001011100001111100101
Octal205303345

Shades and tints

Shades of #85C3E5

#85C3E5
(133,195,229)
#79B2D1
(121,178,209)
#6DA1BD
(109,161,189)
#6190A9
(97,144,169)
#557F95
(85,127,149)
#496E81
(73,110,129)
#3D5D6D
(61,93,109)
#314C59
(49,76,89)
#253B45
(37,59,69)
#192A31
(25,42,49)
#0D191D
(13,25,29)
#000000
(0,0,0)

Tints of #85C3E5

#85C3E5
(133,195,229)
#90C8E7
(144,200,231)
#9BCDE9
(155,205,233)
#A6D2EB
(166,210,235)
#B1D7ED
(177,215,237)
#BCDCEF
(188,220,239)
#C7E1F1
(199,225,241)
#D2E6F3
(210,230,243)
#DDEBF5
(221,235,245)
#E8F0F7
(232,240,247)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C3E5 color. Also use rgb(133,195,229) instead hex code.

Text Font Color

.myTextColor { color: #85C3E5; }

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

This text font color is #85C3E5.


Background Color

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

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

This div background color is #85C3E5.


Border color

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

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

This div border color is #85C3E5.


Opacity

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

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

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

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

This text has shadow with #85C3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C3E5 on black background.


Color preview on white background

This text has color #85C3E5 on white background.



Black color preview on #85C3E5 background

This text has black color on #85C3E5 background.


White color preview on #85C3E5 background

This text has white color on #85C3E5 background.