COLOR #53D2F6

HEX: #53D2F6
RGB: (83,210,246)

Renk bilgisi

#53D2F6 contains mainly green and blue colors. #53D2F6 ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#53D2F6 color RGB value is (83,210,246).

  • kırmız ton 83;
  • yeşil ton 210;
  • mavi ton 246.
RGB:
(83,210,246)
(33%,82%,96%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 210 of 255 = 82%
B 246 of 255 = 96%

83
210
246

R + G + B ~ 70%. #53D2F6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 210 + 246 = 539 (100%)
R 83 of 539 ~ 15.4%
G 210 of 539 ~ 38.96%
B 246 of 539 ~ 45.64%

%15.4
%38.96
%45.64

CMYK RENK MODELİ

#53D2F6 rengi CMYK tonu (66,15,0,4).

  • camgöbeği tonu 66.26%
  • eflatun tonu 14.63%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(66,15,0,4)
C66M15Y0K4 
(66%,15%,0%,4%)
(0.66/0.15/0.00/0.04)	

CMYK yüzdeleri

%66.26
%14.63
%0
%3.53

Codes

Color #53D2F6 in popluar color models

53D2F6
RGB83210246
HSL193°90.06%64.51%
HSB/HSV193°66.26%96.47%
CMYK66.26%14.63%0.00%
3.53%

Color #53D2F6 in popluar number systems.

HEX53D2F6
Decimal83210246
Binary10100111101001011110110
Octal123322366

Shades and tints

Shades of #53D2F6

#53D2F6
(83,210,246)
#4CBFE0
(76,191,224)
#45ACCA
(69,172,202)
#3E99B4
(62,153,180)
#37869E
(55,134,158)
#307388
(48,115,136)
#296072
(41,96,114)
#224D5C
(34,77,92)
#1B3A46
(27,58,70)
#142730
(20,39,48)
#0D141A
(13,20,26)
#000000
(0,0,0)

Tints of #53D2F6

#53D2F6
(83,210,246)
#62D6F6
(98,214,246)
#71DAF6
(113,218,246)
#80DEF6
(128,222,246)
#8FE2F6
(143,226,246)
#9EE6F6
(158,230,246)
#ADEAF6
(173,234,246)
#BCEEF6
(188,238,246)
#CBF2F6
(203,242,246)
#DAF6F6
(218,246,246)
#E9FAF6
(233,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53D2F6 color. Also use rgb(83,210,246) instead hex code.

Text Font Color

.myTextColor { color: #53D2F6; }

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

This text font color is #53D2F6.


Background Color

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

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

This div background color is #53D2F6.


Border color

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

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

This div border color is #53D2F6.


Opacity

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

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

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

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

This text has shadow with #53D2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53D2F6 on black background.


Color preview on white background

This text has color #53D2F6 on white background.



Black color preview on #53D2F6 background

This text has black color on #53D2F6 background.


White color preview on #53D2F6 background

This text has white color on #53D2F6 background.