COLOR #61ABC7

HEX: #61ABC7
RGB: (97,171,199)

Color info

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

RGB color model

#61ABC7 color RGB value is (97,171,199).

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

RGB channels and saturation

R 97 of 255 = 38%
G 171 of 255 = 67%
B 199 of 255 = 78%

97
171
199

R + G + B ~ 61%. #61ABC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 171 + 199 = 467 (100%)
R 97 of 467 ~ 20.77%
G 171 of 467 ~ 36.62%
B 199 of 467 ~ 42.61%

%20.77
%36.62
%42.61

CMYK color model

#61ABC7 color CMYK value is (51,14,0,22).

  • cyan value is 51.26%
  • magenta value is 14.07%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(51,14,0,22)
C51M14Y0K22 
(51%,14%,0%,22%)
(0.51/0.14/0.00/0.22)	

CMYK percentages

%51.26
%14.07
%0
%21.96

Codes

Color #61ABC7 in popluar color models

61ABC7
RGB97171199
HSL196°47.66%58.04%
HSB/HSV196°51.26%78.04%
CMYK51.26%14.07%0.00%
21.96%

Color #61ABC7 in popluar number systems.

HEX61ABC7
Decimal97171199
Binary11000011010101111000111
Octal141253307

Shades and tints

Shades of #61ABC7

#61ABC7
(97,171,199)
#599CB5
(89,156,181)
#518DA3
(81,141,163)
#497E91
(73,126,145)
#416F7F
(65,111,127)
#39606D
(57,96,109)
#31515B
(49,81,91)
#294249
(41,66,73)
#213337
(33,51,55)
#192425
(25,36,37)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #61ABC7

#61ABC7
(97,171,199)
#6FB2CC
(111,178,204)
#7DB9D1
(125,185,209)
#8BC0D6
(139,192,214)
#99C7DB
(153,199,219)
#A7CEE0
(167,206,224)
#B5D5E5
(181,213,229)
#C3DCEA
(195,220,234)
#D1E3EF
(209,227,239)
#DFEAF4
(223,234,244)
#EDF1F9
(237,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61ABC7; }

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

This text font color is #61ABC7.


Background Color

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

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

This div background color is #61ABC7.


Border color

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

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

This div border color is #61ABC7.


Opacity

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

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

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

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

This text has shadow with #61ABC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61ABC7 on black background.


Color preview on white background

This text has color #61ABC7 on white background.



Black color preview on #61ABC7 background

This text has black color on #61ABC7 background.


White color preview on #61ABC7 background

This text has white color on #61ABC7 background.