COLOR #53ADD7

HEX: #53ADD7
RGB: (83,173,215)

Renk bilgisi

#53ADD7 contains mainly green and blue colors. #53ADD7 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#53ADD7 color RGB value is (83,173,215).

  • kırmız ton 83;
  • yeşil ton 173;
  • mavi ton 215.
RGB:
(83,173,215)
(33%,68%,84%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 173 of 255 = 68%
B 215 of 255 = 84%

83
173
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 173 + 215 = 471 (100%)
R 83 of 471 ~ 17.62%
G 173 of 471 ~ 36.73%
B 215 of 471 ~ 45.65%

%17.62
%36.73
%45.65

CMYK RENK MODELİ

#53ADD7 rengi CMYK tonu (61,20,0,16).

  • camgöbeği tonu 61.40%
  • eflatun tonu 19.53%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(61,20,0,16)
C61M20Y0K16 
(61%,20%,0%,16%)
(0.61/0.20/0.00/0.16)	

CMYK yüzdeleri

%61.4
%19.53
%0
%15.69

Codes

Color #53ADD7 in popluar color models

53ADD7
RGB83173215
HSL199°62.26%58.43%
HSB/HSV199°61.40%84.31%
CMYK61.40%19.53%0.00%
15.69%

Color #53ADD7 in popluar number systems.

HEX53ADD7
Decimal83173215
Binary10100111010110111010111
Octal123255327

Shades and tints

Shades of #53ADD7

#53ADD7
(83,173,215)
#4C9EC4
(76,158,196)
#458FB1
(69,143,177)
#3E809E
(62,128,158)
#37718B
(55,113,139)
#306278
(48,98,120)
#295365
(41,83,101)
#224452
(34,68,82)
#1B353F
(27,53,63)
#14262C
(20,38,44)
#0D1719
(13,23,25)
#000000
(0,0,0)

Tints of #53ADD7

#53ADD7
(83,173,215)
#62B4DA
(98,180,218)
#71BBDD
(113,187,221)
#80C2E0
(128,194,224)
#8FC9E3
(143,201,227)
#9ED0E6
(158,208,230)
#ADD7E9
(173,215,233)
#BCDEEC
(188,222,236)
#CBE5EF
(203,229,239)
#DAECF2
(218,236,242)
#E9F3F5
(233,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53ADD7 color. Also use rgb(83,173,215) instead hex code.

Text Font Color

.myTextColor { color: #53ADD7; }

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

This text font color is #53ADD7.


Background Color

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

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

This div background color is #53ADD7.


Border color

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

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

This div border color is #53ADD7.


Opacity

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

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

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

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

This text has shadow with #53ADD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53ADD7 on black background.


Color preview on white background

This text has color #53ADD7 on white background.



Black color preview on #53ADD7 background

This text has black color on #53ADD7 background.


White color preview on #53ADD7 background

This text has white color on #53ADD7 background.