COLOR #85C2ED

HEX: #85C2ED
RGB: (133,194,237)

Renk bilgisi

#85C2ED contains mainly green and blue colors. #85C2ED ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#85C2ED color RGB value is (133,194,237).

  • kırmız ton 133;
  • yeşil ton 194;
  • mavi ton 237.
RGB:
(133,194,237)
(52%,76%,93%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 194 of 255 = 76%
B 237 of 255 = 93%

133
194
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 194 + 237 = 564 (100%)
R 133 of 564 ~ 23.58%
G 194 of 564 ~ 34.4%
B 237 of 564 ~ 42.02%

%23.58
%34.4
%42.02

CMYK RENK MODELİ

#85C2ED rengi CMYK tonu (44,18,0,7).

  • camgöbeği tonu 43.88%
  • eflatun tonu 18.14%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(44,18,0,7)
C44M18Y0K7 
(44%,18%,0%,7%)
(0.44/0.18/0.00/0.07)	

CMYK yüzdeleri

%43.88
%18.14
%0
%7.06

Codes

Color #85C2ED in popluar color models

85C2ED
RGB133194237
HSL205°74.29%72.55%
HSB/HSV205°43.88%92.94%
CMYK43.88%18.14%0.00%
7.06%

Color #85C2ED in popluar number systems.

HEX85C2ED
Decimal133194237
Binary100001011100001011101101
Octal205302355

Shades and tints

Shades of #85C2ED

#85C2ED
(133,194,237)
#79B1D8
(121,177,216)
#6DA0C3
(109,160,195)
#618FAE
(97,143,174)
#557E99
(85,126,153)
#496D84
(73,109,132)
#3D5C6F
(61,92,111)
#314B5A
(49,75,90)
#253A45
(37,58,69)
#192930
(25,41,48)
#0D181B
(13,24,27)
#000000
(0,0,0)

Tints of #85C2ED

#85C2ED
(133,194,237)
#90C7EE
(144,199,238)
#9BCCEF
(155,204,239)
#A6D1F0
(166,209,240)
#B1D6F1
(177,214,241)
#BCDBF2
(188,219,242)
#C7E0F3
(199,224,243)
#D2E5F4
(210,229,244)
#DDEAF5
(221,234,245)
#E8EFF6
(232,239,246)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C2ED color. Also use rgb(133,194,237) instead hex code.

Text Font Color

.myTextColor { color: #85C2ED; }

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

This text font color is #85C2ED.


Background Color

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

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

This div background color is #85C2ED.


Border color

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

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

This div border color is #85C2ED.


Opacity

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

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

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

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

This text has shadow with #85C2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C2ED on black background.


Color preview on white background

This text has color #85C2ED on white background.



Black color preview on #85C2ED background

This text has black color on #85C2ED background.


White color preview on #85C2ED background

This text has white color on #85C2ED background.