COLOR #85D1EF

HEX: #85D1EF
RGB: (133,209,239)

Renk bilgisi

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

RGB renk modeli

#85D1EF color RGB value is (133,209,239).

  • kırmız ton 133;
  • yeşil ton 209;
  • mavi ton 239.
RGB:
(133,209,239)
(52%,82%,94%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 209 of 255 = 82%
B 239 of 255 = 94%

133
209
239

R + G + B ~ 76%. #85D1EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 209 + 239 = 581 (100%)
R 133 of 581 ~ 22.89%
G 209 of 581 ~ 35.97%
B 239 of 581 ~ 41.14%

%22.89
%35.97
%41.14

CMYK RENK MODELİ

#85D1EF rengi CMYK tonu (44,13,0,6).

  • camgöbeği tonu 44.35%
  • eflatun tonu 12.55%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(44,13,0,6)
C44M13Y0K6 
(44%,13%,0%,6%)
(0.44/0.13/0.00/0.06)	

CMYK yüzdeleri

%44.35
%12.55
%0
%6.27

Codes

Color #85D1EF in popluar color models

85D1EF
RGB133209239
HSL197°76.81%72.94%
HSB/HSV197°44.35%93.73%
CMYK44.35%12.55%0.00%
6.27%

Color #85D1EF in popluar number systems.

HEX85D1EF
Decimal133209239
Binary100001011101000111101111
Octal205321357

Shades and tints

Shades of #85D1EF

#85D1EF
(133,209,239)
#79BEDA
(121,190,218)
#6DABC5
(109,171,197)
#6198B0
(97,152,176)
#55859B
(85,133,155)
#497286
(73,114,134)
#3D5F71
(61,95,113)
#314C5C
(49,76,92)
#253947
(37,57,71)
#192632
(25,38,50)
#0D131D
(13,19,29)
#000000
(0,0,0)

Tints of #85D1EF

#85D1EF
(133,209,239)
#90D5F0
(144,213,240)
#9BD9F1
(155,217,241)
#A6DDF2
(166,221,242)
#B1E1F3
(177,225,243)
#BCE5F4
(188,229,244)
#C7E9F5
(199,233,245)
#D2EDF6
(210,237,246)
#DDF1F7
(221,241,247)
#E8F5F8
(232,245,248)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D1EF color. Also use rgb(133,209,239) instead hex code.

Text Font Color

.myTextColor { color: #85D1EF; }

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

This text font color is #85D1EF.


Background Color

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

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

This div background color is #85D1EF.


Border color

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

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

This div border color is #85D1EF.


Opacity

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

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

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

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

This text has shadow with #85D1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D1EF on black background.


Color preview on white background

This text has color #85D1EF on white background.



Black color preview on #85D1EF background

This text has black color on #85D1EF background.


White color preview on #85D1EF background

This text has white color on #85D1EF background.