COLOR #63B29E

HEX: #63B29E RGB: (99,178,158)

Color info

#63B29E contains mainly green and blue colors. Web safe color of #63B29E is #669999 (or #699).

RGB color model

#63B29E color RGB value is (99,178,158).

RGB: (99,178,158) (39%, 70%, 62%)

RGB channels and saturation

R 99 of 255 = 39%
G 178 of 255 = 70%
B 158 of 255 = 62%

99
178
158

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

Portions of RGB colors in percentages

R + G + B = 99 + 178 + 158 = 435 (100%)
R 99 of 435 ~ 22.76%
G 178 of 435 ~ 40.92%
B 158 of 435 ~ 36.32'%

%22.76
%40.92
%36.32

CMYK color model

#63B29E color CMYK value is (44,0,11,30).

  • cyan value is 44.38%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 30.20%

CMYK: (44,0,11,30)
C44M0Y11K30 (44%, 0%, 11%, 30%)
(0.44 / 0.00 / 0.11 / 0.30)

CMYK percentages

%44.38
%0
%11.24
%30.2

Codes

Color #63B29E in popluar color models

63 B2 9E
RGB 99 178 158
HSL 165° 33.91% 54.31%
HSB/HSV 165° 44.38% 69.80%
CMYK 44.38% 0.00% 11.24%
30.20%

Color #63B29E in popluar number systems.

HEX 63 B2 9E
Decimal 99 178 158
Binary 1100011 10110010 10011110
Octal 143 262 236

Shades and tints

Shades of #63B29E

#63B29E
(99,178,158)
#5AA290
(90,162,144)
#519282
(81,146,130)
#488274
(72,130,116)
#3F7266
(63,114,102)
#366258
(54,98,88)
#2D524A
(45,82,74)
#24423C
(36,66,60)
#1B322E
(27,50,46)
#122220
(18,34,32)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #63B29E

#63B29E
(99,178,158)
#71B9A6
(113,185,166)
#7FC0AE
(127,192,174)
#8DC7B6
(141,199,182)
#9BCEBE
(155,206,190)
#A9D5C6
(169,213,198)
#B7DCCE
(183,220,206)
#C5E3D6
(197,227,214)
#D3EADE
(211,234,222)
#E1F1E6
(225,241,230)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B29E color. Also use rgb(99,178,158) instead hex code.

Text Font Color

.myTextColor { color: #63B29E; }

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

This text font color is #63B29E.

Background Color

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

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

This div background color is #63B29E.

Border color

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

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

This div border color is #63B29E.

Opacity

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

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

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

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

This text has shadow with #63B29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63B29E.

Preview

Color preview on black background

This text has color #63B29E on black background.


Color preview on white background

This text has color #63B29E on white background.


Black color preview on #63B29E background

This text has black color on #63B29E background.


White color preview on #63B29E background

This text has white color on #63B29E background.


Related colors

Complementary color

Complementary color for #hex is #9C4D61.


I love getcolorcode.com

Triadic colors

1 #9E63B2 and #B29E63 with #63B29E are triadic colors.

2 #9EB263 and #B2639E with #63B29E are triadic colors.