COLOR #85CCE5

HEX: #85CCE5
RGB: (133,204,229)

Renk bilgisi

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

RGB renk modeli

#85CCE5 color RGB value is (133,204,229).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 204 of 255 = 80%
B 229 of 255 = 90%

133
204
229

R + G + B ~ 74%. #85CCE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 204 + 229 = 566 (100%)
R 133 of 566 ~ 23.5%
G 204 of 566 ~ 36.04%
B 229 of 566 ~ 40.46%

%23.5
%36.04
%40.46

CMYK RENK MODELİ

#85CCE5 rengi CMYK tonu (42,11,0,10).

  • camgöbeği tonu 41.92%
  • eflatun tonu 10.92%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(42,11,0,10)
C42M11Y0K10 
(42%,11%,0%,10%)
(0.42/0.11/0.00/0.10)	

CMYK yüzdeleri

%41.92
%10.92
%0
%10.2

Codes

Color #85CCE5 in popluar color models

85CCE5
RGB133204229
HSL196°64.86%70.98%
HSB/HSV196°41.92%89.80%
CMYK41.92%10.92%0.00%
10.20%

Color #85CCE5 in popluar number systems.

HEX85CCE5
Decimal133204229
Binary100001011100110011100101
Octal205314345

Shades and tints

Shades of #85CCE5

#85CCE5
(133,204,229)
#79BAD1
(121,186,209)
#6DA8BD
(109,168,189)
#6196A9
(97,150,169)
#558495
(85,132,149)
#497281
(73,114,129)
#3D606D
(61,96,109)
#314E59
(49,78,89)
#253C45
(37,60,69)
#192A31
(25,42,49)
#0D181D
(13,24,29)
#000000
(0,0,0)

Tints of #85CCE5

#85CCE5
(133,204,229)
#90D0E7
(144,208,231)
#9BD4E9
(155,212,233)
#A6D8EB
(166,216,235)
#B1DCED
(177,220,237)
#BCE0EF
(188,224,239)
#C7E4F1
(199,228,241)
#D2E8F3
(210,232,243)
#DDECF5
(221,236,245)
#E8F0F7
(232,240,247)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85CCE5; }

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

This text font color is #85CCE5.


Background Color

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

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

This div background color is #85CCE5.


Border color

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

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

This div border color is #85CCE5.


Opacity

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

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

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

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

This text has shadow with #85CCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85CCE5 on black background.


Color preview on white background

This text has color #85CCE5 on white background.



Black color preview on #85CCE5 background

This text has black color on #85CCE5 background.


White color preview on #85CCE5 background

This text has white color on #85CCE5 background.