COLOR #85CDD0

HEX: #85CDD0
RGB: (133,205,208)

Renk bilgisi

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

RGB renk modeli

#85CDD0 color RGB value is (133,205,208).

  • kırmız ton 133;
  • yeşil ton 205;
  • mavi ton 208.
RGB:
(133,205,208)
(52%,80%,82%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 205 of 255 = 80%
B 208 of 255 = 82%

133
205
208

R + G + B ~ 71%. #85CDD0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 205 + 208 = 546 (100%)
R 133 of 546 ~ 24.36%
G 205 of 546 ~ 37.55%
B 208 of 546 ~ 38.1%

%24.36
%37.55
%38.1

CMYK RENK MODELİ

#85CDD0 rengi CMYK tonu (36,1,0,18).

  • camgöbeği tonu 36.06%
  • eflatun tonu 1.44%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(36,1,0,18)
C36M1Y0K18 
(36%,1%,0%,18%)
(0.36/0.01/0.00/0.18)	

CMYK yüzdeleri

%36.06
%1.44
%0
%18.43

Codes

Color #85CDD0 in popluar color models

85CDD0
RGB133205208
HSL182°44.38%66.86%
HSB/HSV182°36.06%81.57%
CMYK36.06%1.44%0.00%
18.43%

Color #85CDD0 in popluar number systems.

HEX85CDD0
Decimal133205208
Binary100001011100110111010000
Octal205315320

Shades and tints

Shades of #85CDD0

#85CDD0
(133,205,208)
#79BBBE
(121,187,190)
#6DA9AC
(109,169,172)
#61979A
(97,151,154)
#558588
(85,133,136)
#497376
(73,115,118)
#3D6164
(61,97,100)
#314F52
(49,79,82)
#253D40
(37,61,64)
#192B2E
(25,43,46)
#0D191C
(13,25,28)
#000000
(0,0,0)

Tints of #85CDD0

#85CDD0
(133,205,208)
#90D1D4
(144,209,212)
#9BD5D8
(155,213,216)
#A6D9DC
(166,217,220)
#B1DDE0
(177,221,224)
#BCE1E4
(188,225,228)
#C7E5E8
(199,229,232)
#D2E9EC
(210,233,236)
#DDEDF0
(221,237,240)
#E8F1F4
(232,241,244)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CDD0 color. Also use rgb(133,205,208) instead hex code.

Text Font Color

.myTextColor { color: #85CDD0; }

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

This text font color is #85CDD0.


Background Color

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

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

This div background color is #85CDD0.


Border color

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

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

This div border color is #85CDD0.


Opacity

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

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

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

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

This text has shadow with #85CDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85CDD0 on black background.


Color preview on white background

This text has color #85CDD0 on white background.



Black color preview on #85CDD0 background

This text has black color on #85CDD0 background.


White color preview on #85CDD0 background

This text has white color on #85CDD0 background.