COLOR #63BF8D

HEX: #63BF8D
RGB: (99,191,141)

Renk bilgisi

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

RGB renk modeli

#63BF8D color RGB value is (99,191,141).

  • kırmız ton 99;
  • yeşil ton 191;
  • mavi ton 141.
RGB:
(99,191,141)
(39%,75%,55%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 191 of 255 = 75%
B 141 of 255 = 55%

99
191
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 191 + 141 = 431 (100%)
R 99 of 431 ~ 22.97%
G 191 of 431 ~ 44.32%
B 141 of 431 ~ 32.71%

%22.97
%44.32
%32.71

CMYK RENK MODELİ

#63BF8D rengi CMYK tonu (48,0,26,25).

  • camgöbeği tonu 48.17%
  • eflatun tonu 0.00%
  • sarı tonu 26.18%
  • ana renk tonu 25.10%
CMYK:
(48,0,26,25)
C48M0Y26K25 
(48%,0%,26%,25%)
(0.48/0.00/0.26/0.25)	

CMYK yüzdeleri

%48.17
%0
%26.18
%25.1

Codes

Color #63BF8D in popluar color models

63BF8D
RGB99191141
HSL147°41.82%56.86%
HSB/HSV147°48.17%74.90%
CMYK48.17%0.00%26.18%
25.10%

Color #63BF8D in popluar number systems.

HEX63BF8D
Decimal99191141
Binary11000111011111110001101
Octal143277215

Shades and tints

Shades of #63BF8D

#63BF8D
(99,191,141)
#5AAE81
(90,174,129)
#519D75
(81,157,117)
#488C69
(72,140,105)
#3F7B5D
(63,123,93)
#366A51
(54,106,81)
#2D5945
(45,89,69)
#244839
(36,72,57)
#1B372D
(27,55,45)
#122621
(18,38,33)
#091515
(9,21,21)
#000000
(0,0,0)

Tints of #63BF8D

#63BF8D
(99,191,141)
#71C497
(113,196,151)
#7FC9A1
(127,201,161)
#8DCEAB
(141,206,171)
#9BD3B5
(155,211,181)
#A9D8BF
(169,216,191)
#B7DDC9
(183,221,201)
#C5E2D3
(197,226,211)
#D3E7DD
(211,231,221)
#E1ECE7
(225,236,231)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BF8D color. Also use rgb(99,191,141) instead hex code.

Text Font Color

.myTextColor { color: #63BF8D; }

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

This text font color is #63BF8D.


Background Color

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

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

This div background color is #63BF8D.


Border color

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

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

This div border color is #63BF8D.


Opacity

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

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

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

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

This text has shadow with #63BF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BF8D on black background.


Color preview on white background

This text has color #63BF8D on white background.



Black color preview on #63BF8D background

This text has black color on #63BF8D background.


White color preview on #63BF8D background

This text has white color on #63BF8D background.