COLOR #63F3BD

HEX: #63F3BD
RGB: (99,243,189)

Color info

#63F3BD contains mainly green and blue colors. Web safe color of #63F3BD is #66FFCC (or #6FC).

RGB color model

#63F3BD color RGB value is (99,243,189).

  • red value is 99;
  • green value is 243;
  • blue value is 189.
RGB:
(99,243,189)
(39%,95%,74%)

RGB channels and saturation

R 99 of 255 = 39%
G 243 of 255 = 95%
B 189 of 255 = 74%

99
243
189

R + G + B ~ 69%. #63F3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 243 + 189 = 531 (100%)
R 99 of 531 ~ 18.64%
G 243 of 531 ~ 45.76%
B 189 of 531 ~ 35.59%

%18.64
%45.76
%35.59

CMYK color model

#63F3BD color CMYK value is (59,0,22,5).

  • cyan value is 59.26%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 4.71%
CMYK:
(59,0,22,5)
C59M0Y22K5 
(59%,0%,22%,5%)
(0.59/0.00/0.22/0.05)	

CMYK percentages

%59.26
%0
%22.22
%4.71

Codes

Color #63F3BD in popluar color models

63F3BD
RGB99243189
HSL158°85.71%67.06%
HSB/HSV158°59.26%95.29%
CMYK59.26%0.00%22.22%
4.71%

Color #63F3BD in popluar number systems.

HEX63F3BD
Decimal99243189
Binary11000111111001110111101
Octal143363275

Shades and tints

Shades of #63F3BD

#63F3BD
(99,243,189)
#5ADDAC
(90,221,172)
#51C79B
(81,199,155)
#48B18A
(72,177,138)
#3F9B79
(63,155,121)
#368568
(54,133,104)
#2D6F57
(45,111,87)
#245946
(36,89,70)
#1B4335
(27,67,53)
#122D24
(18,45,36)
#091713
(9,23,19)
#000000
(0,0,0)

Tints of #63F3BD

#63F3BD
(99,243,189)
#71F4C3
(113,244,195)
#7FF5C9
(127,245,201)
#8DF6CF
(141,246,207)
#9BF7D5
(155,247,213)
#A9F8DB
(169,248,219)
#B7F9E1
(183,249,225)
#C5FAE7
(197,250,231)
#D3FBED
(211,251,237)
#E1FCF3
(225,252,243)
#EFFDF9
(239,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63F3BD; }

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

This text font color is #63F3BD.


Background Color

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

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

This div background color is #63F3BD.


Border color

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

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

This div border color is #63F3BD.


Opacity

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

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

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

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

This text has shadow with #63F3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63F3BD on black background.


Color preview on white background

This text has color #63F3BD on white background.



Black color preview on #63F3BD background

This text has black color on #63F3BD background.


White color preview on #63F3BD background

This text has white color on #63F3BD background.