COLOR #63C086

HEX: #63C086
RGB: (99,192,134)

Renk bilgisi

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

RGB renk modeli

#63C086 color RGB value is (99,192,134).

  • kırmız ton 99;
  • yeşil ton 192;
  • mavi ton 134.
RGB:
(99,192,134)
(39%,75%,53%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 192 of 255 = 75%
B 134 of 255 = 53%

99
192
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 192 + 134 = 425 (100%)
R 99 of 425 ~ 23.29%
G 192 of 425 ~ 45.18%
B 134 of 425 ~ 31.53%

%23.29
%45.18
%31.53

CMYK RENK MODELİ

#63C086 rengi CMYK tonu (48,0,30,25).

  • camgöbeği tonu 48.44%
  • eflatun tonu 0.00%
  • sarı tonu 30.21%
  • ana renk tonu 24.71%
CMYK:
(48,0,30,25)
C48M0Y30K25 
(48%,0%,30%,25%)
(0.48/0.00/0.30/0.25)	

CMYK yüzdeleri

%48.44
%0
%30.21
%24.71

Codes

Color #63C086 in popluar color models

63C086
RGB99192134
HSL143°42.47%57.06%
HSB/HSV143°48.44%75.29%
CMYK48.44%0.00%30.21%
24.71%

Color #63C086 in popluar number systems.

HEX63C086
Decimal99192134
Binary11000111100000010000110
Octal143300206

Shades and tints

Shades of #63C086

#63C086
(99,192,134)
#5AAF7A
(90,175,122)
#519E6E
(81,158,110)
#488D62
(72,141,98)
#3F7C56
(63,124,86)
#366B4A
(54,107,74)
#2D5A3E
(45,90,62)
#244932
(36,73,50)
#1B3826
(27,56,38)
#12271A
(18,39,26)
#09160E
(9,22,14)
#000000
(0,0,0)

Tints of #63C086

#63C086
(99,192,134)
#71C591
(113,197,145)
#7FCA9C
(127,202,156)
#8DCFA7
(141,207,167)
#9BD4B2
(155,212,178)
#A9D9BD
(169,217,189)
#B7DEC8
(183,222,200)
#C5E3D3
(197,227,211)
#D3E8DE
(211,232,222)
#E1EDE9
(225,237,233)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C086 color. Also use rgb(99,192,134) instead hex code.

Text Font Color

.myTextColor { color: #63C086; }

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

This text font color is #63C086.


Background Color

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

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

This div background color is #63C086.


Border color

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

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

This div border color is #63C086.


Opacity

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

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

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

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

This text has shadow with #63C086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63C086 on black background.


Color preview on white background

This text has color #63C086 on white background.



Black color preview on #63C086 background

This text has black color on #63C086 background.


White color preview on #63C086 background

This text has white color on #63C086 background.