COLOR #63BEA4

HEX: #63BEA4
RGB: (99,190,164)

Renk bilgisi

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

RGB renk modeli

#63BEA4 color RGB value is (99,190,164).

  • kırmız ton 99;
  • yeşil ton 190;
  • mavi ton 164.
RGB:
(99,190,164)
(39%,75%,64%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 190 of 255 = 75%
B 164 of 255 = 64%

99
190
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 190 + 164 = 453 (100%)
R 99 of 453 ~ 21.85%
G 190 of 453 ~ 41.94%
B 164 of 453 ~ 36.2%

%21.85
%41.94
%36.2

CMYK RENK MODELİ

#63BEA4 rengi CMYK tonu (48,0,14,25).

  • camgöbeği tonu 47.89%
  • eflatun tonu 0.00%
  • sarı tonu 13.68%
  • ana renk tonu 25.49%
CMYK:
(48,0,14,25)
C48M0Y14K25 
(48%,0%,14%,25%)
(0.48/0.00/0.14/0.25)	

CMYK yüzdeleri

%47.89
%0
%13.68
%25.49

Codes

Color #63BEA4 in popluar color models

63BEA4
RGB99190164
HSL163°41.18%56.67%
HSB/HSV163°47.89%74.51%
CMYK47.89%0.00%13.68%
25.49%

Color #63BEA4 in popluar number systems.

HEX63BEA4
Decimal99190164
Binary11000111011111010100100
Octal143276244

Shades and tints

Shades of #63BEA4

#63BEA4
(99,190,164)
#5AAD96
(90,173,150)
#519C88
(81,156,136)
#488B7A
(72,139,122)
#3F7A6C
(63,122,108)
#36695E
(54,105,94)
#2D5850
(45,88,80)
#244742
(36,71,66)
#1B3634
(27,54,52)
#122526
(18,37,38)
#091418
(9,20,24)
#000000
(0,0,0)

Tints of #63BEA4

#63BEA4
(99,190,164)
#71C3AC
(113,195,172)
#7FC8B4
(127,200,180)
#8DCDBC
(141,205,188)
#9BD2C4
(155,210,196)
#A9D7CC
(169,215,204)
#B7DCD4
(183,220,212)
#C5E1DC
(197,225,220)
#D3E6E4
(211,230,228)
#E1EBEC
(225,235,236)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BEA4 color. Also use rgb(99,190,164) instead hex code.

Text Font Color

.myTextColor { color: #63BEA4; }

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

This text font color is #63BEA4.


Background Color

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

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

This div background color is #63BEA4.


Border color

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

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

This div border color is #63BEA4.


Opacity

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

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

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

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

This text has shadow with #63BEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BEA4 on black background.


Color preview on white background

This text has color #63BEA4 on white background.



Black color preview on #63BEA4 background

This text has black color on #63BEA4 background.


White color preview on #63BEA4 background

This text has white color on #63BEA4 background.