HEX: #63BB88
RGB: (99,187,136)
#63BB88 contains mainly green and blue colors. Web safe color of #63BB88 is #66CC99 (or #6C9).
#63BB88 color RGB value is (99,187,136).
RGB: (99,187,136)
(39%, 73%, 53%)
R 99 of 255 = 39%
G 187 of 255 = 73%
B 136 of 255 = 53%
R + G + B ~ 55%. #63BB88 is middle color (not dark and not light).
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'%
#63BB88 color CMYK value is (47,0,27,27).
CMYK: (47,0,27,27) C47M0Y27K27 (47%,0%,27%,27%) (0.47/0.00/0.27/0.27)
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 of #63BB88
Tints of #63BB88
Examples of css and html codes for elements with #63BB88 color. Also use rgb(99,187,136) instead hex code.
.myTextColor { color: #63BB88; }
<p style="color:#63BB88">This sample text font color is #63BB88.</p>
This text font color is #63BB88.
.myBgColor { background-color: #63BB88; }
<div style="background-color:#63BB88">Inner text</div>
This div background color is #63BB88.
.myBorderColor { border: 1px solid #63BB88; }
<div style="border:3px solid #63BB88">Div</div>
This div border color is #63BB88.
.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%.
.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.
/* 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 text has color #63BB88 on black background.
This text has color #63BB88 on white background.
This text has black color on #63BB88 background.
This text has white color on #63BB88 background.
Complementary color for #hex is #9C4477.