COLOR #61BC87

HEX: #61BC87
RGB: (97,188,135)

Color info

#61BC87 contains mainly green and blue colors. Web safe color of #61BC87 is #66CC99 (or #6C9).

RGB color model

#61BC87 color RGB value is (97,188,135).

  • red value is 97;
  • green value is 188;
  • blue value is 135.
RGB:
(97,188,135)
(38%,74%,53%)

RGB channels and saturation

R 97 of 255 = 38%
G 188 of 255 = 74%
B 135 of 255 = 53%

97
188
135

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

Portions of RGB colors in percentages

R + G + B =
97 + 188 + 135 = 420 (100%)
R 97 of 420 ~ 23.1%
G 188 of 420 ~ 44.76%
B 135 of 420 ~ 32.14%

%23.1
%44.76
%32.14

CMYK color model

#61BC87 color CMYK value is (48,0,28,26).

  • cyan value is 48.40%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 26.27%
CMYK:
(48,0,28,26)
C48M0Y28K26 
(48%,0%,28%,26%)
(0.48/0.00/0.28/0.26)	

CMYK percentages

%48.4
%0
%28.19
%26.27

Codes

Color #61BC87 in popluar color models

61BC87
RGB97188135
HSL145°40.44%55.88%
HSB/HSV145°48.40%73.73%
CMYK48.40%0.00%28.19%
26.27%

Color #61BC87 in popluar number systems.

HEX61BC87
Decimal97188135
Binary11000011011110010000111
Octal141274207

Shades and tints

Shades of #61BC87

#61BC87
(97,188,135)
#59AB7B
(89,171,123)
#519A6F
(81,154,111)
#498963
(73,137,99)
#417857
(65,120,87)
#39674B
(57,103,75)
#31563F
(49,86,63)
#294533
(41,69,51)
#213427
(33,52,39)
#19231B
(25,35,27)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #61BC87

#61BC87
(97,188,135)
#6FC291
(111,194,145)
#7DC89B
(125,200,155)
#8BCEA5
(139,206,165)
#99D4AF
(153,212,175)
#A7DAB9
(167,218,185)
#B5E0C3
(181,224,195)
#C3E6CD
(195,230,205)
#D1ECD7
(209,236,215)
#DFF2E1
(223,242,225)
#EDF8EB
(237,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61BC87 color. Also use rgb(97,188,135) instead hex code.

Text Font Color

.myTextColor { color: #61BC87; }

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

This text font color is #61BC87.


Background Color

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

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

This div background color is #61BC87.


Border color

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

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

This div border color is #61BC87.


Opacity

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

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

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

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

This text has shadow with #61BC87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61BC87 on black background.


Color preview on white background

This text has color #61BC87 on white background.



Black color preview on #61BC87 background

This text has black color on #61BC87 background.


White color preview on #61BC87 background

This text has white color on #61BC87 background.