COLOR #53AAAD

HEX: #53AAAD
RGB: (83,170,173)

Renk bilgisi

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

RGB renk modeli

#53AAAD color RGB value is (83,170,173).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 170 of 255 = 67%
B 173 of 255 = 68%

83
170
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 170 + 173 = 426 (100%)
R 83 of 426 ~ 19.48%
G 170 of 426 ~ 39.91%
B 173 of 426 ~ 40.61%

%19.48
%39.91
%40.61

CMYK RENK MODELİ

#53AAAD rengi CMYK tonu (52,2,0,32).

  • camgöbeği tonu 52.02%
  • eflatun tonu 1.73%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(52,2,0,32)
C52M2Y0K32 
(52%,2%,0%,32%)
(0.52/0.02/0.00/0.32)	

CMYK yüzdeleri

%52.02
%1.73
%0
%32.16

Codes

Color #53AAAD in popluar color models

53AAAD
RGB83170173
HSL182°35.43%50.20%
HSB/HSV182°52.02%67.84%
CMYK52.02%1.73%0.00%
32.16%

Color #53AAAD in popluar number systems.

HEX53AAAD
Decimal83170173
Binary10100111010101010101101
Octal123252255

Shades and tints

Shades of #53AAAD

#53AAAD
(83,170,173)
#4C9B9E
(76,155,158)
#458C8F
(69,140,143)
#3E7D80
(62,125,128)
#376E71
(55,110,113)
#305F62
(48,95,98)
#295053
(41,80,83)
#224144
(34,65,68)
#1B3235
(27,50,53)
#142326
(20,35,38)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #53AAAD

#53AAAD
(83,170,173)
#62B1B4
(98,177,180)
#71B8BB
(113,184,187)
#80BFC2
(128,191,194)
#8FC6C9
(143,198,201)
#9ECDD0
(158,205,208)
#ADD4D7
(173,212,215)
#BCDBDE
(188,219,222)
#CBE2E5
(203,226,229)
#DAE9EC
(218,233,236)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AAAD; }

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

This text font color is #53AAAD.


Background Color

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

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

This div background color is #53AAAD.


Border color

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

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

This div border color is #53AAAD.


Opacity

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

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

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

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

This text has shadow with #53AAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AAAD on black background.


Color preview on white background

This text has color #53AAAD on white background.



Black color preview on #53AAAD background

This text has black color on #53AAAD background.


White color preview on #53AAAD background

This text has white color on #53AAAD background.