COLOR #63AF9E

HEX: #63AF9E RGB: (99,175,158)

Color info

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

RGB color model

#63AF9E color RGB value is (99,175,158).

RGB: (99,175,158) (39%, 69%, 62%)

RGB channels and saturation

R 99 of 255 = 39%
G 175 of 255 = 69%
B 158 of 255 = 62%

99
175
158

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

Portions of RGB colors in percentages

R + G + B = 99 + 175 + 158 = 432 (100%)
R 99 of 432 ~ 22.92%
G 175 of 432 ~ 40.51%
B 158 of 432 ~ 36.57'%

%22.92
%40.51
%36.57

CMYK color model

#63AF9E color CMYK value is (43,0,10,31).

  • cyan value is 43.43%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 31.37%

CMYK: (43,0,10,31)
C43M0Y10K31 (43%, 0%, 10%, 31%)
(0.43 / 0.00 / 0.10 / 0.31)

CMYK percentages

%43.43
%0
%9.71
%31.37

Codes

Color #63AF9E in popluar color models

63 AF 9E
RGB 99 175 158
HSL 167° 32.20% 53.73%
HSB/HSV 167° 43.43% 68.63%
CMYK 43.43% 0.00% 9.71%
31.37%

Color #63AF9E in popluar number systems.

HEX 63 AF 9E
Decimal 99 175 158
Binary 1100011 10101111 10011110
Octal 143 257 236

Shades and tints

Shades of #63AF9E

#63AF9E
(99,175,158)
#5AA090
(90,160,144)
#519182
(81,145,130)
#488274
(72,130,116)
#3F7366
(63,115,102)
#366458
(54,100,88)
#2D554A
(45,85,74)
#24463C
(36,70,60)
#1B372E
(27,55,46)
#122820
(18,40,32)
#091912
(9,25,18)
#000000
(0,0,0)

Tints of #63AF9E

#63AF9E
(99,175,158)
#71B6A6
(113,182,166)
#7FBDAE
(127,189,174)
#8DC4B6
(141,196,182)
#9BCBBE
(155,203,190)
#A9D2C6
(169,210,198)
#B7D9CE
(183,217,206)
#C5E0D6
(197,224,214)
#D3E7DE
(211,231,222)
#E1EEE6
(225,238,230)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AF9E; }

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

This text font color is #63AF9E.

Background Color

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

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

This div background color is #63AF9E.

Border color

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

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

This div border color is #63AF9E.

Opacity

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

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

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

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

This text has shadow with #63AF9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63AF9E.

Preview

Color preview on black background

This text has color #63AF9E on black background.


Color preview on white background

This text has color #63AF9E on white background.


Black color preview on #63AF9E background

This text has black color on #63AF9E background.


White color preview on #63AF9E background

This text has white color on #63AF9E background.


Related colors

Complementary color

Complementary color for #hex is #9C5061.


I love getcolorcode.com

Triadic colors

1 #9E63AF and #AF9E63 with #63AF9E are triadic colors.

2 #9EAF63 and #AF639E with #63AF9E are triadic colors.