COLOR #61BDC3

HEX: #61BDC3
RGB: (97,189,195)

Color info

#61BDC3 contains mainly green and blue colors. Web safe color of #61BDC3 is #66CCCC (or #6CC).

RGB color model

#61BDC3 color RGB value is (97,189,195).

  • red value is 97;
  • green value is 189;
  • blue value is 195.
RGB:
(97,189,195)
(38%,74%,76%)

RGB channels and saturation

R 97 of 255 = 38%
G 189 of 255 = 74%
B 195 of 255 = 76%

97
189
195

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

Portions of RGB colors in percentages

R + G + B =
97 + 189 + 195 = 481 (100%)
R 97 of 481 ~ 20.17%
G 189 of 481 ~ 39.29%
B 195 of 481 ~ 40.54%

%20.17
%39.29
%40.54

CMYK color model

#61BDC3 color CMYK value is (50,3,0,24).

  • cyan value is 50.26%
  • magenta value is 3.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(50,3,0,24)
C50M3Y0K24 
(50%,3%,0%,24%)
(0.50/0.03/0.00/0.24)	

CMYK percentages

%50.26
%3.08
%0
%23.53

Codes

Color #61BDC3 in popluar color models

61BDC3
RGB97189195
HSL184°44.95%57.25%
HSB/HSV184°50.26%76.47%
CMYK50.26%3.08%0.00%
23.53%

Color #61BDC3 in popluar number systems.

HEX61BDC3
Decimal97189195
Binary11000011011110111000011
Octal141275303

Shades and tints

Shades of #61BDC3

#61BDC3
(97,189,195)
#59ACB2
(89,172,178)
#519BA1
(81,155,161)
#498A90
(73,138,144)
#41797F
(65,121,127)
#39686E
(57,104,110)
#31575D
(49,87,93)
#29464C
(41,70,76)
#21353B
(33,53,59)
#19242A
(25,36,42)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #61BDC3

#61BDC3
(97,189,195)
#6FC3C8
(111,195,200)
#7DC9CD
(125,201,205)
#8BCFD2
(139,207,210)
#99D5D7
(153,213,215)
#A7DBDC
(167,219,220)
#B5E1E1
(181,225,225)
#C3E7E6
(195,231,230)
#D1EDEB
(209,237,235)
#DFF3F0
(223,243,240)
#EDF9F5
(237,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61BDC3 color. Also use rgb(97,189,195) instead hex code.

Text Font Color

.myTextColor { color: #61BDC3; }

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

This text font color is #61BDC3.


Background Color

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

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

This div background color is #61BDC3.


Border color

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

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

This div border color is #61BDC3.


Opacity

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

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

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

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

This text has shadow with #61BDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61BDC3 on black background.


Color preview on white background

This text has color #61BDC3 on white background.



Black color preview on #61BDC3 background

This text has black color on #61BDC3 background.


White color preview on #61BDC3 background

This text has white color on #61BDC3 background.