COLOR #63BEB9

HEX: #63BEB9 RGB: (99,190,185)

Color info

#63BEB9 contains mainly green and blue colors. Web safe color of #63BEB9 is #66CCCC (or #6CC).

RGB color model

#63BEB9 color RGB value is (99,190,185).

RGB: (99,190,185) (39%, 75%, 73%)

RGB channels and saturation

R 99 of 255 = 39%
G 190 of 255 = 75%
B 185 of 255 = 73%

99
190
185

R + G + B ~ 62%. #63BEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 99 + 190 + 185 = 474 (100%)
R 99 of 474 ~ 20.89%
G 190 of 474 ~ 40.08%
B 185 of 474 ~ 39.03'%

%20.89
%40.08
%39.03

CMYK color model

#63BEB9 color CMYK value is (48,0,3,25).

  • cyan value is 47.89%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 25.49%

CMYK: (48,0,3,25)
C48M0Y3K25 (48%, 0%, 3%, 25%)
(0.48 / 0.00 / 0.03 / 0.25)

CMYK percentages

%47.89
%0
%2.63
%25.49

Codes

Color #63BEB9 in popluar color models

63 BE B9
RGB 99 190 185
HSL 177° 41.18% 56.67%
HSB/HSV 177° 47.89% 74.51%
CMYK 47.89% 0.00% 2.63%
25.49%

Color #63BEB9 in popluar number systems.

HEX 63 BE B9
Decimal 99 190 185
Binary 1100011 10111110 10111001
Octal 143 276 271

Shades and tints

Shades of #63BEB9

#63BEB9
(99,190,185)
#5AADA9
(90,173,169)
#519C99
(81,156,153)
#488B89
(72,139,137)
#3F7A79
(63,122,121)
#366969
(54,105,105)
#2D5859
(45,88,89)
#244749
(36,71,73)
#1B3639
(27,54,57)
#122529
(18,37,41)
#091419
(9,20,25)
#000000
(0,0,0)

Tints of #63BEB9

#63BEB9
(99,190,185)
#71C3BF
(113,195,191)
#7FC8C5
(127,200,197)
#8DCDCB
(141,205,203)
#9BD2D1
(155,210,209)
#A9D7D7
(169,215,215)
#B7DCDD
(183,220,221)
#C5E1E3
(197,225,227)
#D3E6E9
(211,230,233)
#E1EBEF
(225,235,239)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63BEB9; }

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

This text font color is #63BEB9.

Background Color

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

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

This div background color is #63BEB9.

Border color

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

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

This div border color is #63BEB9.

Opacity

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

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

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

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

This text has shadow with #63BEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63BEB9.

Preview

Color preview on black background

This text has color #63BEB9 on black background.


Color preview on white background

This text has color #63BEB9 on white background.


Black color preview on #63BEB9 background

This text has black color on #63BEB9 background.


White color preview on #63BEB9 background

This text has white color on #63BEB9 background.


Related colors

Complementary color

Complementary color for #hex is #9C4146.


I love getcolorcode.com

Triadic colors

1 #B963BE and #BEB963 with #63BEB9 are triadic colors.

2 #B9BE63 and #BE63B9 with #63BEB9 are triadic colors.