COLOR #63BF88

HEX: #63BF88
RGB: (99,191,136)

Renk bilgisi

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

RGB renk modeli

#63BF88 color RGB value is (99,191,136).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 191 of 255 = 75%
B 136 of 255 = 53%

99
191
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 191 + 136 = 426 (100%)
R 99 of 426 ~ 23.24%
G 191 of 426 ~ 44.84%
B 136 of 426 ~ 31.92%

%23.24
%44.84
%31.92

CMYK RENK MODELİ

#63BF88 rengi CMYK tonu (48,0,29,25).

  • camgöbeği tonu 48.17%
  • eflatun tonu 0.00%
  • sarı tonu 28.80%
  • ana renk tonu 25.10%
CMYK:
(48,0,29,25)
C48M0Y29K25 
(48%,0%,29%,25%)
(0.48/0.00/0.29/0.25)	

CMYK yüzdeleri

%48.17
%0
%28.8
%25.1

Codes

Color #63BF88 in popluar color models

63BF88
RGB99191136
HSL144°41.82%56.86%
HSB/HSV144°48.17%74.90%
CMYK48.17%0.00%28.80%
25.10%

Color #63BF88 in popluar number systems.

HEX63BF88
Decimal99191136
Binary11000111011111110001000
Octal143277210

Shades and tints

Shades of #63BF88

#63BF88
(99,191,136)
#5AAE7C
(90,174,124)
#519D70
(81,157,112)
#488C64
(72,140,100)
#3F7B58
(63,123,88)
#366A4C
(54,106,76)
#2D5940
(45,89,64)
#244834
(36,72,52)
#1B3728
(27,55,40)
#12261C
(18,38,28)
#091510
(9,21,16)
#000000
(0,0,0)

Tints of #63BF88

#63BF88
(99,191,136)
#71C492
(113,196,146)
#7FC99C
(127,201,156)
#8DCEA6
(141,206,166)
#9BD3B0
(155,211,176)
#A9D8BA
(169,216,186)
#B7DDC4
(183,221,196)
#C5E2CE
(197,226,206)
#D3E7D8
(211,231,216)
#E1ECE2
(225,236,226)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63BF88; }

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

This text font color is #63BF88.


Background Color

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

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

This div background color is #63BF88.


Border color

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

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

This div border color is #63BF88.


Opacity

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

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

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

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

This text has shadow with #63BF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BF88 on black background.


Color preview on white background

This text has color #63BF88 on white background.



Black color preview on #63BF88 background

This text has black color on #63BF88 background.


White color preview on #63BF88 background

This text has white color on #63BF88 background.