COLOR #61AFA7

HEX: #61AFA7
RGB: (97,175,167)

Color info

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

RGB color model

#61AFA7 color RGB value is (97,175,167).

  • red value is 97;
  • green value is 175;
  • blue value is 167.
RGB:
(97,175,167)
(38%,69%,65%)

RGB channels and saturation

R 97 of 255 = 38%
G 175 of 255 = 69%
B 167 of 255 = 65%

97
175
167

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

Portions of RGB colors in percentages

R + G + B =
97 + 175 + 167 = 439 (100%)
R 97 of 439 ~ 22.1%
G 175 of 439 ~ 39.86%
B 167 of 439 ~ 38.04%

%22.1
%39.86
%38.04

CMYK color model

#61AFA7 color CMYK value is (45,0,5,31).

  • cyan value is 44.57%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(45,0,5,31)
C45M0Y5K31 
(45%,0%,5%,31%)
(0.45/0.00/0.05/0.31)	

CMYK percentages

%44.57
%0
%4.57
%31.37

Codes

Color #61AFA7 in popluar color models

61AFA7
RGB97175167
HSL174°32.77%53.33%
HSB/HSV174°44.57%68.63%
CMYK44.57%0.00%4.57%
31.37%

Color #61AFA7 in popluar number systems.

HEX61AFA7
Decimal97175167
Binary11000011010111110100111
Octal141257247

Shades and tints

Shades of #61AFA7

#61AFA7
(97,175,167)
#59A098
(89,160,152)
#519189
(81,145,137)
#49827A
(73,130,122)
#41736B
(65,115,107)
#39645C
(57,100,92)
#31554D
(49,85,77)
#29463E
(41,70,62)
#21372F
(33,55,47)
#192820
(25,40,32)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #61AFA7

#61AFA7
(97,175,167)
#6FB6AF
(111,182,175)
#7DBDB7
(125,189,183)
#8BC4BF
(139,196,191)
#99CBC7
(153,203,199)
#A7D2CF
(167,210,207)
#B5D9D7
(181,217,215)
#C3E0DF
(195,224,223)
#D1E7E7
(209,231,231)
#DFEEEF
(223,238,239)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61AFA7 color. Also use rgb(97,175,167) instead hex code.

Text Font Color

.myTextColor { color: #61AFA7; }

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

This text font color is #61AFA7.


Background Color

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

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

This div background color is #61AFA7.


Border color

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

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

This div border color is #61AFA7.


Opacity

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

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

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

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

This text has shadow with #61AFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AFA7 on black background.


Color preview on white background

This text has color #61AFA7 on white background.



Black color preview on #61AFA7 background

This text has black color on #61AFA7 background.


White color preview on #61AFA7 background

This text has white color on #61AFA7 background.