COLOR #61B7DA

HEX: #61B7DA
RGB: (97,183,218)

Color info

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

RGB color model

#61B7DA color RGB value is (97,183,218).

  • red value is 97;
  • green value is 183;
  • blue value is 218.
RGB:
(97,183,218)
(38%,72%,85%)

RGB channels and saturation

R 97 of 255 = 38%
G 183 of 255 = 72%
B 218 of 255 = 85%

97
183
218

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

Portions of RGB colors in percentages

R + G + B =
97 + 183 + 218 = 498 (100%)
R 97 of 498 ~ 19.48%
G 183 of 498 ~ 36.75%
B 218 of 498 ~ 43.78%

%19.48
%36.75
%43.78

CMYK color model

#61B7DA color CMYK value is (56,16,0,15).

  • cyan value is 55.50%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(56,16,0,15)
C56M16Y0K15 
(56%,16%,0%,15%)
(0.56/0.16/0.00/0.15)	

CMYK percentages

%55.5
%16.06
%0
%14.51

Codes

Color #61B7DA in popluar color models

61B7DA
RGB97183218
HSL197°62.05%61.76%
HSB/HSV197°55.50%85.49%
CMYK55.50%16.06%0.00%
14.51%

Color #61B7DA in popluar number systems.

HEX61B7DA
Decimal97183218
Binary11000011011011111011010
Octal141267332

Shades and tints

Shades of #61B7DA

#61B7DA
(97,183,218)
#59A7C7
(89,167,199)
#5197B4
(81,151,180)
#4987A1
(73,135,161)
#41778E
(65,119,142)
#39677B
(57,103,123)
#315768
(49,87,104)
#294755
(41,71,85)
#213742
(33,55,66)
#19272F
(25,39,47)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #61B7DA

#61B7DA
(97,183,218)
#6FBDDD
(111,189,221)
#7DC3E0
(125,195,224)
#8BC9E3
(139,201,227)
#99CFE6
(153,207,230)
#A7D5E9
(167,213,233)
#B5DBEC
(181,219,236)
#C3E1EF
(195,225,239)
#D1E7F2
(209,231,242)
#DFEDF5
(223,237,245)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B7DA color. Also use rgb(97,183,218) instead hex code.

Text Font Color

.myTextColor { color: #61B7DA; }

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

This text font color is #61B7DA.


Background Color

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

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

This div background color is #61B7DA.


Border color

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

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

This div border color is #61B7DA.


Opacity

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

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

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

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

This text has shadow with #61B7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B7DA on black background.


Color preview on white background

This text has color #61B7DA on white background.



Black color preview on #61B7DA background

This text has black color on #61B7DA background.


White color preview on #61B7DA background

This text has white color on #61B7DA background.