COLOR #63BBAF

HEX: #63BBAF
RGB: (99,187,175)

Renk bilgisi

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

RGB renk modeli

#63BBAF color RGB value is (99,187,175).

  • kırmız ton 99;
  • yeşil ton 187;
  • mavi ton 175.
RGB:
(99,187,175)
(39%,73%,69%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 187 of 255 = 73%
B 175 of 255 = 69%

99
187
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 187 + 175 = 461 (100%)
R 99 of 461 ~ 21.48%
G 187 of 461 ~ 40.56%
B 175 of 461 ~ 37.96%

%21.48
%40.56
%37.96

CMYK RENK MODELİ

#63BBAF rengi CMYK tonu (47,0,6,27).

  • camgöbeği tonu 47.06%
  • eflatun tonu 0.00%
  • sarı tonu 6.42%
  • ana renk tonu 26.67%
CMYK:
(47,0,6,27)
C47M0Y6K27 
(47%,0%,6%,27%)
(0.47/0.00/0.06/0.27)	

CMYK yüzdeleri

%47.06
%0
%6.42
%26.67

Codes

Color #63BBAF in popluar color models

63BBAF
RGB99187175
HSL172°39.29%56.08%
HSB/HSV172°47.06%73.33%
CMYK47.06%0.00%6.42%
26.67%

Color #63BBAF in popluar number systems.

HEX63BBAF
Decimal99187175
Binary11000111011101110101111
Octal143273257

Shades and tints

Shades of #63BBAF

#63BBAF
(99,187,175)
#5AAAA0
(90,170,160)
#519991
(81,153,145)
#488882
(72,136,130)
#3F7773
(63,119,115)
#366664
(54,102,100)
#2D5555
(45,85,85)
#244446
(36,68,70)
#1B3337
(27,51,55)
#122228
(18,34,40)
#091119
(9,17,25)
#000000
(0,0,0)

Tints of #63BBAF

#63BBAF
(99,187,175)
#71C1B6
(113,193,182)
#7FC7BD
(127,199,189)
#8DCDC4
(141,205,196)
#9BD3CB
(155,211,203)
#A9D9D2
(169,217,210)
#B7DFD9
(183,223,217)
#C5E5E0
(197,229,224)
#D3EBE7
(211,235,231)
#E1F1EE
(225,241,238)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BBAF color. Also use rgb(99,187,175) instead hex code.

Text Font Color

.myTextColor { color: #63BBAF; }

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

This text font color is #63BBAF.


Background Color

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

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

This div background color is #63BBAF.


Border color

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

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

This div border color is #63BBAF.


Opacity

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

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

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

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

This text has shadow with #63BBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BBAF on black background.


Color preview on white background

This text has color #63BBAF on white background.



Black color preview on #63BBAF background

This text has black color on #63BBAF background.


White color preview on #63BBAF background

This text has white color on #63BBAF background.