COLOR #61ADCF

HEX: #61ADCF
RGB: (97,173,207)

Color info

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

RGB color model

#61ADCF color RGB value is (97,173,207).

  • red value is 97;
  • green value is 173;
  • blue value is 207.
RGB:
(97,173,207)
(38%,68%,81%)

RGB channels and saturation

R 97 of 255 = 38%
G 173 of 255 = 68%
B 207 of 255 = 81%

97
173
207

R + G + B ~ 62%. #61ADCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 173 + 207 = 477 (100%)
R 97 of 477 ~ 20.34%
G 173 of 477 ~ 36.27%
B 207 of 477 ~ 43.4%

%20.34
%36.27
%43.4

CMYK color model

#61ADCF color CMYK value is (53,16,0,19).

  • cyan value is 53.14%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(53,16,0,19)
C53M16Y0K19 
(53%,16%,0%,19%)
(0.53/0.16/0.00/0.19)	

CMYK percentages

%53.14
%16.43
%0
%18.82

Codes

Color #61ADCF in popluar color models

61ADCF
RGB97173207
HSL199°53.40%59.61%
HSB/HSV199°53.14%81.18%
CMYK53.14%16.43%0.00%
18.82%

Color #61ADCF in popluar number systems.

HEX61ADCF
Decimal97173207
Binary11000011010110111001111
Octal141255317

Shades and tints

Shades of #61ADCF

#61ADCF
(97,173,207)
#599EBD
(89,158,189)
#518FAB
(81,143,171)
#498099
(73,128,153)
#417187
(65,113,135)
#396275
(57,98,117)
#315363
(49,83,99)
#294451
(41,68,81)
#21353F
(33,53,63)
#19262D
(25,38,45)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #61ADCF

#61ADCF
(97,173,207)
#6FB4D3
(111,180,211)
#7DBBD7
(125,187,215)
#8BC2DB
(139,194,219)
#99C9DF
(153,201,223)
#A7D0E3
(167,208,227)
#B5D7E7
(181,215,231)
#C3DEEB
(195,222,235)
#D1E5EF
(209,229,239)
#DFECF3
(223,236,243)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61ADCF color. Also use rgb(97,173,207) instead hex code.

Text Font Color

.myTextColor { color: #61ADCF; }

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

This text font color is #61ADCF.


Background Color

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

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

This div background color is #61ADCF.


Border color

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

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

This div border color is #61ADCF.


Opacity

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

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

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

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

This text has shadow with #61ADCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61ADCF on black background.


Color preview on white background

This text has color #61ADCF on white background.



Black color preview on #61ADCF background

This text has black color on #61ADCF background.


White color preview on #61ADCF background

This text has white color on #61ADCF background.