COLOR #63BBBD

HEX: #63BBBD RGB: (99,187,189)

Color info

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

RGB color model

#63BBBD color RGB value is (99,187,189).

RGB: (99,187,189) (39%, 73%, 74%)

RGB channels and saturation

R 99 of 255 = 39%
G 187 of 255 = 73%
B 189 of 255 = 74%

99
187
189

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

Portions of RGB colors in percentages

R + G + B = 99 + 187 + 189 = 475 (100%)
R 99 of 475 ~ 20.84%
G 187 of 475 ~ 39.37%
B 189 of 475 ~ 39.79'%

%20.84
%39.37
%39.79

CMYK color model

#63BBBD color CMYK value is (48,1,0,26).

  • cyan value is 47.62%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (48,1,0,26)
C48M1Y0K26 (48%, 1%, 0%, 26%)
(0.48 / 0.01 / 0.00 / 0.26)

CMYK percentages

%47.62
%1.06
%0
%25.88

Codes

Color #63BBBD in popluar color models

63 BB BD
RGB 99 187 189
HSL 181° 40.54% 56.47%
HSB/HSV 181° 47.62% 74.12%
CMYK 47.62% 1.06% 0.00%
25.88%

Color #63BBBD in popluar number systems.

HEX 63 BB BD
Decimal 99 187 189
Binary 1100011 10111011 10111101
Octal 143 273 275

Shades and tints

Shades of #63BBBD

#63BBBD
(99,187,189)
#5AAAAC
(90,170,172)
#51999B
(81,153,155)
#48888A
(72,136,138)
#3F7779
(63,119,121)
#366668
(54,102,104)
#2D5557
(45,85,87)
#244446
(36,68,70)
#1B3335
(27,51,53)
#122224
(18,34,36)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #63BBBD

#63BBBD
(99,187,189)
#71C1C3
(113,193,195)
#7FC7C9
(127,199,201)
#8DCDCF
(141,205,207)
#9BD3D5
(155,211,213)
#A9D9DB
(169,217,219)
#B7DFE1
(183,223,225)
#C5E5E7
(197,229,231)
#D3EBED
(211,235,237)
#E1F1F3
(225,241,243)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63BBBD; }

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

This text font color is #63BBBD.

Background Color

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

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

This div background color is #63BBBD.

Border color

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

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

This div border color is #63BBBD.

Opacity

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

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

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

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

This text has shadow with #63BBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63BBBD.

Preview

Color preview on black background

This text has color #63BBBD on black background.


Color preview on white background

This text has color #63BBBD on white background.


Black color preview on #63BBBD background

This text has black color on #63BBBD background.


White color preview on #63BBBD background

This text has white color on #63BBBD background.


Related colors

Complementary color

Complementary color for #hex is #9C4442.


I love getcolorcode.com

Triadic colors

1 #BD63BB and #BBBD63 with #63BBBD are triadic colors.

2 #BDBB63 and #BB63BD with #63BBBD are triadic colors.