COLOR #63BB88

HEX: #63BB88 RGB: (99,187,136)

Color info

#63BB88 contains mainly green and blue colors. Web safe color of #63BB88 is #66CC99 (or #6C9).

RGB color model

#63BB88 color RGB value is (99,187,136).

RGB: (99,187,136) (39%, 73%, 53%)

RGB channels and saturation

R 99 of 255 = 39%
G 187 of 255 = 73%
B 136 of 255 = 53%

99
187
136

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

Portions of RGB colors in percentages

R + G + B = 99 + 187 + 136 = 422 (100%)
R 99 of 422 ~ 23.46%
G 187 of 422 ~ 44.31%
B 136 of 422 ~ 32.23'%

%23.46
%44.31
%32.23

CMYK color model

#63BB88 color CMYK value is (47,0,27,27).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 26.67%
CMYK: (47,0,27,27) C47M0Y27K27 (47%,0%,27%,27%) (0.47/0.00/0.27/0.27) 

CMYK percentages

%47.06
%0
%27.27
%26.67

Codes

Color #63BB88 in popluar color models

63 BB 88
RGB 99 187 136
HSL 145° 39.29% 56.08%
HSB/HSV 145° 47.06% 73.33%
CMYK 47.06% 0.00% 27.27%
26.67%

Color #63BB88 in popluar number systems.

HEX 63 BB 88
Decimal 99 187 136
Binary 1100011 10111011 10001000
Octal 143 273 210

Shades and tints

Shades of #63BB88

#63BB88
(99,187,136)
#5AAA7C
(90,170,124)
#519970
(81,153,112)
#488864
(72,136,100)
#3F7758
(63,119,88)
#36664C
(54,102,76)
#2D5540
(45,85,64)
#244434
(36,68,52)
#1B3328
(27,51,40)
#12221C
(18,34,28)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #63BB88

#63BB88
(99,187,136)
#71C192
(113,193,146)
#7FC79C
(127,199,156)
#8DCDA6
(141,205,166)
#9BD3B0
(155,211,176)
#A9D9BA
(169,217,186)
#B7DFC4
(183,223,196)
#C5E5CE
(197,229,206)
#D3EBD8
(211,235,216)
#E1F1E2
(225,241,226)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63BB88; }

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

This text font color is #63BB88.

Background Color

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

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

This div background color is #63BB88.

Border color

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

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

This div border color is #63BB88.

Opacity

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

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

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

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

This text has shadow with #63BB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63BB88.

Preview

Color preview on black background

This text has color #63BB88 on black background.


Color preview on white background

This text has color #63BB88 on white background.


Black color preview on #63BB88 background

This text has black color on #63BB88 background.


White color preview on #63BB88 background

This text has white color on #63BB88 background.


Related colors

Complementary color

Complementary color for #hex is #9C4477.


I love getcolorcode.com

Triadic colors

1 #8863BB and #BB8863 with #63BB88 are triadic colors.

2 #88BB63 and #BB6388 with #63BB88 are triadic colors.