COLOR #61AAD4

HEX: #61AAD4
RGB: (97,170,212)

Color info

#61AAD4 contains mainly green and blue colors. Web safe color of #61AAD4 is #6699CC (or #69C).

RGB color model

#61AAD4 color RGB value is (97,170,212).

  • red value is 97;
  • green value is 170;
  • blue value is 212.
RGB:
(97,170,212)
(38%,67%,83%)

RGB channels and saturation

R 97 of 255 = 38%
G 170 of 255 = 67%
B 212 of 255 = 83%

97
170
212

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

Portions of RGB colors in percentages

R + G + B =
97 + 170 + 212 = 479 (100%)
R 97 of 479 ~ 20.25%
G 170 of 479 ~ 35.49%
B 212 of 479 ~ 44.26%

%20.25
%35.49
%44.26

CMYK color model

#61AAD4 color CMYK value is (54,20,0,17).

  • cyan value is 54.25%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(54,20,0,17)
C54M20Y0K17 
(54%,20%,0%,17%)
(0.54/0.20/0.00/0.17)	

CMYK percentages

%54.25
%19.81
%0
%16.86

Codes

Color #61AAD4 in popluar color models

61AAD4
RGB97170212
HSL202°57.21%60.59%
HSB/HSV202°54.25%83.14%
CMYK54.25%19.81%0.00%
16.86%

Color #61AAD4 in popluar number systems.

HEX61AAD4
Decimal97170212
Binary11000011010101011010100
Octal141252324

Shades and tints

Shades of #61AAD4

#61AAD4
(97,170,212)
#599BC1
(89,155,193)
#518CAE
(81,140,174)
#497D9B
(73,125,155)
#416E88
(65,110,136)
#395F75
(57,95,117)
#315062
(49,80,98)
#29414F
(41,65,79)
#21323C
(33,50,60)
#192329
(25,35,41)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #61AAD4

#61AAD4
(97,170,212)
#6FB1D7
(111,177,215)
#7DB8DA
(125,184,218)
#8BBFDD
(139,191,221)
#99C6E0
(153,198,224)
#A7CDE3
(167,205,227)
#B5D4E6
(181,212,230)
#C3DBE9
(195,219,233)
#D1E2EC
(209,226,236)
#DFE9EF
(223,233,239)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61AAD4 color. Also use rgb(97,170,212) instead hex code.

Text Font Color

.myTextColor { color: #61AAD4; }

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

This text font color is #61AAD4.


Background Color

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

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

This div background color is #61AAD4.


Border color

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

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

This div border color is #61AAD4.


Opacity

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

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

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

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

This text has shadow with #61AAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AAD4 on black background.


Color preview on white background

This text has color #61AAD4 on white background.



Black color preview on #61AAD4 background

This text has black color on #61AAD4 background.


White color preview on #61AAD4 background

This text has white color on #61AAD4 background.