COLOR #63BD88

HEX: #63BD88
RGB: (99,189,136)

Renk bilgisi

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

RGB renk modeli

#63BD88 color RGB value is (99,189,136).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 189 of 255 = 74%
B 136 of 255 = 53%

99
189
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 189 + 136 = 424 (100%)
R 99 of 424 ~ 23.35%
G 189 of 424 ~ 44.58%
B 136 of 424 ~ 32.08%

%23.35
%44.58
%32.08

CMYK RENK MODELİ

#63BD88 rengi CMYK tonu (48,0,28,26).

  • camgöbeği tonu 47.62%
  • eflatun tonu 0.00%
  • sarı tonu 28.04%
  • ana renk tonu 25.88%
CMYK:
(48,0,28,26)
C48M0Y28K26 
(48%,0%,28%,26%)
(0.48/0.00/0.28/0.26)	

CMYK yüzdeleri

%47.62
%0
%28.04
%25.88

Codes

Color #63BD88 in popluar color models

63BD88
RGB99189136
HSL145°40.54%56.47%
HSB/HSV145°47.62%74.12%
CMYK47.62%0.00%28.04%
25.88%

Color #63BD88 in popluar number systems.

HEX63BD88
Decimal99189136
Binary11000111011110110001000
Octal143275210

Shades and tints

Shades of #63BD88

#63BD88
(99,189,136)
#5AAC7C
(90,172,124)
#519B70
(81,155,112)
#488A64
(72,138,100)
#3F7958
(63,121,88)
#36684C
(54,104,76)
#2D5740
(45,87,64)
#244634
(36,70,52)
#1B3528
(27,53,40)
#12241C
(18,36,28)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #63BD88

#63BD88
(99,189,136)
#71C392
(113,195,146)
#7FC99C
(127,201,156)
#8DCFA6
(141,207,166)
#9BD5B0
(155,213,176)
#A9DBBA
(169,219,186)
#B7E1C4
(183,225,196)
#C5E7CE
(197,231,206)
#D3EDD8
(211,237,216)
#E1F3E2
(225,243,226)
#EFF9EC
(239,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63BD88; }

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

This text font color is #63BD88.


Background Color

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

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

This div background color is #63BD88.


Border color

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

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

This div border color is #63BD88.


Opacity

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

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

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

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

This text has shadow with #63BD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BD88 on black background.


Color preview on white background

This text has color #63BD88 on white background.



Black color preview on #63BD88 background

This text has black color on #63BD88 background.


White color preview on #63BD88 background

This text has white color on #63BD88 background.