COLOR #61ABB1

HEX: #61ABB1 RGB: (97,171,177)

Color info

#61ABB1 contains mainly green and blue colors. Web safe color of #61ABB1 is #669999 (or #699).

RGB color model

#61ABB1 color RGB value is (97,171,177).

RGB: (97,171,177) (38%, 67%, 69%)

RGB channels and saturation

R 97 of 255 = 38%
G 171 of 255 = 67%
B 177 of 255 = 69%

97
171
177

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

Portions of RGB colors in percentages

R + G + B = 97 + 171 + 177 = 445 (100%)
R 97 of 445 ~ 21.8%
G 171 of 445 ~ 38.43%
B 177 of 445 ~ 39.78'%

%21.8
%38.43
%39.78

CMYK color model

#61ABB1 color CMYK value is (45,3,0,31).

  • cyan value is 45.20%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (45,3,0,31)
C45M3Y0K31 (45%, 3%, 0%, 31%)
(0.45 / 0.03 / 0.00 / 0.31)

CMYK percentages

%45.2
%3.39
%0
%30.59

Codes

Color #61ABB1 in popluar color models

61 AB B1
RGB 97 171 177
HSL 185° 33.90% 53.73%
HSB/HSV 185° 45.20% 69.41%
CMYK 45.20% 3.39% 0.00%
30.59%

Color #61ABB1 in popluar number systems.

HEX 61 AB B1
Decimal 97 171 177
Binary 1100001 10101011 10110001
Octal 141 253 261

Shades and tints

Shades of #61ABB1

#61ABB1
(97,171,177)
#599CA1
(89,156,161)
#518D91
(81,141,145)
#497E81
(73,126,129)
#416F71
(65,111,113)
#396061
(57,96,97)
#315151
(49,81,81)
#294241
(41,66,65)
#213331
(33,51,49)
#192421
(25,36,33)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #61ABB1

#61ABB1
(97,171,177)
#6FB2B8
(111,178,184)
#7DB9BF
(125,185,191)
#8BC0C6
(139,192,198)
#99C7CD
(153,199,205)
#A7CED4
(167,206,212)
#B5D5DB
(181,213,219)
#C3DCE2
(195,220,226)
#D1E3E9
(209,227,233)
#DFEAF0
(223,234,240)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61ABB1 color. Also use rgb(97,171,177) instead hex code.

Text Font Color

.myTextColor { color: #61ABB1; }

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

This text font color is #61ABB1.

Background Color

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

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

This div background color is #61ABB1.

Border color

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

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

This div border color is #61ABB1.

Opacity

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

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

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

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

This text has shadow with #61ABB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61ABB1.

Preview

Color preview on black background

This text has color #61ABB1 on black background.


Color preview on white background

This text has color #61ABB1 on white background.


Black color preview on #61ABB1 background

This text has black color on #61ABB1 background.


White color preview on #61ABB1 background

This text has white color on #61ABB1 background.


Related colors

Complementary color

Complementary color for #hex is #9E544E.


I love getcolorcode.com

Triadic colors

1 #B161AB and #ABB161 with #61ABB1 are triadic colors.

2 #B1AB61 and #AB61B1 with #61ABB1 are triadic colors.