COLOR #63B69D

HEX: #63B69D
RGB: (99,182,157)

Renk bilgisi

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

RGB renk modeli

#63B69D color RGB value is (99,182,157).

  • kırmız ton 99;
  • yeşil ton 182;
  • mavi ton 157.
RGB:
(99,182,157)
(39%,71%,62%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 182 of 255 = 71%
B 157 of 255 = 62%

99
182
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 182 + 157 = 438 (100%)
R 99 of 438 ~ 22.6%
G 182 of 438 ~ 41.55%
B 157 of 438 ~ 35.84%

%22.6
%41.55
%35.84

CMYK RENK MODELİ

#63B69D rengi CMYK tonu (46,0,14,29).

  • camgöbeği tonu 45.60%
  • eflatun tonu 0.00%
  • sarı tonu 13.74%
  • ana renk tonu 28.63%
CMYK:
(46,0,14,29)
C46M0Y14K29 
(46%,0%,14%,29%)
(0.46/0.00/0.14/0.29)	

CMYK yüzdeleri

%45.6
%0
%13.74
%28.63

Codes

Color #63B69D in popluar color models

63B69D
RGB99182157
HSL162°36.24%55.10%
HSB/HSV162°45.60%71.37%
CMYK45.60%0.00%13.74%
28.63%

Color #63B69D in popluar number systems.

HEX63B69D
Decimal99182157
Binary11000111011011010011101
Octal143266235

Shades and tints

Shades of #63B69D

#63B69D
(99,182,157)
#5AA68F
(90,166,143)
#519681
(81,150,129)
#488673
(72,134,115)
#3F7665
(63,118,101)
#366657
(54,102,87)
#2D5649
(45,86,73)
#24463B
(36,70,59)
#1B362D
(27,54,45)
#12261F
(18,38,31)
#091611
(9,22,17)
#000000
(0,0,0)

Tints of #63B69D

#63B69D
(99,182,157)
#71BCA5
(113,188,165)
#7FC2AD
(127,194,173)
#8DC8B5
(141,200,181)
#9BCEBD
(155,206,189)
#A9D4C5
(169,212,197)
#B7DACD
(183,218,205)
#C5E0D5
(197,224,213)
#D3E6DD
(211,230,221)
#E1ECE5
(225,236,229)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B69D color. Also use rgb(99,182,157) instead hex code.

Text Font Color

.myTextColor { color: #63B69D; }

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

This text font color is #63B69D.


Background Color

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

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

This div background color is #63B69D.


Border color

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

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

This div border color is #63B69D.


Opacity

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

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

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

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

This text has shadow with #63B69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B69D on black background.


Color preview on white background

This text has color #63B69D on white background.



Black color preview on #63B69D background

This text has black color on #63B69D background.


White color preview on #63B69D background

This text has white color on #63B69D background.