COLOR #61ACD5

HEX: #61ACD5
RGB: (97,172,213)

Renk bilgisi

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

RGB renk modeli

#61ACD5 color RGB value is (97,172,213).

  • kırmız ton 97;
  • yeşil ton 172;
  • mavi ton 213.
RGB:
(97,172,213)
(38%,67%,84%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 172 of 255 = 67%
B 213 of 255 = 84%

97
172
213

R + G + B ~ 63%. #61ACD5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 172 + 213 = 482 (100%)
R 97 of 482 ~ 20.12%
G 172 of 482 ~ 35.68%
B 213 of 482 ~ 44.19%

%20.12
%35.68
%44.19

CMYK RENK MODELİ

#61ACD5 rengi CMYK tonu (54,19,0,16).

  • camgöbeği tonu 54.46%
  • eflatun tonu 19.25%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(54,19,0,16)
C54M19Y0K16 
(54%,19%,0%,16%)
(0.54/0.19/0.00/0.16)	

CMYK yüzdeleri

%54.46
%19.25
%0
%16.47

Codes

Color #61ACD5 in popluar color models

61ACD5
RGB97172213
HSL201°58.00%60.78%
HSB/HSV201°54.46%83.53%
CMYK54.46%19.25%0.00%
16.47%

Color #61ACD5 in popluar number systems.

HEX61ACD5
Decimal97172213
Binary11000011010110011010101
Octal141254325

Shades and tints

Shades of #61ACD5

#61ACD5
(97,172,213)
#599DC2
(89,157,194)
#518EAF
(81,142,175)
#497F9C
(73,127,156)
#417089
(65,112,137)
#396176
(57,97,118)
#315263
(49,82,99)
#294350
(41,67,80)
#21343D
(33,52,61)
#19252A
(25,37,42)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #61ACD5

#61ACD5
(97,172,213)
#6FB3D8
(111,179,216)
#7DBADB
(125,186,219)
#8BC1DE
(139,193,222)
#99C8E1
(153,200,225)
#A7CFE4
(167,207,228)
#B5D6E7
(181,214,231)
#C3DDEA
(195,221,234)
#D1E4ED
(209,228,237)
#DFEBF0
(223,235,240)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61ACD5 color. Also use rgb(97,172,213) instead hex code.

Text Font Color

.myTextColor { color: #61ACD5; }

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

This text font color is #61ACD5.


Background Color

.myBgColor { background-color: #61ACD5; }

<div style="background-color:#61ACD5">Inner text</div>

This div background color is #61ACD5.


Border color

.myBorderColor { border: 1px solid #61ACD5; }

<div style="border:3px solid #61ACD5">Div</div>

This div border color is #61ACD5.


Opacity

.myOpacity80 { color: #61ACD5; opacity: 0.8; }

<p style="color:#61ACD5;opacity:0.8;">80%</p>

Text with #61ACD5 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 #61ACD5;}

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

This text has shadow with #61ACD5 color.

.textShadow {text-shadow: 3px 3px 1px #61ACD5, 3px 3px 1px red;}

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

This text has shadow with #61ACD5 primary color and red secondary color.


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

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

This text has shadow with #61ACD5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61ACD5 on black background.


Color preview on white background

This text has color #61ACD5 on white background.



Black color preview on #61ACD5 background

This text has black color on #61ACD5 background.


White color preview on #61ACD5 background

This text has white color on #61ACD5 background.