COLOR #53BCC6

HEX: #53BCC6
RGB: (83,188,198)

Renk bilgisi

#53BCC6 contains mainly green and blue colors. #53BCC6 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#53BCC6 color RGB value is (83,188,198).

  • kırmız ton 83;
  • yeşil ton 188;
  • mavi ton 198.
RGB:
(83,188,198)
(33%,74%,78%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 188 of 255 = 74%
B 198 of 255 = 78%

83
188
198

R + G + B ~ 62%. #53BCC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 188 + 198 = 469 (100%)
R 83 of 469 ~ 17.7%
G 188 of 469 ~ 40.09%
B 198 of 469 ~ 42.22%

%17.7
%40.09
%42.22

CMYK RENK MODELİ

#53BCC6 rengi CMYK tonu (58,5,0,22).

  • camgöbeği tonu 58.08%
  • eflatun tonu 5.05%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(58,5,0,22)
C58M5Y0K22 
(58%,5%,0%,22%)
(0.58/0.05/0.00/0.22)	

CMYK yüzdeleri

%58.08
%5.05
%0
%22.35

Codes

Color #53BCC6 in popluar color models

53BCC6
RGB83188198
HSL185°50.22%55.10%
HSB/HSV185°58.08%77.65%
CMYK58.08%5.05%0.00%
22.35%

Color #53BCC6 in popluar number systems.

HEX53BCC6
Decimal83188198
Binary10100111011110011000110
Octal123274306

Shades and tints

Shades of #53BCC6

#53BCC6
(83,188,198)
#4CABB4
(76,171,180)
#459AA2
(69,154,162)
#3E8990
(62,137,144)
#37787E
(55,120,126)
#30676C
(48,103,108)
#29565A
(41,86,90)
#224548
(34,69,72)
#1B3436
(27,52,54)
#142324
(20,35,36)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #53BCC6

#53BCC6
(83,188,198)
#62C2CB
(98,194,203)
#71C8D0
(113,200,208)
#80CED5
(128,206,213)
#8FD4DA
(143,212,218)
#9EDADF
(158,218,223)
#ADE0E4
(173,224,228)
#BCE6E9
(188,230,233)
#CBECEE
(203,236,238)
#DAF2F3
(218,242,243)
#E9F8F8
(233,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53BCC6 color. Also use rgb(83,188,198) instead hex code.

Text Font Color

.myTextColor { color: #53BCC6; }

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

This text font color is #53BCC6.


Background Color

.myBgColor { background-color: #53BCC6; }

<div style="background-color:#53BCC6">Inner text</div>

This div background color is #53BCC6.


Border color

.myBorderColor { border: 1px solid #53BCC6; }

<div style="border:3px solid #53BCC6">Div</div>

This div border color is #53BCC6.


Opacity

.myOpacity80 { color: #53BCC6; opacity: 0.8; }

<p style="color:#53BCC6;opacity:0.8;">80%</p>

Text with #53BCC6 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 #53BCC6;}

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

This text has shadow with #53BCC6 color.

.textShadow {text-shadow: 3px 3px 1px #53BCC6, 3px 3px 1px red;}

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

This text has shadow with #53BCC6 primary color and red secondary color.


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

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

This text has shadow with #53BCC6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53BCC6 on black background.


Color preview on white background

This text has color #53BCC6 on white background.



Black color preview on #53BCC6 background

This text has black color on #53BCC6 background.


White color preview on #53BCC6 background

This text has white color on #53BCC6 background.