COLOR #53ADB1

HEX: #53ADB1
RGB: (83,173,177)

Renk bilgisi

#53ADB1 contains mainly green and blue colors. #53ADB1 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#53ADB1 color RGB value is (83,173,177).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 173 of 255 = 68%
B 177 of 255 = 69%

83
173
177

R + G + B ~ 57%. #53ADB1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 173 + 177 = 433 (100%)
R 83 of 433 ~ 19.17%
G 173 of 433 ~ 39.95%
B 177 of 433 ~ 40.88%

%19.17
%39.95
%40.88

CMYK RENK MODELİ

#53ADB1 rengi CMYK tonu (53,2,0,31).

  • camgöbeği tonu 53.11%
  • eflatun tonu 2.26%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(53,2,0,31)
C53M2Y0K31 
(53%,2%,0%,31%)
(0.53/0.02/0.00/0.31)	

CMYK yüzdeleri

%53.11
%2.26
%0
%30.59

Codes

Color #53ADB1 in popluar color models

53ADB1
RGB83173177
HSL183°37.60%50.98%
HSB/HSV183°53.11%69.41%
CMYK53.11%2.26%0.00%
30.59%

Color #53ADB1 in popluar number systems.

HEX53ADB1
Decimal83173177
Binary10100111010110110110001
Octal123255261

Shades and tints

Shades of #53ADB1

#53ADB1
(83,173,177)
#4C9EA1
(76,158,161)
#458F91
(69,143,145)
#3E8081
(62,128,129)
#377171
(55,113,113)
#306261
(48,98,97)
#295351
(41,83,81)
#224441
(34,68,65)
#1B3531
(27,53,49)
#142621
(20,38,33)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #53ADB1

#53ADB1
(83,173,177)
#62B4B8
(98,180,184)
#71BBBF
(113,187,191)
#80C2C6
(128,194,198)
#8FC9CD
(143,201,205)
#9ED0D4
(158,208,212)
#ADD7DB
(173,215,219)
#BCDEE2
(188,222,226)
#CBE5E9
(203,229,233)
#DAECF0
(218,236,240)
#E9F3F7
(233,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53ADB1; }

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

This text font color is #53ADB1.


Background Color

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

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

This div background color is #53ADB1.


Border color

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

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

This div border color is #53ADB1.


Opacity

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

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

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

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

This text has shadow with #53ADB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53ADB1 on black background.


Color preview on white background

This text has color #53ADB1 on white background.



Black color preview on #53ADB1 background

This text has black color on #53ADB1 background.


White color preview on #53ADB1 background

This text has white color on #53ADB1 background.