COLOR #61AB9B

HEX: #61AB9B
RGB: (97,171,155)

Color info

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

RGB color model

#61AB9B color RGB value is (97,171,155).

  • red value is 97;
  • green value is 171;
  • blue value is 155.
RGB:
(97,171,155)
(38%,67%,61%)

RGB channels and saturation

R 97 of 255 = 38%
G 171 of 255 = 67%
B 155 of 255 = 61%

97
171
155

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

Portions of RGB colors in percentages

R + G + B =
97 + 171 + 155 = 423 (100%)
R 97 of 423 ~ 22.93%
G 171 of 423 ~ 40.43%
B 155 of 423 ~ 36.64%

%22.93
%40.43
%36.64

CMYK color model

#61AB9B color CMYK value is (43,0,9,33).

  • cyan value is 43.27%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(43,0,9,33)
C43M0Y9K33 
(43%,0%,9%,33%)
(0.43/0.00/0.09/0.33)	

CMYK percentages

%43.27
%0
%9.36
%32.94

Codes

Color #61AB9B in popluar color models

61AB9B
RGB97171155
HSL167°30.58%52.55%
HSB/HSV167°43.27%67.06%
CMYK43.27%0.00%9.36%
32.94%

Color #61AB9B in popluar number systems.

HEX61AB9B
Decimal97171155
Binary11000011010101110011011
Octal141253233

Shades and tints

Shades of #61AB9B

#61AB9B
(97,171,155)
#599C8D
(89,156,141)
#518D7F
(81,141,127)
#497E71
(73,126,113)
#416F63
(65,111,99)
#396055
(57,96,85)
#315147
(49,81,71)
#294239
(41,66,57)
#21332B
(33,51,43)
#19241D
(25,36,29)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #61AB9B

#61AB9B
(97,171,155)
#6FB2A4
(111,178,164)
#7DB9AD
(125,185,173)
#8BC0B6
(139,192,182)
#99C7BF
(153,199,191)
#A7CEC8
(167,206,200)
#B5D5D1
(181,213,209)
#C3DCDA
(195,220,218)
#D1E3E3
(209,227,227)
#DFEAEC
(223,234,236)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61AB9B; }

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

This text font color is #61AB9B.


Background Color

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

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

This div background color is #61AB9B.


Border color

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

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

This div border color is #61AB9B.


Opacity

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

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

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

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

This text has shadow with #61AB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AB9B on black background.


Color preview on white background

This text has color #61AB9B on white background.



Black color preview on #61AB9B background

This text has black color on #61AB9B background.


White color preview on #61AB9B background

This text has white color on #61AB9B background.