COLOR #63AB81

HEX: #63AB81
RGB: (99,171,129)

Renk bilgisi

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

RGB renk modeli

#63AB81 color RGB value is (99,171,129).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 171 of 255 = 67%
B 129 of 255 = 51%

99
171
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 171 + 129 = 399 (100%)
R 99 of 399 ~ 24.81%
G 171 of 399 ~ 42.86%
B 129 of 399 ~ 32.33%

%24.81
%42.86
%32.33

CMYK RENK MODELİ

#63AB81 rengi CMYK tonu (42,0,25,33).

  • camgöbeği tonu 42.11%
  • eflatun tonu 0.00%
  • sarı tonu 24.56%
  • ana renk tonu 32.94%
CMYK:
(42,0,25,33)
C42M0Y25K33 
(42%,0%,25%,33%)
(0.42/0.00/0.25/0.33)	

CMYK yüzdeleri

%42.11
%0
%24.56
%32.94

Codes

Color #63AB81 in popluar color models

63AB81
RGB99171129
HSL145°30.00%52.94%
HSB/HSV145°42.11%67.06%
CMYK42.11%0.00%24.56%
32.94%

Color #63AB81 in popluar number systems.

HEX63AB81
Decimal99171129
Binary11000111010101110000001
Octal143253201

Shades and tints

Shades of #63AB81

#63AB81
(99,171,129)
#5A9C76
(90,156,118)
#518D6B
(81,141,107)
#487E60
(72,126,96)
#3F6F55
(63,111,85)
#36604A
(54,96,74)
#2D513F
(45,81,63)
#244234
(36,66,52)
#1B3329
(27,51,41)
#12241E
(18,36,30)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #63AB81

#63AB81
(99,171,129)
#71B28C
(113,178,140)
#7FB997
(127,185,151)
#8DC0A2
(141,192,162)
#9BC7AD
(155,199,173)
#A9CEB8
(169,206,184)
#B7D5C3
(183,213,195)
#C5DCCE
(197,220,206)
#D3E3D9
(211,227,217)
#E1EAE4
(225,234,228)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AB81; }

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

This text font color is #63AB81.


Background Color

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

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

This div background color is #63AB81.


Border color

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

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

This div border color is #63AB81.


Opacity

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

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

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

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

This text has shadow with #63AB81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AB81 on black background.


Color preview on white background

This text has color #63AB81 on white background.



Black color preview on #63AB81 background

This text has black color on #63AB81 background.


White color preview on #63AB81 background

This text has white color on #63AB81 background.