COLOR #85BDD0

HEX: #85BDD0
RGB: (133,189,208)

Renk bilgisi

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

RGB renk modeli

#85BDD0 color RGB value is (133,189,208).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 189 of 255 = 74%
B 208 of 255 = 82%

133
189
208

R + G + B ~ 69%. #85BDD0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 189 + 208 = 530 (100%)
R 133 of 530 ~ 25.09%
G 189 of 530 ~ 35.66%
B 208 of 530 ~ 39.25%

%25.09
%35.66
%39.25

CMYK RENK MODELİ

#85BDD0 rengi CMYK tonu (36,9,0,18).

  • camgöbeği tonu 36.06%
  • eflatun tonu 9.13%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(36,9,0,18)
C36M9Y0K18 
(36%,9%,0%,18%)
(0.36/0.09/0.00/0.18)	

CMYK yüzdeleri

%36.06
%9.13
%0
%18.43

Codes

Color #85BDD0 in popluar color models

85BDD0
RGB133189208
HSL195°44.38%66.86%
HSB/HSV195°36.06%81.57%
CMYK36.06%9.13%0.00%
18.43%

Color #85BDD0 in popluar number systems.

HEX85BDD0
Decimal133189208
Binary100001011011110111010000
Octal205275320

Shades and tints

Shades of #85BDD0

#85BDD0
(133,189,208)
#79ACBE
(121,172,190)
#6D9BAC
(109,155,172)
#618A9A
(97,138,154)
#557988
(85,121,136)
#496876
(73,104,118)
#3D5764
(61,87,100)
#314652
(49,70,82)
#253540
(37,53,64)
#19242E
(25,36,46)
#0D131C
(13,19,28)
#000000
(0,0,0)

Tints of #85BDD0

#85BDD0
(133,189,208)
#90C3D4
(144,195,212)
#9BC9D8
(155,201,216)
#A6CFDC
(166,207,220)
#B1D5E0
(177,213,224)
#BCDBE4
(188,219,228)
#C7E1E8
(199,225,232)
#D2E7EC
(210,231,236)
#DDEDF0
(221,237,240)
#E8F3F4
(232,243,244)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BDD0; }

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

This text font color is #85BDD0.


Background Color

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

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

This div background color is #85BDD0.


Border color

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

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

This div border color is #85BDD0.


Opacity

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

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

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

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

This text has shadow with #85BDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BDD0 on black background.


Color preview on white background

This text has color #85BDD0 on white background.



Black color preview on #85BDD0 background

This text has black color on #85BDD0 background.


White color preview on #85BDD0 background

This text has white color on #85BDD0 background.