COLOR #85D1E5

HEX: #85D1E5
RGB: (133,209,229)

Renk bilgisi

#85D1E5 contains mainly green and blue colors. #85D1E5 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#85D1E5 color RGB value is (133,209,229).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 209 of 255 = 82%
B 229 of 255 = 90%

133
209
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 209 + 229 = 571 (100%)
R 133 of 571 ~ 23.29%
G 209 of 571 ~ 36.6%
B 229 of 571 ~ 40.11%

%23.29
%36.6
%40.11

CMYK RENK MODELİ

#85D1E5 rengi CMYK tonu (42,9,0,10).

  • camgöbeği tonu 41.92%
  • eflatun tonu 8.73%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(42,9,0,10)
C42M9Y0K10 
(42%,9%,0%,10%)
(0.42/0.09/0.00/0.10)	

CMYK yüzdeleri

%41.92
%8.73
%0
%10.2

Codes

Color #85D1E5 in popluar color models

85D1E5
RGB133209229
HSL193°64.86%70.98%
HSB/HSV193°41.92%89.80%
CMYK41.92%8.73%0.00%
10.20%

Color #85D1E5 in popluar number systems.

HEX85D1E5
Decimal133209229
Binary100001011101000111100101
Octal205321345

Shades and tints

Shades of #85D1E5

#85D1E5
(133,209,229)
#79BED1
(121,190,209)
#6DABBD
(109,171,189)
#6198A9
(97,152,169)
#558595
(85,133,149)
#497281
(73,114,129)
#3D5F6D
(61,95,109)
#314C59
(49,76,89)
#253945
(37,57,69)
#192631
(25,38,49)
#0D131D
(13,19,29)
#000000
(0,0,0)

Tints of #85D1E5

#85D1E5
(133,209,229)
#90D5E7
(144,213,231)
#9BD9E9
(155,217,233)
#A6DDEB
(166,221,235)
#B1E1ED
(177,225,237)
#BCE5EF
(188,229,239)
#C7E9F1
(199,233,241)
#D2EDF3
(210,237,243)
#DDF1F5
(221,241,245)
#E8F5F7
(232,245,247)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D1E5; }

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

This text font color is #85D1E5.


Background Color

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

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

This div background color is #85D1E5.


Border color

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

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

This div border color is #85D1E5.


Opacity

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

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

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

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

This text has shadow with #85D1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D1E5 on black background.


Color preview on white background

This text has color #85D1E5 on white background.



Black color preview on #85D1E5 background

This text has black color on #85D1E5 background.


White color preview on #85D1E5 background

This text has white color on #85D1E5 background.