COLOR #63B4B1

HEX: #63B4B1
RGB: (99,180,177)

Renk bilgisi

#63B4B1 contains mainly green and blue colors. #63B4B1 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#63B4B1 color RGB value is (99,180,177).

  • kırmız ton 99;
  • yeşil ton 180;
  • mavi ton 177.
RGB:
(99,180,177)
(39%,71%,69%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 180 of 255 = 71%
B 177 of 255 = 69%

99
180
177

R + G + B ~ 60%. #63B4B1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 180 + 177 = 456 (100%)
R 99 of 456 ~ 21.71%
G 180 of 456 ~ 39.47%
B 177 of 456 ~ 38.82%

%21.71
%39.47
%38.82

CMYK RENK MODELİ

#63B4B1 rengi CMYK tonu (45,0,2,29).

  • camgöbeği tonu 45.00%
  • eflatun tonu 0.00%
  • sarı tonu 1.67%
  • ana renk tonu 29.41%
CMYK:
(45,0,2,29)
C45M0Y2K29 
(45%,0%,2%,29%)
(0.45/0.00/0.02/0.29)	

CMYK yüzdeleri

%45
%0
%1.67
%29.41

Codes

Color #63B4B1 in popluar color models

63B4B1
RGB99180177
HSL178°35.06%54.71%
HSB/HSV178°45.00%70.59%
CMYK45.00%0.00%1.67%
29.41%

Color #63B4B1 in popluar number systems.

HEX63B4B1
Decimal99180177
Binary11000111011010010110001
Octal143264261

Shades and tints

Shades of #63B4B1

#63B4B1
(99,180,177)
#5AA4A1
(90,164,161)
#519491
(81,148,145)
#488481
(72,132,129)
#3F7471
(63,116,113)
#366461
(54,100,97)
#2D5451
(45,84,81)
#244441
(36,68,65)
#1B3431
(27,52,49)
#122421
(18,36,33)
#091411
(9,20,17)
#000000
(0,0,0)

Tints of #63B4B1

#63B4B1
(99,180,177)
#71BAB8
(113,186,184)
#7FC0BF
(127,192,191)
#8DC6C6
(141,198,198)
#9BCCCD
(155,204,205)
#A9D2D4
(169,210,212)
#B7D8DB
(183,216,219)
#C5DEE2
(197,222,226)
#D3E4E9
(211,228,233)
#E1EAF0
(225,234,240)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B4B1 color. Also use rgb(99,180,177) instead hex code.

Text Font Color

.myTextColor { color: #63B4B1; }

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

This text font color is #63B4B1.


Background Color

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

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

This div background color is #63B4B1.


Border color

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

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

This div border color is #63B4B1.


Opacity

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

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

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

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

This text has shadow with #63B4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B4B1 on black background.


Color preview on white background

This text has color #63B4B1 on white background.



Black color preview on #63B4B1 background

This text has black color on #63B4B1 background.


White color preview on #63B4B1 background

This text has white color on #63B4B1 background.