COLOR #63AB87

HEX: #63AB87
RGB: (99,171,135)

Renk bilgisi

#63AB87 contains mainly green and blue colors. #63AB87 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#63AB87 color RGB value is (99,171,135).

  • kırmız ton 99;
  • yeşil ton 171;
  • mavi ton 135.
RGB:
(99,171,135)
(39%,67%,53%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 171 of 255 = 67%
B 135 of 255 = 53%

99
171
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 171 + 135 = 405 (100%)
R 99 of 405 ~ 24.44%
G 171 of 405 ~ 42.22%
B 135 of 405 ~ 33.33%

%24.44
%42.22
%33.33

CMYK RENK MODELİ

#63AB87 rengi CMYK tonu (42,0,21,33).

  • camgöbeği tonu 42.11%
  • eflatun tonu 0.00%
  • sarı tonu 21.05%
  • ana renk tonu 32.94%
CMYK:
(42,0,21,33)
C42M0Y21K33 
(42%,0%,21%,33%)
(0.42/0.00/0.21/0.33)	

CMYK yüzdeleri

%42.11
%0
%21.05
%32.94

Codes

Color #63AB87 in popluar color models

63AB87
RGB99171135
HSL150°30.00%52.94%
HSB/HSV150°42.11%67.06%
CMYK42.11%0.00%21.05%
32.94%

Color #63AB87 in popluar number systems.

HEX63AB87
Decimal99171135
Binary11000111010101110000111
Octal143253207

Shades and tints

Shades of #63AB87

#63AB87
(99,171,135)
#5A9C7B
(90,156,123)
#518D6F
(81,141,111)
#487E63
(72,126,99)
#3F6F57
(63,111,87)
#36604B
(54,96,75)
#2D513F
(45,81,63)
#244233
(36,66,51)
#1B3327
(27,51,39)
#12241B
(18,36,27)
#09150F
(9,21,15)
#000000
(0,0,0)

Tints of #63AB87

#63AB87
(99,171,135)
#71B291
(113,178,145)
#7FB99B
(127,185,155)
#8DC0A5
(141,192,165)
#9BC7AF
(155,199,175)
#A9CEB9
(169,206,185)
#B7D5C3
(183,213,195)
#C5DCCD
(197,220,205)
#D3E3D7
(211,227,215)
#E1EAE1
(225,234,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63AB87 color. Also use rgb(99,171,135) instead hex code.

Text Font Color

.myTextColor { color: #63AB87; }

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

This text font color is #63AB87.


Background Color

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

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

This div background color is #63AB87.


Border color

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

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

This div border color is #63AB87.


Opacity

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

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

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

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

This text has shadow with #63AB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AB87 on black background.


Color preview on white background

This text has color #63AB87 on white background.



Black color preview on #63AB87 background

This text has black color on #63AB87 background.


White color preview on #63AB87 background

This text has white color on #63AB87 background.