COLOR #85D4E7

HEX: #85D4E7
RGB: (133,212,231)

Renk bilgisi

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

RGB renk modeli

#85D4E7 color RGB value is (133,212,231).

  • kırmız ton 133;
  • yeşil ton 212;
  • mavi ton 231.
RGB:
(133,212,231)
(52%,83%,91%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 212 of 255 = 83%
B 231 of 255 = 91%

133
212
231

R + G + B ~ 75%. #85D4E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 212 + 231 = 576 (100%)
R 133 of 576 ~ 23.09%
G 212 of 576 ~ 36.81%
B 231 of 576 ~ 40.1%

%23.09
%36.81
%40.1

CMYK RENK MODELİ

#85D4E7 rengi CMYK tonu (42,8,0,9).

  • camgöbeği tonu 42.42%
  • eflatun tonu 8.23%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(42,8,0,9)
C42M8Y0K9 
(42%,8%,0%,9%)
(0.42/0.08/0.00/0.09)	

CMYK yüzdeleri

%42.42
%8.23
%0
%9.41

Codes

Color #85D4E7 in popluar color models

85D4E7
RGB133212231
HSL192°67.12%71.37%
HSB/HSV192°42.42%90.59%
CMYK42.42%8.23%0.00%
9.41%

Color #85D4E7 in popluar number systems.

HEX85D4E7
Decimal133212231
Binary100001011101010011100111
Octal205324347

Shades and tints

Shades of #85D4E7

#85D4E7
(133,212,231)
#79C1D2
(121,193,210)
#6DAEBD
(109,174,189)
#619BA8
(97,155,168)
#558893
(85,136,147)
#49757E
(73,117,126)
#3D6269
(61,98,105)
#314F54
(49,79,84)
#253C3F
(37,60,63)
#19292A
(25,41,42)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #85D4E7

#85D4E7
(133,212,231)
#90D7E9
(144,215,233)
#9BDAEB
(155,218,235)
#A6DDED
(166,221,237)
#B1E0EF
(177,224,239)
#BCE3F1
(188,227,241)
#C7E6F3
(199,230,243)
#D2E9F5
(210,233,245)
#DDECF7
(221,236,247)
#E8EFF9
(232,239,249)
#F3F2FB
(243,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D4E7 color. Also use rgb(133,212,231) instead hex code.

Text Font Color

.myTextColor { color: #85D4E7; }

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

This text font color is #85D4E7.


Background Color

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

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

This div background color is #85D4E7.


Border color

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

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

This div border color is #85D4E7.


Opacity

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

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

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

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

This text has shadow with #85D4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D4E7 on black background.


Color preview on white background

This text has color #85D4E7 on white background.



Black color preview on #85D4E7 background

This text has black color on #85D4E7 background.


White color preview on #85D4E7 background

This text has white color on #85D4E7 background.