COLOR #61D7E5

HEX: #61D7E5
RGB: (97,215,229)

Renk bilgisi

#61D7E5 contains mainly green and blue colors. #61D7E5 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#61D7E5 color RGB value is (97,215,229).

  • kırmız ton 97;
  • yeşil ton 215;
  • mavi ton 229.
RGB:
(97,215,229)
(38%,84%,90%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 215 of 255 = 84%
B 229 of 255 = 90%

97
215
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 215 + 229 = 541 (100%)
R 97 of 541 ~ 17.93%
G 215 of 541 ~ 39.74%
B 229 of 541 ~ 42.33%

%17.93
%39.74
%42.33

CMYK RENK MODELİ

#61D7E5 rengi CMYK tonu (58,6,0,10).

  • camgöbeği tonu 57.64%
  • eflatun tonu 6.11%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(58,6,0,10)
C58M6Y0K10 
(58%,6%,0%,10%)
(0.58/0.06/0.00/0.10)	

CMYK yüzdeleri

%57.64
%6.11
%0
%10.2

Codes

Color #61D7E5 in popluar color models

61D7E5
RGB97215229
HSL186°71.74%63.92%
HSB/HSV186°57.64%89.80%
CMYK57.64%6.11%0.00%
10.20%

Color #61D7E5 in popluar number systems.

HEX61D7E5
Decimal97215229
Binary11000011101011111100101
Octal141327345

Shades and tints

Shades of #61D7E5

#61D7E5
(97,215,229)
#59C4D1
(89,196,209)
#51B1BD
(81,177,189)
#499EA9
(73,158,169)
#418B95
(65,139,149)
#397881
(57,120,129)
#31656D
(49,101,109)
#295259
(41,82,89)
#213F45
(33,63,69)
#192C31
(25,44,49)
#11191D
(17,25,29)
#000000
(0,0,0)

Tints of #61D7E5

#61D7E5
(97,215,229)
#6FDAE7
(111,218,231)
#7DDDE9
(125,221,233)
#8BE0EB
(139,224,235)
#99E3ED
(153,227,237)
#A7E6EF
(167,230,239)
#B5E9F1
(181,233,241)
#C3ECF3
(195,236,243)
#D1EFF5
(209,239,245)
#DFF2F7
(223,242,247)
#EDF5F9
(237,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D7E5 color. Also use rgb(97,215,229) instead hex code.

Text Font Color

.myTextColor { color: #61D7E5; }

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

This text font color is #61D7E5.


Background Color

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

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

This div background color is #61D7E5.


Border color

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

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

This div border color is #61D7E5.


Opacity

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

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

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

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

This text has shadow with #61D7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D7E5 on black background.


Color preview on white background

This text has color #61D7E5 on white background.



Black color preview on #61D7E5 background

This text has black color on #61D7E5 background.


White color preview on #61D7E5 background

This text has white color on #61D7E5 background.