COLOR #61AAB7

HEX: #61AAB7
RGB: (97,170,183)

Color info

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

RGB color model

#61AAB7 color RGB value is (97,170,183).

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

RGB channels and saturation

R 97 of 255 = 38%
G 170 of 255 = 67%
B 183 of 255 = 72%

97
170
183

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

Portions of RGB colors in percentages

R + G + B =
97 + 170 + 183 = 450 (100%)
R 97 of 450 ~ 21.56%
G 170 of 450 ~ 37.78%
B 183 of 450 ~ 40.67%

%21.56
%37.78
%40.67

CMYK color model

#61AAB7 color CMYK value is (47,7,0,28).

  • cyan value is 46.99%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(47,7,0,28)
C47M7Y0K28 
(47%,7%,0%,28%)
(0.47/0.07/0.00/0.28)	

CMYK percentages

%46.99
%7.1
%0
%28.24

Codes

Color #61AAB7 in popluar color models

61AAB7
RGB97170183
HSL189°37.39%54.90%
HSB/HSV189°46.99%71.76%
CMYK46.99%7.10%0.00%
28.24%

Color #61AAB7 in popluar number systems.

HEX61AAB7
Decimal97170183
Binary11000011010101010110111
Octal141252267

Shades and tints

Shades of #61AAB7

#61AAB7
(97,170,183)
#599BA7
(89,155,167)
#518C97
(81,140,151)
#497D87
(73,125,135)
#416E77
(65,110,119)
#395F67
(57,95,103)
#315057
(49,80,87)
#294147
(41,65,71)
#213237
(33,50,55)
#192327
(25,35,39)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #61AAB7

#61AAB7
(97,170,183)
#6FB1BD
(111,177,189)
#7DB8C3
(125,184,195)
#8BBFC9
(139,191,201)
#99C6CF
(153,198,207)
#A7CDD5
(167,205,213)
#B5D4DB
(181,212,219)
#C3DBE1
(195,219,225)
#D1E2E7
(209,226,231)
#DFE9ED
(223,233,237)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61AAB7; }

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

This text font color is #61AAB7.


Background Color

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

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

This div background color is #61AAB7.


Border color

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

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

This div border color is #61AAB7.


Opacity

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

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

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

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

This text has shadow with #61AAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AAB7 on black background.


Color preview on white background

This text has color #61AAB7 on white background.



Black color preview on #61AAB7 background

This text has black color on #61AAB7 background.


White color preview on #61AAB7 background

This text has white color on #61AAB7 background.