COLOR #61D6DE

HEX: #61D6DE
RGB: (97,214,222)

Color info

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

RGB color model

#61D6DE color RGB value is (97,214,222).

  • red value is 97;
  • green value is 214;
  • blue value is 222.
RGB:
(97,214,222)
(38%,84%,87%)

RGB channels and saturation

R 97 of 255 = 38%
G 214 of 255 = 84%
B 222 of 255 = 87%

97
214
222

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

Portions of RGB colors in percentages

R + G + B =
97 + 214 + 222 = 533 (100%)
R 97 of 533 ~ 18.2%
G 214 of 533 ~ 40.15%
B 222 of 533 ~ 41.65%

%18.2
%40.15
%41.65

CMYK color model

#61D6DE color CMYK value is (56,4,0,13).

  • cyan value is 56.31%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(56,4,0,13)
C56M4Y0K13 
(56%,4%,0%,13%)
(0.56/0.04/0.00/0.13)	

CMYK percentages

%56.31
%3.6
%0
%12.94

Codes

Color #61D6DE in popluar color models

61D6DE
RGB97214222
HSL184°65.45%62.55%
HSB/HSV184°56.31%87.06%
CMYK56.31%3.60%0.00%
12.94%

Color #61D6DE in popluar number systems.

HEX61D6DE
Decimal97214222
Binary11000011101011011011110
Octal141326336

Shades and tints

Shades of #61D6DE

#61D6DE
(97,214,222)
#59C3CA
(89,195,202)
#51B0B6
(81,176,182)
#499DA2
(73,157,162)
#418A8E
(65,138,142)
#39777A
(57,119,122)
#316466
(49,100,102)
#295152
(41,81,82)
#213E3E
(33,62,62)
#192B2A
(25,43,42)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #61D6DE

#61D6DE
(97,214,222)
#6FD9E1
(111,217,225)
#7DDCE4
(125,220,228)
#8BDFE7
(139,223,231)
#99E2EA
(153,226,234)
#A7E5ED
(167,229,237)
#B5E8F0
(181,232,240)
#C3EBF3
(195,235,243)
#D1EEF6
(209,238,246)
#DFF1F9
(223,241,249)
#EDF4FC
(237,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D6DE color. Also use rgb(97,214,222) instead hex code.

Text Font Color

.myTextColor { color: #61D6DE; }

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

This text font color is #61D6DE.


Background Color

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

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

This div background color is #61D6DE.


Border color

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

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

This div border color is #61D6DE.


Opacity

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

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

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

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

This text has shadow with #61D6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D6DE on black background.


Color preview on white background

This text has color #61D6DE on white background.



Black color preview on #61D6DE background

This text has black color on #61D6DE background.


White color preview on #61D6DE background

This text has white color on #61D6DE background.