COLOR #61ACC2

HEX: #61ACC2
RGB: (97,172,194)

Color info

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

RGB color model

#61ACC2 color RGB value is (97,172,194).

  • red value is 97;
  • green value is 172;
  • blue value is 194.
RGB:
(97,172,194)
(38%,67%,76%)

RGB channels and saturation

R 97 of 255 = 38%
G 172 of 255 = 67%
B 194 of 255 = 76%

97
172
194

R + G + B ~ 60%. #61ACC2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 172 + 194 = 463 (100%)
R 97 of 463 ~ 20.95%
G 172 of 463 ~ 37.15%
B 194 of 463 ~ 41.9%

%20.95
%37.15
%41.9

CMYK color model

#61ACC2 color CMYK value is (50,11,0,24).

  • cyan value is 50.00%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(50,11,0,24)
C50M11Y0K24 
(50%,11%,0%,24%)
(0.50/0.11/0.00/0.24)	

CMYK percentages

%50
%11.34
%0
%23.92

Codes

Color #61ACC2 in popluar color models

61ACC2
RGB97172194
HSL194°44.29%57.06%
HSB/HSV194°50.00%76.08%
CMYK50.00%11.34%0.00%
23.92%

Color #61ACC2 in popluar number systems.

HEX61ACC2
Decimal97172194
Binary11000011010110011000010
Octal141254302

Shades and tints

Shades of #61ACC2

#61ACC2
(97,172,194)
#599DB1
(89,157,177)
#518EA0
(81,142,160)
#497F8F
(73,127,143)
#41707E
(65,112,126)
#39616D
(57,97,109)
#31525C
(49,82,92)
#29434B
(41,67,75)
#21343A
(33,52,58)
#192529
(25,37,41)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #61ACC2

#61ACC2
(97,172,194)
#6FB3C7
(111,179,199)
#7DBACC
(125,186,204)
#8BC1D1
(139,193,209)
#99C8D6
(153,200,214)
#A7CFDB
(167,207,219)
#B5D6E0
(181,214,224)
#C3DDE5
(195,221,229)
#D1E4EA
(209,228,234)
#DFEBEF
(223,235,239)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61ACC2; }

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

This text font color is #61ACC2.


Background Color

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

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

This div background color is #61ACC2.


Border color

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

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

This div border color is #61ACC2.


Opacity

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

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

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

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

This text has shadow with #61ACC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61ACC2 on black background.


Color preview on white background

This text has color #61ACC2 on white background.



Black color preview on #61ACC2 background

This text has black color on #61ACC2 background.


White color preview on #61ACC2 background

This text has white color on #61ACC2 background.