COLOR #63BCC2

HEX: #63BCC2
RGB: (99,188,194)

Renk bilgisi

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

RGB renk modeli

#63BCC2 color RGB value is (99,188,194).

  • kırmız ton 99;
  • yeşil ton 188;
  • mavi ton 194.
RGB:
(99,188,194)
(39%,74%,76%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 188 of 255 = 74%
B 194 of 255 = 76%

99
188
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 188 + 194 = 481 (100%)
R 99 of 481 ~ 20.58%
G 188 of 481 ~ 39.09%
B 194 of 481 ~ 40.33%

%20.58
%39.09
%40.33

CMYK RENK MODELİ

#63BCC2 rengi CMYK tonu (49,3,0,24).

  • camgöbeği tonu 48.97%
  • eflatun tonu 3.09%
  • sarı tonu 0.00%
  • ana renk tonu 23.92%
CMYK:
(49,3,0,24)
C49M3Y0K24 
(49%,3%,0%,24%)
(0.49/0.03/0.00/0.24)	

CMYK yüzdeleri

%48.97
%3.09
%0
%23.92

Codes

Color #63BCC2 in popluar color models

63BCC2
RGB99188194
HSL184°43.78%57.45%
HSB/HSV184°48.97%76.08%
CMYK48.97%3.09%0.00%
23.92%

Color #63BCC2 in popluar number systems.

HEX63BCC2
Decimal99188194
Binary11000111011110011000010
Octal143274302

Shades and tints

Shades of #63BCC2

#63BCC2
(99,188,194)
#5AABB1
(90,171,177)
#519AA0
(81,154,160)
#48898F
(72,137,143)
#3F787E
(63,120,126)
#36676D
(54,103,109)
#2D565C
(45,86,92)
#24454B
(36,69,75)
#1B343A
(27,52,58)
#122329
(18,35,41)
#091218
(9,18,24)
#000000
(0,0,0)

Tints of #63BCC2

#63BCC2
(99,188,194)
#71C2C7
(113,194,199)
#7FC8CC
(127,200,204)
#8DCED1
(141,206,209)
#9BD4D6
(155,212,214)
#A9DADB
(169,218,219)
#B7E0E0
(183,224,224)
#C5E6E5
(197,230,229)
#D3ECEA
(211,236,234)
#E1F2EF
(225,242,239)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BCC2 color. Also use rgb(99,188,194) instead hex code.

Text Font Color

.myTextColor { color: #63BCC2; }

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

This text font color is #63BCC2.


Background Color

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

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

This div background color is #63BCC2.


Border color

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

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

This div border color is #63BCC2.


Opacity

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

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

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

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

This text has shadow with #63BCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BCC2 on black background.


Color preview on white background

This text has color #63BCC2 on white background.



Black color preview on #63BCC2 background

This text has black color on #63BCC2 background.


White color preview on #63BCC2 background

This text has white color on #63BCC2 background.