COLOR #63CFD2

HEX: #63CFD2
RGB: (99,207,210)

Renk bilgisi

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

RGB renk modeli

#63CFD2 color RGB value is (99,207,210).

  • kırmız ton 99;
  • yeşil ton 207;
  • mavi ton 210.
RGB:
(99,207,210)
(39%,81%,82%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 207 of 255 = 81%
B 210 of 255 = 82%

99
207
210

R + G + B ~ 67%. #63CFD2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 207 + 210 = 516 (100%)
R 99 of 516 ~ 19.19%
G 207 of 516 ~ 40.12%
B 210 of 516 ~ 40.7%

%19.19
%40.12
%40.7

CMYK RENK MODELİ

#63CFD2 rengi CMYK tonu (53,1,0,18).

  • camgöbeği tonu 52.86%
  • eflatun tonu 1.43%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(53,1,0,18)
C53M1Y0K18 
(53%,1%,0%,18%)
(0.53/0.01/0.00/0.18)	

CMYK yüzdeleri

%52.86
%1.43
%0
%17.65

Codes

Color #63CFD2 in popluar color models

63CFD2
RGB99207210
HSL182°55.22%60.59%
HSB/HSV182°52.86%82.35%
CMYK52.86%1.43%0.00%
17.65%

Color #63CFD2 in popluar number systems.

HEX63CFD2
Decimal99207210
Binary11000111100111111010010
Octal143317322

Shades and tints

Shades of #63CFD2

#63CFD2
(99,207,210)
#5ABDBF
(90,189,191)
#51ABAC
(81,171,172)
#489999
(72,153,153)
#3F8786
(63,135,134)
#367573
(54,117,115)
#2D6360
(45,99,96)
#24514D
(36,81,77)
#1B3F3A
(27,63,58)
#122D27
(18,45,39)
#091B14
(9,27,20)
#000000
(0,0,0)

Tints of #63CFD2

#63CFD2
(99,207,210)
#71D3D6
(113,211,214)
#7FD7DA
(127,215,218)
#8DDBDE
(141,219,222)
#9BDFE2
(155,223,226)
#A9E3E6
(169,227,230)
#B7E7EA
(183,231,234)
#C5EBEE
(197,235,238)
#D3EFF2
(211,239,242)
#E1F3F6
(225,243,246)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63CFD2 color. Also use rgb(99,207,210) instead hex code.

Text Font Color

.myTextColor { color: #63CFD2; }

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

This text font color is #63CFD2.


Background Color

.myBgColor { background-color: #63CFD2; }

<div style="background-color:#63CFD2">Inner text</div>

This div background color is #63CFD2.


Border color

.myBorderColor { border: 1px solid #63CFD2; }

<div style="border:3px solid #63CFD2">Div</div>

This div border color is #63CFD2.


Opacity

.myOpacity80 { color: #63CFD2; opacity: 0.8; }

<p style="color:#63CFD2;opacity:0.8;">80%</p>

Text with #63CFD2 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 #63CFD2;}

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

This text has shadow with #63CFD2 color.

.textShadow {text-shadow: 3px 3px 1px #63CFD2, 3px 3px 1px red;}

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

This text has shadow with #63CFD2 primary color and red secondary color.


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

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

This text has shadow with #63CFD2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63CFD2 on black background.


Color preview on white background

This text has color #63CFD2 on white background.



Black color preview on #63CFD2 background

This text has black color on #63CFD2 background.


White color preview on #63CFD2 background

This text has white color on #63CFD2 background.