COLOR #61ACB9

HEX: #61ACB9
RGB: (97,172,185)

Color info

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

RGB color model

#61ACB9 color RGB value is (97,172,185).

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

RGB channels and saturation

R 97 of 255 = 38%
G 172 of 255 = 67%
B 185 of 255 = 73%

97
172
185

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

Portions of RGB colors in percentages

R + G + B =
97 + 172 + 185 = 454 (100%)
R 97 of 454 ~ 21.37%
G 172 of 454 ~ 37.89%
B 185 of 454 ~ 40.75%

%21.37
%37.89
%40.75

CMYK color model

#61ACB9 color CMYK value is (48,7,0,27).

  • cyan value is 47.57%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(48,7,0,27)
C48M7Y0K27 
(48%,7%,0%,27%)
(0.48/0.07/0.00/0.27)	

CMYK percentages

%47.57
%7.03
%0
%27.45

Codes

Color #61ACB9 in popluar color models

61ACB9
RGB97172185
HSL189°38.60%55.29%
HSB/HSV189°47.57%72.55%
CMYK47.57%7.03%0.00%
27.45%

Color #61ACB9 in popluar number systems.

HEX61ACB9
Decimal97172185
Binary11000011010110010111001
Octal141254271

Shades and tints

Shades of #61ACB9

#61ACB9
(97,172,185)
#599DA9
(89,157,169)
#518E99
(81,142,153)
#497F89
(73,127,137)
#417079
(65,112,121)
#396169
(57,97,105)
#315259
(49,82,89)
#294349
(41,67,73)
#213439
(33,52,57)
#192529
(25,37,41)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #61ACB9

#61ACB9
(97,172,185)
#6FB3BF
(111,179,191)
#7DBAC5
(125,186,197)
#8BC1CB
(139,193,203)
#99C8D1
(153,200,209)
#A7CFD7
(167,207,215)
#B5D6DD
(181,214,221)
#C3DDE3
(195,221,227)
#D1E4E9
(209,228,233)
#DFEBEF
(223,235,239)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61ACB9; }

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

This text font color is #61ACB9.


Background Color

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

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

This div background color is #61ACB9.


Border color

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

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

This div border color is #61ACB9.


Opacity

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

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

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

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

This text has shadow with #61ACB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61ACB9 on black background.


Color preview on white background

This text has color #61ACB9 on white background.



Black color preview on #61ACB9 background

This text has black color on #61ACB9 background.


White color preview on #61ACB9 background

This text has white color on #61ACB9 background.